a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#banners{
	float:left;
	width:220;
	margin: 0 0 0 655;
	padding: 0px;
	background-color: #ffffff;
}

#sin_banners{
	float:left;
	padding: 0px 0px 0px 630px;
	
}

#sin_banners img{
	display: block;
}
#imagen_flotante{
	float:right;
	padding: 0px 60px 0px 0px;
	
}

#imagen_flotante img{
	display: block;
}

#banners img{
	display: block;
}

#contenido{
	float:left;
	width: 630px;
	padding: 0 0 0 0;
	margin: 0 0 0 25;
}

.imagen_derecha{
	display: block;
	padding: 10 0 10 10
}

#contenido_sin_banners{
	float:left;
	width: 850px;
	padding: 0 0 0 0;
	margin: 0 0 0 25;
	background-image: url(imagenes/bg.jpg);
	height: 467px;
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;
}



#spacer{
	float:left;
	width: 25px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}




/*************** #pageName styles **************/




/************** .feature styles ***************/

.texto{
	font-size: 12px;
	line-height: 1.9;
}

.texto h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


em{
	color: #006094;
	text-decoration: none;
	font-style: normal;
}
.noticias_sub {
	font-size: 12px;
	line-height: 1.3;
	color: #666666;
}
.noticias_sub_titulo {
	font-size: 12px;
	line-height: 1.3;
	color: #006699;
}

