/**
 * 2c-formoculto
 */
body {
	background: #282828;
	color: #ffffff;
}

#main {
	margin: 0 auto;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	width: 960px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* header */

.logo {
	float: left;
}
.logo a {
	text-decoration: none;
}
.logo img {
	max-height: 150px;
	padding-top: 25px;
}
#link_contacto,
#link_contacto:link,
#link_contacto:visited,
#link_contacto:hover,
#link_contacto:active {
	background: url(../images/bandera.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 85px;
	text-decoration: none;
	width: 78px;
}

/* FORMULARIO */

.contact-box {
	color: #555;
	height: auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 230px;
	z-index: 100;
	padding: 10px 10px 15px 10px;
	background: #fff;
	text-shadow: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.cerrar,
.cerrar:link,
.cerrar:visited,
.cerrar:hover,
.cerrar:active {
	color: #333;
	display: block;
	float: right;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	z-index: 999;
}
.cerrar:hover {
	color: #e00;
}
.contact-box p {
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.contact-box form {
	margin-top: 10px;
}

/* contenido */

.contenido {
	padding: 70px 0 40px 0;
}
#content-social {
	margin-top: 60px;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.05em;
	margin: 0 0 15px 0;
	text-decoration: none;
}
h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 45px 0;
	filter: alpha(opacity=55);
	opacity: .55;
}
.bodytext {
	margin-top: 45px;
}

/** TWITTER */

.twitter {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 40px 0;
}
.twitt_text {
	display: block;
	font-style: italic;
	margin: 0 0 5px 0;
}
.twitt_url,
.twitt_time {
	font-size: 13px;
	filter: alpha(opacity=55);
	opacity: .55;
}