@charset "utf-8";
/* CSS Document */

*{ 
	padding:0; 
	margin:0;
	border:none;
}
body{
	border-top: 7px #da251d solid;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper{
	width:905px;
	height:695px;
	margin:0 auto;
}
#flash{}
#newsletter{
	width:100%;
	background:url(../images/rectangulo.gif) no-repeat;
	height:45px;
	color:#666666;
	font-size:11px;
}
#text{
	width:330px;
	float:left;
	padding:15px 5px;
}
#campos{
	float:left;
	padding:7px 0;
}
.etiqueta{
	width:50px;
	float:left;
	padding:7px 0 0 5px;
}
input.nombre{
		background:url(../images/bg_nombre.gif) no-repeat;
		width:162px;
		height:30px;
		border:none;
		float:left;
}
input.email_field{
	background:url(../images/bg_mail.gif) no-repeat;
	width: 239px;
	height:30px;
	border:none;
	float:left;
}
input.btnenviar{
	background:url(../images/ok.gif) no-repeat;
	width:30px;
	height:30px;
	margin:0 0 0 5px;
}
#footer{
	height:100px;
}
#coatilogo{
	float:right;
}
#textofooter{
	float:left;
	width:585px;
	font-size:10px;
	color:#999999;
}