/* Estilos NOTICIAS */
#tablon_noticias {
    border: 1px solid #006633;
    /*border-right: 1px solid #006633;*/
    border: 1px solid #006633;
    width: 550px;
	float:left;
	/*margin-top: 20px;*/
	margin-right:10px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px; 
	background-image:url(../imagenes/fondo_tablon_noticias.jpg);
}

#fecha_noticia_tablon {
	width:80px;
	float:left;
	/*clear:left;*/
	margin-top:8px;
	margin-left:5px;
	text-align:left;
	color:#990000;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	/*border: 1px dotted #006600;*/
}

#resto_noticias {
	width:500px;
	float:left;
	clear:both;
	text-align:right;
	margin-left:20px;
	/*border: 1px dotted #006600;*/
}

#resto_noticias a,a:active,a:focus, a:link,a:visited {
	text-decoration:none;
	color:#666633;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#resto_noticias a:hover {
	text-decoration:underline;
	color: #FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#666633;
}

#titular_noticia_tablon {
	width:440px;
	float:left;
	clear:right;
	text-align:left;
	margin-top:8px;
	margin-bottom:8px;	
	margin-left:8px;
	margin-right:5px;
	/*border: 1px dotted #006600;*/
}

#titular_noticia_tablon a,a:active,a:focus, a:link,a:visited{
	font-size:10px;
	color: #666600;
}

#titular_noticia_tablon a:hover {
	text-decoration:underline; 
}

#cab_tablon_noticias {
	width:300px;
	float:left;
	clear:both;
	/*margin-left:10px;*/
	/*margin-top:10px;*/
	margin-bottom:0px;
	color: #FFFFFF; 
	background-color:#006633;
}

#pie_noticia_detalle {
	width:540px;
	float:left;
	clear:both;
	margin:10px;
	color:#990000;
	font-size:10px;
	text-align:left;
	padding-bottom:10px;
	/*margin-left:20px;*/
	border-top:1px dashed #006633;
}

#pie_noticia_detalle A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	font-size:10px;
	color: #CC0000;
	text-decoration: none;
}
#pie_noticia_detalle A:HOVER { 
	font-size:10px;
	color: #CC0000; 
	text-decoration: underline;
}


#pie_noticia_detalle_izqda {
	width:120px;
	float:left;
	margin-top:2px;
	text-align:left;
}

#pie_noticia_detalle_dcha {
	width:120px;
	float:right;
	margin-top:2px;
	text-align:right;
}

/* Estilos para listados de noticias */

/* Noticia Resumida: Titular, Fecha y Subtitular*/
#noticia {
	width:540px;
	margin:10px;
	clear:both;
	/*border-top: 1px dotted #006600;*/
	border-bottom: 1px dotted #006600;
}

#titular {
	width:540px;
	margin:10px;
	clear:both;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006633;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

#titular A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006633;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
#titular A:HOVER { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006633;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

#subtitulo {
	width:540px;
	margin:10px;
	clear:both;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size:12px;
	text-align:justify;
	padding-bottom:3px;
}

#subtitulo_noticia_detalle {
	width:540px;
	margin:10px;
	clear:both;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size:12px;
	text-align:justify;
	padding-bottom:3px;
	border-bottom: 1px dotted #006600;
}

#fecha_noticia {
	width:540px;
	margin-left:10px;
	margin-top:3px;
	text-align:left;
	color:#990000;
}


#noticia_detalle {
	width:540px;
	clear:both;
	margin:10px;
}

#texto_noticia {
	width:500px;
	margin-left:25px;
	margin-right:25px;
	float:left;
	clear:both;
	color: #333333;
	font-size:12px;
	text-align:justify;
	padding-bottom:15px;
	/*border-bottom: 1px dotted #006600;*/
	margin-bottom:10px;
}

#cab_ficha {
	color:#006633;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
}

#columna {
	color:#006633;
	font-size:10px;
}

#texto_columna {
	font-size:10px;
	color:#999999;
}





