/*RESET CSS*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*FIN DE LOS RESETS*/

/*Estilos generales*/
header {
	width:500px;
	height: auto;
	background: #d3e11d;
	font-size: 100%;
	padding: 50px 0;
	box-shadow: 0px 2px 2px #535353;
	margin-bottom: 50px;
}

header hgroup h1 {
	font-size: 2em;
	text-align: center;
	color:#535353;
	font-family: 'Glegoo', serif;
}

header hgroup h2 {
	font-size: 1em;
	font-family: 'Glegoo', serif;
	text-align: center;
	color:#777;
}

footer {
	width: 500px;
	text-align: center;
	padding: 20px 0;
	background: #535353;
	color:#fff;
	margin-top: 50px;
}

footer a {
	color: #d3e11d;
}

/*Fin estilos generales*/

#contenedor {
	width:500px;
	float:left;
}

/*Estilos formulario*/
#textoContacto {
	width:500px;
	position: relative;
}

#textoContacto h3 {
	font-size: 3.5em;
	font-family: Helvetica, arial;
	font-weight: 100;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	
	color:#d3e11d;
	
	position: absolute;
	top: 200px;
	left: -80px;
}
#formulario {
    width:435px;
    margin:auto;

    font-family: Helvetica, Verdana, Geneva, sans-serif;
    font-size: .8em;
    
    padding:15px;
    
    padding-bottom: 50px;
    position: relative;
    
    background: url(images/content/contactoBG2.png) no-repeat left;
}
#formulario label{
	display: block;
	float:left;
	width:175px;
    font-weight:bold;
    font-size:12px;
    
    padding-top:5px;
    
    position: relative;
}

label.error { 
	width:175px;
	margin-top:-17px;
	
	color:#677F91;
	
	float: left;
	
	font-size:1em;
}

#formulario input{
	display: block;
	float:left;
	width:250px;
	margin-bottom: 7px;
}

#formulario textarea{
	display: block;
	float:left;
	width:254px;
	height: 150px;
	margin-bottom: 5px;
	
	resize: none;
}

#formulario .botonAcceder{
	float:right;
	width: 105px;
	height: 20px;
	background: #535353;
	border:none;
	margin:auto;
	
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	
	color:#fff;
}

#formulario .botonAcceder:hover{
	background: #535353;
	color:#fff;
}

#formulario #aster {
	color:#535353;
}

#textoContacto {
	color:#535353;
}

.thanks{
	color:#677F91;
	text-align:center;
	height:220px;
	
	margin-top: 100px;
	font-size:1em;
}






























