@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic&subset=latin,latin-ext);

body{
	margin:0;
	padding:0;	
	background-color:#EEEBEB;
}
.filas{
	margin:auto;	
	width: 540px;
}


#contenedor {
	margin-top:40px;
width: 100%;
height: 1386px;
background-image: url(../images/fondo.png);
background-repeat: no-repeat;

	position: absolute;
background-position: top center;

}
a{
	text-decoration:none;
	color:#000;	
}
a:hover{
	color:#FFF;	
}
#boxnewsletter{
	
	height: 474px;
	width: 300px!important;
}

input, textarea{
border: 1px solid #CCC;
margin: 0px;
font-size: 11px;
width: 224px;
padding: 4px;
}

textarea{
	width: 284px;
}
#datosContacto{
	margin-top: 70px;

	height: 211px;
line-height: 20px;
text-align: left;
font-size:15px;
padding-right:6px;
}

#tituloForm h1{
margin-bottom: 26px;
font-family: 'Source Sans Pro', sans-serif;

font-size: 18px;
font-weight: normal;
color: #000000;
margin-top: -8px;
margin-left: 16px;
font-style: italic;

}

#datosContacto a{
	color: #BBADAD;
}

#datosContacto a:hover{
	color: #000;
}

#datosContacto h3{
	margin-bottom: 0px;

	margin-top: 25px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
color: #DACFCF;
margin-left: 16px;
font-size: 16px;
}

#datosContacto h3.datos{
	margin-top: 42px;
	
font-size: 11px;
}

#textonews{
	letter-spacing:0px;
	padding-left:30px;
	padding-top:20px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#campoform{
	padding-top:13px;
	
}

#enviar{
	
	cursor:pointer;
	width:100px;
	background-color: #d9d7d3;
color: black;


	width: 36px;

	height: 36px;
	border:0px;
	padding:0px;
	background: url('../images/sobremail.png');
	background-size: 100%;
	background-repeat: no-repeat;
}


#boxnewsletter form{
	
}

#boxnewsletter form input{
	
}

#tituloForm{
	font-size: 10px;
	margin-bottom: 30px;
}
#boxnewsletter form label{
	font-size: 10px;
	display: inherit;
	margin-bottom: 12px;
}

#boxnewsletter form textarea{
	height: 130px;
	resize: none;
}

#boxnewsletter .texto{
	font-size: 10px;
	line-height: 30px;
}
#resultado{
	width:600px;
	position:relative;
	left:0px;
	font-size:15px;
	margin-top:5px;
	color:#000;
	padding-top:3px;
	padding-bottom:6px;
	
}
#resultado a{
	color:#000;
}

.logoAbella{
    margin-top: 40px;
	
}

.btnEnviar{
    position: relative;
	
    left: 130px;
    top: 0px;
	margin-top: 33px;
   
}
.btnEnviar #enviar{
	 opacity: 0.6;
}
.btnEnviar #enviar:hover{
		opacity: 1;
}


.txtES{
	color:#666;
	font-size:9px;
}

.resultado{
position: relative;
top: 250px;	
font-family: 'Source Sans Pro', sans-serif;
}

.datosUser{
position: relative;
top: 350px;
left: 30px;
font-size: 18px;
opacity: 0.5;
	font-family: 'Source Sans Pro', sans-serif;
}

.txtEnviar{
	font-size: 13px;
	text-align:center;
	margin-top:0px;	
	font-family: 'Source Sans Pro', sans-serif;
}

textarea{
	font-family: 'Source Sans Pro', sans-serif;
}

.inputError{
	border-color:red;	
}

input:focus,textarea:focus{
	
	outline-color:transparent;
}

#resultadoNombre{
font-size: 23px;	
}

.sloganForm{
	
}

.esloganWeb{
	font-size: 18px!important;
font-style: italic;
}

.tituloh1{
	text-transform:uppercase;	
}