﻿.contenido .titulares {
	width: 900px;
	background-color: #7abafe;
	margin: 0px;
	background-image: url(../img/fondo_titulares.png);
	background-repeat: repeat-x;
}
.titulares h3 {
	font-weight: bold;
	color: #004c99;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 13px;
}
.titulares p {
	color: #FFF;
	text-align: justify;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 12px;
}
.flash {
	height: 350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.titulares .separadores {
	background-image: url(../img/linea_separadora.png);
	background-repeat: repeat-y;
}
