

/*Estilos generales*/
header {
	width:100%;
	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: 100%;
	text-align: center;
	padding: 20px 0;
	background: #535353;
	color:#fff;
	margin-top: 50px;
}

footer a {
	color: #d3e11d;
}

/*Fin estilos generales*/

/*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;
}
#form1 {
    width:435px;
    margin:auto;

    font-family: Helvetica, Verdana, Geneva, sans-serif;
    font-size: .8em;
    

    position: relative;
    
    background: url(images/content/contactoBG2.png) no-repeat left;
}
#form1 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:#ff0000;
	
	float: left;
	
	font-size:1em;
}

#form1 input{
	display: block;
	float:left;
	width:250px;
	margin-bottom: 7px;
}

#form1 textarea{
	display: block;
	float:left;
	width:254px;
	height: 100px;
	margin-bottom: 5px;
	
	resize: none;
}

#form1 .botonAcceder{
	width: 138px;
	height: 38px;
	background-image: url("../images/botonenviar.png");
	border:none;
	margin:auto;
	margin-bottom: 20px;
	color:#fff;
	border-radius: 20px 20px 20px 20px;
	font-style: italic;
}
#form1 .botonAcceder:hover{
	background: #535353;
	color:#CBAC75;
}


#form1 #aster {
	color:#ff0000;
}

#textoContacto {
	color:#535353;
}

.thanks{
	color:red;
	text-align:center;
	height:220px;
	
	margin-top: 100px;
	font-size:1em;
}






























