#pagina {
	position: absolute;
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-left: -500px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	width: 1010px;
	height: 768px;
	background-color: #FFFFFF;
	font-family: sans-serif;
}
		
#imgcorporativa{
	position:relative;
	float:left;
	height:115px;
	width:329px;
	background-image:url(../images/logo_index.gif);
}
			
#imgdescripcion{
	position:relative;
	float:left;
	height:115px;
	width:307px;
	background-image:url(../images/foto_cabecera.gif);
	background-repeat: no-repeat;
	
}

#imgtelecom{
	position:relative;
	float:left;
	height:115px;
	width:187px;
 	background-image:url(../images/foto_lema.gif);
	margin-left:12px;
	background-repeat: no-repeat;
}

#imgidiomas{
	position:relative;
	float:left;
	height:115px;
	width:149px;
	background-image:url(../images/imagen_cabecera.gif);
	margin-left:12px;
	background-repeat: no-repeat;
}

#menu{
	position:relative;
	float:left;
	width:999px;
	height:49px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

#menunavegacion{
	position:relative;
	float:right;
	width:1019px;
	height:40px;
	background-color:#FFFFFF;
	background-image:url(../images/fondo_botones.gif);
	background-repeat: no-repeat;
}

#menuimagen{
	position:relative;
	float:right;
	width:66%;
	height:9px;
	background-color:#FFFFFF;
	/*background-image:url(../images/linea_punteada_horizontal.gif);
	background-repeat: no-repeat;*/
}

.navegacion li{

display:inline;

}
.navegacion li a{
	text-decoration:none;
	font-size:0.78em;
	font-family:arial, sans-serif;
	color:#005193;
}

.navegacion li a:hover {
color:#E38700;
}

.navegacion {
	margin-top:12px;
	list-style:none;
}

#imagennavegacion{
	position:relative;
	float:left;
	width:33px;
	height:20px;
	margin-top:10px;
	background-image:url(../images/icono_home.gif);
	background-repeat: no-repeat;
	margin-left:5px;
}

#columnacentro {
	position: relative;
	width: 999px;
	height: 580px;
	font-size: 0.68em;
}

#mapa_grupo, #mapa_telecom, #mapa_wireless,
#mapa_imasd, #mapa_observatorio, #mapa_rsf {
	position: relative;
	float: left;
	width: 195px;
	border-right:1px dotted #ccc;
	height:340px;
}

.imgcuerpo {
	position: relative;
	float: left;
	width: 9px;
	height: 321px;
	margin-left: 3px;
	background-color: #FFFFFF;
	background-image: url(../images/linea_punteada_vertical.gif);
	background-repeat: no-repeat;
}

#mapa_seccion_nombre {
	position: relative;
	float: left;
	width: 195px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #005193;
}

#mapa_seccion_contenido {
	position: relative;
	float: left;
	width: 155px;
}

#mapa_seccion_contenido ul {
	margin: 25px 0 0 0;
	padding: 0;
}

#mapa_seccion_contenido li {
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	width: 162px;
}

#mapa_seccion_contenido li a:active,
#mapa_seccion_contenido li a:visited,
#mapa_seccion_contenido li a:link {
	text-decoration: none;
	color:  #005193;
}

#mapa_seccion_contenido li a:hover {
	text-decoration: underline;
}

#piepagina {
	position: relative;
	float: left;
	width: 99%;
	height: 20px;
	background-color: #FFFFFF;
}

.limpiar { clear: both; }