@import url(http://fonts.googleapis.com/css?family=Arvo:400);

body {
	background: #83952d url(../images/green.jpg) repeat;
	color: #222222;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #222222;
	font-family: "Arvo", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}
h2 {
	font-family: "Arvo", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1em;
}
.form_contacto .btn_enviar {
	background: #da3c1d;
	box-shadow: 0 2px 1px rgba(0,0,0,.3);
}
.form_contacto .btn_enviar:hover {
	background: #f83e19;
}
.form_contacto div.fv input:focus,
.form_contacto div.fv select:focus,
.form_contacto div.fv textarea:focus,
.form_contacto div.fh input:focus,
.form_contacto div.fh select:focus {
	border-color: #ffebad;
	box-shadow: 0 0 4px #ffebad;
}
.form_contacto div.error {
	color: #800;
	text-shadow: 0 0 2px #fff;
}
.bodytext {
	font-weight: 400;
}
.twitter {
	background-color: #8ea039;
	background-image: url(../images/twitter-green.png);
	box-shadow: 0 1px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.5) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5) inset; 
}