/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.gral-cont{
	padding:5px 5px 5px 5px;
	vertical-align:top;
}
.col-derecha{
	padding:5px 5px 5px 5px;
	vertical-align:top;
/*	border-left:1px dotted #CCCCCC;*/
}
.conjunto{
/*	background-image:url(fondo-ampliar.gif); 
	background-position:bottom;
	background-repeat:repeat-x;*/
}
.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	font-weight:bold;
	color:#FFFFFF; /*color fuente título*/
	padding-left: 10px;
	background-image:url(fondo-tit2.gif); /*imagen borde superior recuadro noticia*/
	background-position:top;
	background-repeat:repeat-x;
}
.titulo2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	font-weight:bold;
	color:#FFFFFF; /*color fuente título*/
	padding-left: 10px;
	background-image:url(fondo-tit.gif); /*imagen borde superior recuadro noticia*/
	background-position:top;
	background-repeat:repeat-x;
}
.noticia{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
/*	background-image:url(fondo-not.gif);
	background-position:top;
	background-repeat:repeat-x;*/
	text-align:justify;
}
.noticia img{
	margin-top:3px;
/*	background-color:#E1E1E1;*/
	padding:2px;
	margin-right:5px;
	border:1px solid #048dd3;
	border-color:#0066CC;
	float:left;
}
.ampliar{
	text-align:right;
	font-size:11px;
/*	border-bottom:1px dotted #CCCCCC;*/
	padding-right:15px;
}
.ampliar a{
	color:#003399;
	text-decoration:none;
}
.ampliar a:hover{
	text-decoration:underline;
}
.ancla {
	position:relative;
	visibility:visible;
	background-color:#c6d7e7;
	font-family:verdana,arial;
	font-size:11px;
}
.ancla a{
	color: #0066CC;
	font-weight: bold; 
	white-space: nowrap;
	display:block;
}
.ancla a:link  {
	text-decoration:none;
}
.ancla a:visited  {
	text-decoration:none;
	color:#0066CC;
}
.ancla a:active  {
	text-decoration:none;
	color: #0066CC;
}
.ancla a:hover  {
	text-decoration:none;
	color: #0000ff;
	background-color:#e5e5e5;
}
.recuadros {
	padding-right:2px; 
	padding-left:2px; 
	padding-top:2px; 
	padding-bottom:2px; 
	position:absolute;
	background-color:#b0c4ee;
	border-style:solid;
	border-color:#0066CC;
	border-width:1px;
	font-family:verdana,arial;
	font-size:11px;
	font-weight: bold; 
	color: #ffffff;
	z-index:1;
}
.recuadros a{
	color: #ffffff;
	font-weight: bold; 
	white-space: nowrap;
	display:block;
}
.recuadros a:link  {
	text-decoration:none;
}
.recuadros a:visited  {
	text-decoration:none;
	color:#ffffff;
}
.recuadros a:active  {
	text-decoration:none;
	color: #ffffff;
}
.recuadros a:hover  {
	text-decoration:none;
	color: #0000ff;
	background-color:#e5e5e5;
}
.recuadros hr  {
	border:0;
	width:100%;
	height:1px;
	color: #ffffff;
	background-color:#ffffff;
}
