/* @override 
	http://psychocorp.net/beta/assets/stylesheets/portada.css
	http://psychocorp.net/beta/assets/stylesheets/noticias.css
*/

/* Noticias */

#cuerpo .noticia {
	clear: both;
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#cuerpo .noticia h2 {
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font: normal normal 18px "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
}

#cuerpo .noticia h2 a {
	color: #bf0f06;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#cuerpo .noticia div.text {
	text-align: justify;
	clear: both;
}

#cuerpo .noticia div.text img.arriba {
	margin-bottom: 10px;
	clear: both;
}

#cuerpo .noticia div.text img.izquierda {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#cuerpo .noticia div.text img.derecha {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}

#cuerpo .noticia div.info {
	text-align: right;
	font-size: 11px;
	margin: 0;
	color: #7e7e7e;
	clear: both;
	background-color: #e6e6e6;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ccc;
	padding-right: 5px;
}

#cuerpo .noticia object {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
