@charset "utf-8";
/* FUENTES LU -------------------------------- */
 */
@font-face {
	font-family: 'Eras Demi ITC';
	src: url('../fonts/ErasITC-Demi.eot');
	src: local('☺'), url('../fonts/ErasITC-Demi.woff') format('woff'), url('../fonts/ErasITC-Demi.ttf') format('truetype'), url('../fonts/ErasITC-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 
/* FIN FUENTES LU ----------------------------*/


/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}


/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	display: block;
	position: relative;
}
.gridContainer::after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../graficos/fondo_web.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain; 
    width: 100%;
    height: 100%;
    opacity : 0.1;
    z-index: -1;
}

.logoByF {display: block;	width: 100%; margin: 1em auto 0em auto; text-align:center;  }
.logoByFg  {display:none;  }


			 			 
#indexcabezalcontact { clear: both;
     float: none;
     margin: 1em auto 1em auto;
     width: 96%;
     display: block;
     text-align:center;
     font-size:1.1em;
}
.mail  {margin-bottom:0.1em;  }
		 
.mail a  {font-family:Verdana, Geneva, sans-serif;
                   font-size:1.01em; 
				   font-style:italic;
				   text-align:center; 
				   color: black;
				   text-decoration:none;				    
				     }			 	
.mail h4 {	 font-family:Verdana, Geneva, sans-serif;
                   font-size:1.5em; 
				   font-style:italic;
				   text-align:center;
				    }
#content{padding:1em;}

.bleftbs i  {
	clear: none;
	float: left;
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 20px;	
	display: block;
	color: rgba(87,136,153,1);
				  }				  
.bleftbs i:hover  { cursor:pointer; color: black;   } 

	
.formRow{
		width:100%;
		margin:0 0 1.5em;
	}
#formRowSend{
		width:40%;
		margin:0 auto;
		border:3px solid rgba(87,136,153,1);
	}
.formRow:after{
		content:"";
		display:block;
		clear:both;
	}	
.textField{
		width:95%;
		overflow:hidden;
		border:1px solid black;
		/*background:rgba(87,136,153,1);*/
		font-weight:bold;
		margin: 0 auto;
	}
				   			 
input,
	textarea{
		display:block;
		background:#fff;
		font:1em/1.214em Arial, Helvetica, sans-serif;  /*14px/17px*/
		color:#444;
		width:100%;
		padding:0.75em 1.5em;
		border:0px solid #505762;
		margin:0;
		
		resize:none;
		
			}
	textarea {
		overflow:auto;
		height:10.812em;
	}
	
#pie {margin-top: 3em;	
	width: 100%;
	bottom:0;
	display: block;
	}			  	  	 	
#pie img { width: 100%;  }
#pieg {   display:none; 	}

/*Comienza BARRA*/



/* Change the link color to #111 (black) on hover */
.barrapr li a:hover {
    background-color: black;
}

.bmac i  {
	clear: none;
	float: left;
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 20px;	
	display: block;
				  }				  
.bmac i:hover  { cursor:pointer; color: black;   } 

.active {
    /*background-color: rgba(87,136,153,1);	*/
	background-color:#0C3;
	}

.barrad ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: rgba(64,128,128,1);
    /*background-color: rgba(122,32,62,1);*/
}



.barrad ul  {  font-size: 1em; 
font-weight:normal;  }
.barrad li { float: left; font-family: sans-serif; font-size:1em;  color: white; }

.barrad li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.barrad li a:hover {
    background-color: #111;
}
#direcion {	margin: 0 auto;
            padding-bottom: 0.4em;
            text-align:center;
			background-color: rgba(64,128,128,1);
			color:white;
}
.simbolos  {color:white;  }
#phone  {color:white;  }
#faceboo  {color:white;  }
#casahome  {color:white;
margin:-5px 0px; }
/* FIN barra */
.miniwasap {display:inline-block; width:24px; height:24px; }



/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

.mail  {margin-bottom:2em;  }
.mail h4 {	 font-family:Verdana, Geneva, sans-serif;
                   font-size:1.1em; 
				   font-style:italic;
				   text-align:center;  }
#content{padding:0;}				   	

#pie { display:none; }
	
#pieg {margin-top: 6em;	
	width: 100%;
	bottom:0;
	display: block;
	} 				 											 			   	
			 									 				 											 			   	
}
	


/* Diseño escritorio: de 769 px hasta un máximo de 1920 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
.mail  {margin-bottom:3em;  }

.logoByF { display:none;  }
.logoByFg  {display: block; width: 100%; margin: 1em auto 0em auto; text-align:center;  }


	  	 
		  	 
	   						
}