@import "00_general.css";

/* ESTILOS PARA LA SECCION ABOUT US */

#news_titular {
	width: 550px;
	height:23px;
	background: url(../images/tit_newsletter2.gif) no-repeat left top;
	margin-top: 0px;
}
#news_titular h3 {
	display: none;
}
#newsletter_form {
	padding-top: 10px;
	padding-left: 13px;
	font-weight: bold;
	color: #648145;
}
#newsletter_izda {
	float: left;
}
.newsletter_input {
	width: 90px;
	height: 14px;
	font-size: 12px;
	border: solid 1px #648145;
}
#newsletter_der {
	float: left;
}
.newsletter_flecha {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-left: 5px;
	border: none;
	background: url(../../images/flecha_der.gif) no-repeat;	
}
.newsletter_flecha span {
	display: none;
}