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

body {
	background: #000 url(../images/wine.jpg) repeat-x 0 0;
	color: #ffde78;
}
#main {
	text-shadow: 0 2px 2px rgba(0,0,0,1);
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #ffde78;
	font-family: "Lobster", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}
h2 {
	font-family: "Lobster", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
}
.form_contacto .btn_enviar {
	background: #da3c1d;
}
.form_contacto .btn_enviar:hover {
	background: #f83e19;
}
.form_contacto div.error {
	text-shadow: 0 0 2px #000;
}
.twitter {
	background-color: #4b0014;
	background-image: url(../images/twitter-wine.png);
}