@charset "utf-8";

@import url("reset.css");
@import url("general.css");

body {
	background-image: url(../images/fondo2.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 130%;
	/*background-color: #DAD9C2;*/
	background-color: #35F2EB;
	background-repeat: no-repeat;
}

.clearL {
	clear:left;
}

#main {
	width:520px;
	margin:0 auto;
}

#main .logonuevo {
	display:block;
	margin-left:180px;
	margin-bottom:40px;
}

.newsletter {
	height:238px;
	margin-bottom:26px;
	padding-left:260px;
	padding-top:35px;
	margin-top:25px;
	background: url(../images/newsletter-bg.jpg) no-repeat;
}

.newsletter h3 {
	color:#EB008B;
	font-size:27px;
}

.newsletter p {
	color:#333;
	font-size:11px;
	line-height:110%;
	margin-bottom:15px;
}

.newsletter p.amarillo {
	color:#E5FF1F	
}

.newsletter span {
	font-size:11px;
	color:#000;
	display:block;
}

.newsletter form input[type=text] {
	display:block;
	border:0 none;
	width:160px;
	height:19px;
	line-height:21px;
	float:left;
	border:1px solid #CCC;
}

.newsletter form input[type=submit] {
	float:left;
	padding:0px 15px;
	cursor:pointer;
}

