@charset "utf-8";
/* CSS Document */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#530208;
	background-image:url(/web/images/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
a {
	color:#FFF;
	text-decoration:none;
}
.cabecera {
	width:494px;
	height:109px;
	background-image:url(/web/images/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#c57228;
	margin:0px;
	margin-bottom:15px;
}

.contiente_cuerpo {
	width:566px;
	margin-top:15px;
	float:left;
}
.cuerpo_top {
	width:566px;
	height:13px;
	background-image:url(/web/images/cuerpo_arriba.jpg);
	background-repeat:no-repeat;
}
.cuerpo_contenido {
	width:566px;
	background-image:url(/web/images/cuerpo_patron.jpg);
	background-repeat:repeat-y;
	margin-right:10px;
}
.cuerpo_bottom {
	width:566px;
	height:13px;
	background-image:url(/web/images/cuerpo_bajo.jpg);
	background-repeat:no-repeat;
}
.cuerpo_margenes {
	width:90%;
	margin:0 auto;
	text-align:center;
}
p {
	color:#FFFFFF;
	margin:0px;
}
.enviar {
	width:50px;
	border:solid 1px #570e10;
	color:#570e10;
	background-color:#FFFFFF;
}
.mensaje {
	width:250px;
	height:100px;
	border:solid 1px #570e10;
	color:#570e10;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textarea_mensaje {
	width:250px;
	border:solid 1px #570e10;
	color:#570e10;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

b{
	color: #df944f;
	font-weight:bold;
	font-size:12px;
}

.error_mail
{
	border:1px solid red;	
}