* {
	padding: 0;
	margin: 0;
	outline: 0;
	
}
html, body {
	padding: 0;
	margin: 0;
	width: auto;
	height: 100%;
	outline: 0;
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size: 90%;
}
img {
	border: none;
}
.centrado {
	text-align: center;
}
#web {
	min-height: 100%;
	height: 100%;
	height: auto !important;
}
#header {
	min-width: 950px;
	width: 100%;
	height: 90px;
	margin: auto;
	border-top: solid 20px #00247D;
}
#header img.logo {
	float: left;
	height: 90px;
}
#header_enlaces {
	float: right;
	height: 100%;
	padding-right: 20px;
	background-color: #00247D;
	color: white;
}
#header_enlaces p {
	margin-top: -3px;
}
#header_enlaces a{
	color: white;
}
#curva_up {
	float: right;
	height: 90px;
	width: 306px;
	background: url(/imagenes/curva_up.gif);
	background-repeat: no-repeat;
}
#container {
	width: 950px;
	margin: auto;
	overflow: hidden;
}
#container h1 {
	padding-bottom: 15px;
	text-align: center;
}
#container p {
	text-align: justify;
	font-size: 120%;
	padding-bottom: 10px;
}
#container p.centrado {
	text-align: center;
}
#container p.derecha {
	text-align: right;
}
#container p.eslogan {
	font-size: 150%;
	padding-top: 25px;
	font-style: italic;
	font-weight: bolder;
}
#container ol li.googleA {
	list-style-image: url("http://www.google.com/mapfiles/markerA.png");
	margin-left: 30px;
	padding-left: 10px;
}
#container ol li.googleB {
	list-style-image: url("http://www.google.com/mapfiles/markerB.png");
	margin-left: 30px;
	padding-left: 10px;
}
#container ol li.googleC{
	list-style-image: url("http://www.google.com/mapfiles/markerC.png");
	margin-left: 30px;
	padding-left: 10px;
}
#content2 {
	clear: both;
	width: 950px;
	margin: auto;
	padding-top: 90px;
}
#presentacion {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 5px;
}
#telecomunicacion {
	width: 50%;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
#financiero {
	width: 50%;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	text-align: right;
}
#footer {
	min-width: 950px;
	width: 100%;
	margin: auto;
	margin-top: -80px;
}
#curva_down {
	width: 100%;
	height: 60px;
	background: url(/imagenes/curva_down.gif);
	background-repeat: no-repeat;
}
#footer_texto {
	width: 100%;
	height: 20px;
	background-color: #00247D;
	color: white;
	text-align: center;
}
#footer p {
	font-size: 85%;
}