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

body {
	background: #042149 url(../images/arabian.jpg) repeat-x center 0;
	color: #ffae00;
}
#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: #ffae00;
	font-family: "Berkshire Swash", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 55px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 15px 0;
}
h2 {
	font-family: "Berkshire Swash", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.4em;
}
.form_contacto {
	background: #001634;
	padding: 10px 10px 15px 10px;
	width: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.form_contacto h4 {
	font-family: "Berkshire Swash", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
}
.form_contacto .btn_enviar {
	background: #ffae00;
}
.form_contacto .btn_enviar:hover {
	background: #ffc514;
}
.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: #ffae00;
	box-shadow: 0 0 4px #ffae00;
}
.twitter {
	background-color: #001634;
	background-image: url(../images/twitter-arabian.png);
}