body  {	
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.fondo_web {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
}
.contenido {padding: 10px 50px 0px 60px;}
.titulo1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-indent: 0px;
}
.parrafo {
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
.frase {
	font-size: 11px;
	color: #666;
	font-style: italic;
	text-align: center;
	margin: 8px 0 0 0;
}
.enlace {
	font-size: 11px;
	color: #585858;
	font-weight: bold;
	text-decoration: none;
}
.enlace:hover {color: #a30d1d;}
.texto_destacado {
	font-size: 13px;
	font-weight: bold;
	color: #A40D1E;
}
.borde_rojo {
	border: 1px solid #a30d1d;
	margin: 20px 0 0 0;
}
.fotos {
	display: inline;
	float:left;
	margin: 20px 12px 0 0;
}
.form_txt {
	font-size: 12px;
	color: #000;
	padding-right: 5px;
	text-align: right;
}
.form-box {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	height: 16px;
	width: 130px;
	padding: 0 3px 0 3px;
	margin-bottom: 7px;
	background-color: #FFF;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #a30d1d;
}
.btn_enviar {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #a30d1d;
	border-color: #EBEDF3 #740A14 #740A14 #EBEDF3;
	border-width: 1px;
	border-style: solid;
}