@charset "utf-8";
#contenedor_formulario_contacto {
	width: 500px;
	margin-top: 30px;
}
#contenedor_tabla_contacto {
	text-align: center;
	width: 450px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-left: 125px;
	margin-bottom: 20px;
}

.titulo_de_anuncio {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	width: 500px;
	margin-left: 75px;
	text-align: left;
	background-color: #ECE9D8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
}
