.formulario {
	display:block;
	/*width:350px;*/
	color: #003300;
	font-family:'Roboto', sans-serif;
	margin-left: 5px;
}

form {
	width:300px;
	margin-right: 80px; /* donde comienzan el escrito de los campos de los formularios */
}
 
input, textarea {
	width:645px;
	height:27px;
	margin-top:10px; /* espacio entre campos*/
	font-size:14px;
	font-weight:600;
	color:#333333;/*#FF9900;*/
	border:1px;
	background-color: transparent;
	margin-bottom:8px;
}
 
textarea {
	height:140px; /*espacio entre ultimo campo y el text area */
	font-family: 'Roboto', sans-serif;
	margin-top: 14px;
	font-size:16px;
	font-weight:600;
	background-color: transparent;
	line-height: 15px;
}
 
.fondo_formulario {
	/*background-image:url(contacto_final/lineas_fondo.png);*/
	width: 391px;

}


 /* OONFIG BOTON */
 
 
label {
	display:block;
	margin-top:1px;
	letter-spacing:1px;

}

.submit {
	width:170px;
	height:28px;
	border:none;
	cursor:pointer;
	background-image:url(btn_enviar_e.png);	

}



.estilobtn{
	cursor:pointer;
	font-family: 'Roboto', sans-serif;/*Raleway*/
	font-weight:300;
	font-size:13px;
	height: 59px;
	width: 233px;
	border: 0px;
	background-image: url(btn_enviar_e.png);
	color:#ffffff;
	text-align: left;
	margin-left:-90px; /* posicion de boton horizontal*/
	margin-top:15px; /* posicion de boton vertical*/

}

.estilobtn:active{
	cursor:pointer;
	font-family: 'Roboto', sans-serif;/*Raleway*/
	font-weight:300;
	font-size:13px;
	height: 59px;
	width: 233px;
	border: 0px;
	background-image: url(btn_enviar_e_2.png);
	color:#ffffff;
	text-align: right;
	/*letter-spacing: 2px;*/
	margin-left:-90px; /* posicion de boton horizontal*/
	margin-top:15px; /* posicion de boton vertical*/
}


.estilobtn:hover{
	cursor:pointer;
	font-family: 'Roboto', sans-serif;/*Raleway*/
	font-weight:300;
	font-size:13px;
	height: 59px;
	width: 233px;
	border: 0px;
	background-image: url(btn_enviar_e_2.png);
	color:#ffffff;
	text-align: right;
	/*letter-spacing: 2px;*/
	margin-left:-90px; /* posicion de boton horizontal*/
	margin-top:15px; /* posicion de boton vertical*/
	/*	background-image:url(btn_mensaje.png);*/
}
