﻿/*#Contenido { 
	background-image: url(../../images/FondoNoticias3.png);
	background-repeat: no-repeat;
}*/

.ContenedorNoticia { border:1px solid #777; padding:0; margin:0; font-size: 100%; text-align: justify; }

h1 { font-size:2em; font-weight: bolder; padding-bottom: 10px; }

.thumb { 
	width: 50px; 
	display: inline;
	float: left; 
	text-align: right;
	padding: 1px 5px 2px 2px;
	}
.thumb img { border: 0; }

.noticia {
	/*padding-left: 100px;*/
	padding:0; margin:0; 
	font-size:1em;
	margin-left: 35px;
	color: #333;
	padding-bottom: 3px;
	background-color: #FAFAFF;
}

.noticia h2, .tituloenlace {
	font-size:1.1em;
	font-weight: bolder;
	background-color: #deece4;/*#e7e7e8; /*#C7CEE2; /*#F3F4FF;*/
	padding: 4px 0px 0px 2px;
	cursor: pointer;
}

.tituloenlace{
	cursor:default;
}

.noticia .fecha {
	padding-left: 10px;
	font-size:0.65em;
	color: #333;
}

.noticia .accordion { padding-right: 10px; }

.noticia .subtitulo {
	font-weight: bold;
	font-size:1.1em;
	color: #666;
}
.noticia .cuerpo {
	font-size:1.1em;
	color: #666;
}

.noticia .enlaces { margin-left: 35px; margin-top: 0px; display: block; overflow: none; }
.enlaces .enlace { }

/* links */
.enlaces .enlace { font-size:1.2em; font-weight: bolder; color:#666; }
.enlaces .enlace:link, .enlaces .enlace:visited { text-decoration:none; }
.enlaces .enlace:hover, .enlaces .enlace:active { text-decoration:none; }
.enlaces .enlace .mime { margin-bottom: -3px; opacity:0.2; border:0; }
.enlaces .enlace .img  { margin-bottom: -7px; opacity:0.2; border:0; height:20px; }

.spacer { clear: both; padding:0; margin:0; }
.lspacer { clear: left; padding:0; margin:0; }
.rspacer { clear: right; padding:0; margin:0; }

