/* .css complementario para la PLANTILLA NOTICIERO (resumen noticias) */
/* .css complementario para la PLANTILLA NOTICIA DETALLADA (noticia detallada) */



/*********** Estilo NOTICIAS (resumen) ***********/
#columna-entera {
	width:98%;
	float:left;
	padding:0;
	margin:0 0 0 0;
}
#columna-izq {
/*	width:30%;*/
	width:49%;
	float:left;
	padding:0;
	margin:0 0 0 0;
}
#columna-der {
/*	width:68%;*/
	width:49%;
	float:left;
	padding:0;
	margin:0 0 0 10px;
}
#resumen-noticias{
	float:left;
	width:98%;
	border-top: 1px dotted #A2BBD1;
	border-bottom: 1px dotted #A2BBD1;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding:3px;
	margin:0 0 10px 0;
}
#resumen-noticias p.titulo { /* Estilo TITULO de noticias */
	font-family: 'Lucida Sans', arial;
	font-size:13px;
	color: #232323;
	text-decoration:none;
}
#resumen-noticias p.titulo a {
	color: #232323;
	text-decoration:none;
}
#resumen-noticias p.titulo a:hover {
	text-decoration:underline;
}
#resumen-noticias p { /* Estilo TEXTO noticias */
	font-family: 'lucida sans', arial;
	font-size:12px;
	color: #004573;
	text-align:justify;
	margin:8px 2px;
	padding:0px;
}
#resumen-noticias img {
	float:left;
	margin:2px 5px 5px 2px;
	padding:0px;
	width:120px;
	height:82px;
}
/***************************************************/
/*********** Estilo NOTICIAS (detallada) ***********/
#noticia {
	clear:both;
	padding:10px 0 0 0;
	color: #004573;
	font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;
	font-size:12px;
}
#noticia p.titulo {
	font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;
	font-size: 14px;	
	color: #232323;	
	font-weight: bold;	
	text-decoration: underline;
	margin: 0 0 5px 2px;
}
#noticia p {
	font-family: 'lucida sans', arial;
	font-size:12px;
	color: #004573;
	text-align:justify;
	margin:10px 2px;
	padding:0px;
}
#noticia p a {
	color:#2975BD;
	text-decoration:none;
}
#noticia p a:hover {
	color:#FF9900;
}
#noticia div.aligncenter{	
	margin: 5px;	
	clear: both;
	text-align:center;	
}
#noticia div.alignleft{
	clear: both;
	margin: 0 10px 5px 0;
	float:left;
}
#noticia div.alignright{
	clear: both;
	margin: 0 0 5px 10px;
	float:right;
}
/***************************************************/
/*********** estilo table predeterminada ***********/
#noticia table {
	clear:both;
	width: 100%;
	margin-bottom: 2em;
	font-family: 'lucida sans', arial;
	font-size:12px;
	color: #004573;
}
#noticia table a{
	color:#2975BD;
	text-decoration:none;
}
#noticia table a:hover{
	color:#2975BD;
	text-decoration:underline;
}
#noticia table thead th {
	text-align: center;
	border: 1px #D7E2EC solid;
	background: #D7E2EC;
	padding: 0.3em 0;	
}
#noticia table tbody td {
	text-align: left;
	vertical-align:top;
	border: 1px #D7E2EC solid;
	padding: 0.2em 0.1em;	
}
#noticia table td#titulo{
	background: #D7E2EC;
	font-weight:bold;
	vertical-align:middle;
}
#noticia table tbody td img {
	float: none !important;
	padding: 0.3em 0.3em;
}
/*******************************************************/
/************ estilo para listas anidadas **************/
#noticia ul{
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 1em;
	font-family: 'lucida sans', arial;
	font-size:12px;
	color: #004573;
}
#noticia ul ul {
	list-style:circle;
}
#noticia ul ul ul {
	list-style:square;
}
#noticia ul a {
	color:#2975bd;
	text-decoration:none;
}
#noticia ul a:hover {
	text-decoration: underline;
	color:#2975bd;
}
/*******************************************************/
/*********** Estilo BUSCADOR (pagina interior) ***********/
#buscador { 
	clear:both;
	color: #0E8A80;
	background : transparent url(../img/buscador.gif) no-repeat;
	margin:0 0 5px 0;
	padding: 5px 0 0 5px;
	position:relative;
	top:10px;
	height:75px;
}
#buscador img {
	height:75px;
}
#buscador input {
	float:left;
	position:relative;
	top:25px;
	left:100px;
}
#buscador input.boton {
	float:left;
	background-color:#FFFFFF;
	border: 1px solid #c4c4c4;
	height:22px;
	margin: 0 0 0 5px;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
}
p.buscador {
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	margin:0 0 5px 0;
	padding:0;
}
/*********************************************************/