#contenedor{
position:absolute;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
margin-top:-3px;
margin-left:-8px;
overflow: hidden;
height:250px;
}

/* ESTILOS TIPS */

#titulo_tips{ /* TITULO EN BARRA AZUL TIPS */
position:relative;
background-image: url(../../../../images/INE/Tips/fondo_sup.png);
background-repeat:no-repeat;
height:28px;
width:166px;
top:3px;
font-family:"Bitstream Vera Sans", "DejaVu Sans",Verdana, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFF;
text-align:center;
line-height: 22px;
}

#cuerpo_tips{ /* CUERPO TIPS */
position:relative;
height:86px;
width:168px;
background-image:url(../../../../images/INE/Tips/fondo_inter.png);
background-repeat:repeat-y;
overflow: hidden;
}

#cuadro{ /* CUADRO EMERGENTE TIPS */
position:absolute; /* Do not change this value */
width: 168px;
height: 102px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontentwrapper{ /* CUADRO PARA TEXTO DESLIZANTE TIPS */
position: relative; /* Do not change this value */
margin-top:-8px;
width: 168px;
height: 108px; /* Set height to be able to contain height of largest content shown*/
background:none;
overflow: hidden;
}

.glidecontent{ /* TEXTO DESLIZANTE TIPS */
position: absolute; 
background-color:#ececed;
padding:4px;
margin-left:4px;
margin-top:16px;
visibility: hidden;
width: 150px;
height:108px;
font-family:"Bitstream Vera Sans", "DejaVu Sans",Verdana, Geneva, sans-serif;
font-size:11px;
}

#borde_inf_tips{ /* BORDE INFERIOR TIPS */
position:relative;
height:7px;
width:166px;
background-image:url(../../../../images/INE/Tips/fondo_inf.png);
background-repeat:no-repeat;
overflow: hidden;
}



/* ESTILOS POBLACION */

#poblacion{ /* CONTENEDOR POBLACION */
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	position:absolute;
	top:124px;/*100 distancia desde borde superior de objeto contenedor hasta  linea superior de población */
	height:120px;/* 75 */
	width:166px;
	overflow: hidden;
	z-index:5;
}

#titulo_poblacion{ /* TITULO BARRA AZUL POBLACION */
	position: relative;
	/*background-color:#00F;*/
	background-image:url(../../../../images/INE/Tips/fondo_sup_pob.png);
	background-repeat:no-repeat;
	height:50px;
	width:166px;
	top:1px;
	padding-top: 5px;
	font-family:"Bitstream Vera Sans", "DejaVu Sans",Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height: 13px;	
	z-index:0;
}

#cuerpo_poblacion{  /* CUERPO POBLACION */
position:relative;
height:64px;
width:168px;
top: -5px;
background-image:url(../../../../images/INE/Tips/fondo_inter.png);
background-repeat:repeat-y;
overflow: hidden;
}

#numero_poblacion{ /* TEXTO CANTIDAD POBLACION */
	position:relative;
	top:12px;/*5*/
	left:9px;
	font-family:"Bitstream Vera Sans", "DejaVu Sans",Verdana, Geneva, sans-serif;
	color:#333;
	font-size:11px;
	font-weight:bold;
	z-index:5;	
}

#no_omision{
	position:absolute;
	top:0px;
	left:4px;
	font-family:"Nimbus Sans L", "Libertation Sans",Arial, Helvetica;
	color:#333;
	font-size:10px;
	font-weight:bold;
	z-index:4;
	
	
	
}

#imagen_poblacion{
	z-index:1;	
}

.jmorph{ /* IMAGENES CRECIMIENTO POBLACION */
	padding-left:0px;
	padding-right:0px;
	padding-top: 12px;
}

#borde_inf_poblacion{ /* BORDE INFERIOR POBLACION */
position:relative;
top: -5px;
height:6px;
width:166px;
background-image:url(../../../../images/INE/Tips/fondo_inf.png);
background-repeat:no-repeat;
overflow: hidden;
}


