/* CSS Document */

#anuncios {
	clear: both;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


.bloque {
	float: left;
	width: 264px;
	margin-right: 5px;
	margin-left: 15px;
	height: 300px;
	
}
.titulo {
	text-align: center;
	float: left;
	height: 20px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E7D95;
	background-color: #5FC5DE;
	padding-top: 2px;
	padding-bottom: 2px;
}
.texto_anuncio {
	background-color: #F8F8F8;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 14px;
	color: #999999;
}
.foto_anuncio {
	height: 40px;
	width: 264px;
	overflow: hidden;
	float: left;
}
.int_izqu_contenido a {
	font-size: 13px;
	font-weight: bold;
	color: #183D69;
	text-decoration: none;
}
