/*------------------------------------------------ FONDO PANTALLA ------------------------------------------------ */

html {background: url(../images/contacto/fondo_contacto.jpg) #ffffff center top no-repeat;}

/*------------------------------------------------ POSICIONAMIENTO NAVEGACION ------------------------------------------------ */

ul#navegacion {float: left; position:relative; width: 153px; padding: 249px 0 0 34px; list-style: none;}

/*------------------------------------------------ CONTENIDOS ------------------------------------------------ */

#contenidos {float: left; position:relative; padding: 35px 0 0 0; max-width: 770px;}

	#contenidos h1 {float: left; position:relative; left: 50px; height: 90; width: 340px;}
	#contenidos h1 a{overflow: hidden; display: block; height: 0; padding-top: 90px;  background-image: url(../images/navegacion/logo.png);}
	#contenidos h1 a:hover {background-position: 0 -90px;}
	
	#contenidos p{float: left; position:relative;  clear: left; font-size: 14px; padding: 45px 0 0 85px;}
	#contenidos p span {color: #cf001f; font-weight: bold;}
	#contenidos p span.enfatizado2{color: #cf001f; font-size: 24px; font-weight: bold;}
	#contenidos p a {float: left; position:relative; overflow: hidden; color: #cf001f; font-weight: bold; text-decoration: none;}
	#contenidos p a.mail {height: 25px; padding: 8px 0 0 38px; margin-bottom: 5px; background: url(../images/contacto/mail.png) no-repeat;}
#contenidos  a.maps {height: 32px; border:none; background: url(../images/contacto/map.png) no-repeat; float:left;}
#contenidos  a:hover.maps {
	background-image: url(../images/contacto/map2.png);
	background-repeat: no-repeat;
}

#contenidos  a.street {height: 32px; border:none; background: url(../images/contacto/street.png) no-repeat; float:left;}
#contenidos  a:hover.street {
	background-image: url(../images/contacto/street2.png);
	background-repeat: no-repeat;
}
	
	
	
	div#formulario {margin-left:65px; padding-top: 30px;margin-top:0px; float:left; font-size:11px; width:400px;}
	div#formulario input {height: 16px;margin-top: 0px; margin-left:21px;color: #bbb;}
	div#formulario textarea {resize:none; margin-top:20px; margin-left: 21px; padding-left:10px; padding-right:30px; overflow:auto; height:95px; width: 180px; color: #fff;}
	
	#Enviar {
	background:url(../images/contacto/btnEnviar.png) no-repeat;
	height:50px;
	width:80px;
	cursor:pointer;
}
	
	#result {
		position:relative;
		top:-20px;
		left:150px
	width:280px;
	padding:10px;
	text-align:left;
}


.form_new input{
	background-color: #333;	
}

.form_new textarea {
	background-color: #333;
}
