/*RESET CSS*/

/* v1.0 | 20080212 */


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*FIN DE LOS RESETS*/

/*Estilos generales*/



#contenedor {
	width: auto;
	margin:auto;
}

/*Estilos formulario*/
#textoContacto {
	width: auto;
	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: 100px;
	left: -60px;
}
#formulario {
    width:auto;
    margin:auto;

    font-family: Helvetica, Verdana, Geneva, sans-serif;
    font-size: .8em;
    
    padding:10px;
    
    padding-bottom: 50px;
    padding-left:10px;
    position: relative;
    
    background: url(images/content/contactoBG2.png) no-repeat left;
}
#formulario label{
	display: block;
	float:left;
	width:100px;
    font-weight:bold;
    font-size:12px;
    
    padding-top:5px;
    
    position: relative;
}

label.error { 
	width:150px;
	margin-top:-17px;
	
	color:#ff0000;
	
	float: left;
	
	font-size:1em;
}

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

#formulario textarea{
	display: block;
	float:left;
	width:600px;
	height: 150px;
	margin-bottom: 5px;
	
	resize: none;
}

#formulario .botonAcceder{
	width: 175px;
	height: 30px;
	border:none;
	margin:auto;
	position: absolute;
	right: 0;
	left: 222px;
	bottom: 49px;
	color:#ffffff;
	background-color: #0068b3;
}

#formulario .botonAcceder:hover{
	background: #0000ff;
	color:#000000;
}

#formulario #aster {
	width: 150px;
	margin:10px;
	left: 0px;
	bottom: 10px;
	padding-left: 0px;
	color:#ff0000;
}

#textoContacto {
	color:#535353;
}

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