body {
	background: #eee;
	color: #333333;
	font-family: Georgia, Times, serif;
}
#wrapper {
	background: #fcfcfc;
	margin: 0 auto;
	width: 980px;
}
#hero {
	margin-top: 55px;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #333333;
	font-family: Palatino, Palatino Linotype, Georgia, Times, serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4em;
}
.form_contacto .btn_enviar {
	background: #da3c1d;
}
.form_contacto .btn_enviar:hover {
	background: #f83e19;
}
.twitter {
	background-color: #fafafa;
	border: 1px solid #ddd;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}