/*  =============================================================================================================
                                                COLUMNA IZQUIERDA 
    ============================================================================================================= */

#cabcolmizqobservatorio{
	display: inline;
	position:relative;
	float:left;
	height:155px;
	background-color:#FFFFFF;
	width:205px;
	background-image:url(../images/observatorio/imagen_chica.png);
	background-repeat: no-repeat;
}
#observaherramienta{
	display: inline;
	position:relative;
	float:left;
	height:155px;
	background-color:#FFFFFF;
	width:205px;
	margin-top:34px;
	background-image:url(../images/observatorio/texto1.png);
	background-repeat: no-repeat;
}

#ciudadwifi{
	display: inline;
	position:relative;
	float:left;
	height:236px;
	background-color:#FFFFFF;
	width:205px;
	background-image:url(../images/observatorio/ciudad.png);
	background-repeat: no-repeat;
}
#menuizquierdaobserv {
	display: inline;
	position:relative;
	float:left;
	width:205px;
	height:505px;
	background-color:#FFFFFF;
	margin-top:15px;	
}


#descripcionobserv{
	display: inline;
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:175px;
	font-size:0.70em;
	font-family:tahoma;
	text-align:left;
	color:#005193;
	text-decoration:none;
	margin-top:15px;
	margin-left:18px;
}

#descripcionobserv ul{
	margin:0;
	padding:0;
	padding-left: 30px;
}

#descripcionobserv li {
	list-style-image:url("../images/icono_prensa.gif");
}


/*  =============================================================================================================
                                                 COLUMNA CENTRAL 
    ============================================================================================================= */
                                              


#contenidoobservatorio {
	width:560px;
	height:580px;
	margin-top:2px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
}

#imgportada{
	display: inline;
	position:relative;
	float:left;
	width:306px;
	height:85px;
	margin-left: 10px;
	background-color:#FFFFFF;
	background-image:url(../images/observatorio/titular_observa.png);
	background-repeat: no-repeat;
    
}

#flashobservatorio{
	display:inline;
	position:relative;
	float:left;
	height:260px;
	background-color:#FFFFFF;
	width:500px;
	margin-left: 50px;
	/*margin-top: 10px;*/
}


/*  =============================================================================================================
                                                 COLUMNA DERECHA 
    ============================================================================================================= */
#cabcolmder{
	display: inline;
	position:relative;
	float:left;
	height:100px;
	margin-left:-20px;
	background-color:#FFFFFF;
	width:190px;
	background-image:url(../images/observatorio/guia.png);
	background-repeat: no-repeat;
}

.contder{
	display: inline;
	position:relative;
	float:left;
	width:175px;
	height:28px;
	margin-left:10px;
	color:#62AA33;
	padding:2px;
	background-color:#FFFFFF;
	
}

#titulo_estudios{
	background-image:url(../images/observatorio/estudios.gif);
}

#textoderecha{
	display:inline;
	position:relative;
	float:left;
	width:175px;
	height:70px;
	background-color:#FFFFFF;
	margin-top:3px;
	font-size:0.68em;
	font-family:arial, sans-serif;
	text-align:justify;
	color:#005193;
	margin-left:15px;
}

#descarga {
	display:inline;	
	position:relative;
	float:right;
	color:#E38700;
}

#textoderecha a {
	text-decoration: none;
	color: #E38700;
}