/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#patron {
	width:960px;
	background-image:url(../imagenes/patron.png);
	margin:auto;
}
#todo {
	width:960px;
	background-image:url(../imagenes/cabecera.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
	margin-top:5px;
}
#div_logo {
	padding-top:0px;
	padding-left:11px;
	clear:both;
}
#div_barra_dch {
	background-image:url(../imagenes/fondo-barra-dch.png);
	border: 2px solid #000;
	margin-top: 70px;
	width:175px;
	padding-top:16px;
	padding-left:5px;
	color:#666;
	font-size:12px;	
}
#div_sombra_barra_dch {
	background-image:url(../imagenes/sombra-fondo-dch.png);
	background-repeat:no-repeat;
	width:184px;
}
#div_menu_cabecera {
	clear:both;
}
#div_sombra_menu_cabecera {
	background-image:url(../imagenes/fondo-menu_cabecera.png);
	background-repeat:repeat-x;
	height:10px;
	padding-bottom:8px;
}
.div_pestana_menu {
	float:left;
	margin-top:9px;
}
#div_barra_izq {
	float:left;
	width:175px;
	margin-left:5px;
}
#div_contendor {
	float:left;
	width:590px;
}
#div_menu_izq_up {
	background-image:url(../imagenes/fondo-up-barra-izq.jpg);
	height:7px;
}
#div_menu_izq_centro {
	background-color:#99BFE3;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	padding-left:5px;
}
#div_menu_izq_down {
	background-image:url(../imagenes/fondo-down-barra-izq.jpg);
	background-repeat:no-repeat;
	height:190px;
	padding-left:5px;
	padding-top:5px;
}
.tituto_barra_izq {
	color:#FFF;
	font-weight:bold;
	padding-bottom:5px;
}
.texto_barra_izq {
	font-size:11px;
	line-height: 180%;
}
.enlace_barra_izq {
	color:#000;
	text-decoration:none;
}
.img_titulos_barra_dch {
	padding-right:4px;
}
.notica_barra_dch {
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	color:#666;
}
.enlace_noticia_barra_dch {
	text-decoration:none;
	color:#000;
}
.texto1_barra_dch{
	padding-left:5px;
}
.input_barra_dch {
	font-size:12px;
	width:94px;
	float:right;
}
#div_entrar_barra_dch {
	text-align:right;
	padding-right:5px;
	padding-top:3px;
}
.enlace_entrar_barra_dch {
	color:#666;
	font-size:12px;
}
#div_registrarse_barra_dch {
	padding-left:5px;
}
.enlace_registrarse_barra_dch {
	color:#666;
	font-size:12px;
}
.boton_registrarse_barra_dch {
	color:#666;
	font-size:12px;
	background:none; 
	text-decoration:underline; 
	border:none;
	margin-right:-5px;	
	cursor:pointer;	
}
.div_contenido {
	width:570px;
	background-color:#FFF;
	border: 1px solid #F00;
	margin-top:3px;
	padding-top:10px;
}
.div_sombra_contenido {
	background-image:url(../imagenes/sombra-contenido.png);
	background-repeat:no-repeat;
	width:570px;
	height:8px;
	margin-left:8px;
}

.p_texto {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}
.p_texto2 {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
}
.div_lista_tipo1 {
	text-align:left;
	margin-left:10px;
	margin-right:40px;
}
.div_hr {
	width:490px;
}
#div_pie {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:12px;
	color:#FFF;
}
.enlace_pie {
	color:#FFF;
	text-decoration:none;	
}
.img_noticia {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
	border: thin solid #666666;
}
.div_contenedorBreves {
	margin-left:40px;
	margin-right:40px;
	margin-bottom:25px;
	text-align:left;
}
.div_contenedorAmpliada {
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}
.div_cuerpo_noticia {
	text-align:justify;
}
.spam_resumen_noticia {
	color:#666666;
}
.span_fecha {
	font-size:12px;
	color:#999999;
}
.enlace_noticia {
	text-decoration:none;
	color:#660000;
	font-weight:bold;
}
.enlace_gris {
	color:#333333;
}