@charset "utf-8";
.titulo {
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 8px;
	background-image: url(../img/titulo.png);
	padding-top: 7px;
	background-repeat:  repeat-x;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
.subtitulo {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.titulo_anuncios {
	font-weight: bold;
	position: static;
	text-align: center;
	height: 15px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/titulo_anuncio.png);
	overflow: hidden;
	margin-top: 10px;
}
.ver_detalles {
	background-color: #43A4C1;
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.ver_detalles:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	cursor: pointer;
	background-image: url(../img/boton_activo_fromulario.png);
}

.anuncio_contenido {
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: static;
	padding: 10px;
	overflow: hidden;
	color: #FFFFFF;
	border-top-style: none;
	background-image: url(../img/fondo_anuncio.png);
	background-repeat:  repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #2A7FAA;
}
.anuncio_contenido img {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FFFFFF;
}
