


#contenedor {
	width: 225px;
	margin: auto;

}

/*Estilos formulario*/
#textoContacto {
	width: 225px;
	position: relative;
	font-style: italic;

}

#textoContacto h3 {
	font-size: 3.5em;
	font-family: Helvetica, arial;
	font-weight: 100;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	color:#d3e11d;
	

}
#formulario {
    width:120px;
    float: left;
	margin-left:20px;
	margin-top:10px;
    font-family: Helvetica, Verdana, Geneva, sans-serif;
    font-size: .8em;
    border-radius: 5px 5px 5px 5px;
    background: url(images/content/contactoBG2.png) no-repeat left;
}
#formulario label{
	display: block;
	float:left;
	width:175px;
    font-weight:bold;
    font-size:12px;
    font-style: italic;

    
    padding-top:5px;

    
    position: relative;
}

label.error { 
	width:175px;
	margin-top:-17px;
	
	color:#ff0000;
	
	float: left;
	
	font-size:1em;
}

#formulario input{
	display: block;
	float:left;
	height: 20px;
	width:250px;
	margin-bottom: 7px;
	font-size: 12px;
	background-color: #E6E6E6;
	border: solid 1px #CCC;
	font-family: Helvetica, arial;
	border-radius: 5px 5px 5px 5px;
	font-style: italic;
	margin-left: -15px;
	line-height: 200%; 


}

#formulario textarea{
	display: block;
	float:left;
	width:350px;
	height: 80px;
	margin-bottom:15px;
	background-color: #E6E6E6;
	border-radius: 5px 5px 5px 5px;
	font-style: italic;
	font-family: Helvetica, arial;
	border: solid 1px #CCC;
	resize: none;
	font-size: 12px;
	margin-left: -15px;
	line-height: 150%; 

}

#formulario .botonAcceder{
	width: 80px;
	height: 25px;
	background: #000;
	border:none;
	margin:auto;
	margin-bottom: 20px;
	color:#fff;
	border-radius: 10px 10px 10px 10px;
}

#formulario .botonAcceder:hover{
	background: #535353;
	color:#CBAC75;
}

#formulario #aster {
	color:#ff0000;
}

#textoContacto {
	color:#535353;
}

.thanks{
	color:red;
	text-align:center;
	font-size:2em;
}






























