body {
	/*background-color:#134365;*/
  padding-top: 0px;
  
  
}

 body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
 padding-top: 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgAzul{
	background-color: #27AAE1;
	color: white;
}

.bgBlanco{
	background-color: #FFFFFF;
	color: #214198;
}



.tablaHeaderFooter{
	width: 100%; text-align: center;
	height: 30px;
	font-size: 15px;
}
.tablaServicios{
text-align: justify;	
}

.contactanos{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #030037;
}
.campoContacto{
	
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;	

}


.textoNosotros{
	font-size: 16px;
}
.tituloHomeImagen{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.tituloHome{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.descripcionHome{
	text-align: justify;
	font-style: italic;
	font-size: 16px;
	

}
.tituloHomeBlanco{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: white;
}
.descripcionHomeBlanco{
	text-align: justify;
	font-style: italic;
	font-size: 16px;
	color: white;
	

}
.error{
	border: 1px solid red;
}
.flecha{max-width: 24px;}

.navbar-default{background-image: url('../images/pozos_bg_menu.jpg');
background-size: 100% 100%;
}

@media(max-width: 673px){
	#link1,#link2,#link3,#link4,#link5,#link6,#link7,#link8,#link9{
		background: transparent !important;
	}
}
@media(min-width: 767px){
		#link1:hover{
			background-image: url('../images/boton_pozotec_azul.jpg'); background-size: 100% 100%;
			color:white; 
		}

		#link2:hover{
			background-image: url('../images/boton_pozotec_azul.jpg'); background-size: 100% 100%; 
			color:white;
		}

		#link3:hover{
			background-image: url('../images/boton_pozotec_azul.jpg'); background-size: 100% 100%; 
			color:white !important;
		}

		#link4:hover{
			background-image: url('../images/boton_pozotec_azul.jpg'); background-size: 100% 100%; 
		}

		#link5:hover{
			background-image: url('../images/boton_pozotec_azul.jpg'); background-size: 100% 100%;
				color:white; 
		}

}

.btnContacto{
	background-image: url(../images/contacto/pozotec_boton_enviar_formulario.jpg);
	background-size: 100% 100%;
	height: 45px;
	width: 100%;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
}

.btnContacto:hover{
	background-image: url(../images/contacto/pozotec_boton_enviar_formulario.jpg);
	background-size: 100% 100%;
	height: 45px;
	width: 100%;
	color: #8d8d90;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
}
.contactoTabla{
	background-image: url(../images/contacto/marco_formulario_pozotec.png);
	padding:15px;
	color: #27AAE1;
	background-size: 100%;
}
.labelFormContacto{
	text-align: right;
	padding-right: 20px;
}

.sombraMenu{
-webkit-box-shadow: 2px 6px 13px -4px rgba(50, 50, 60, 1);
		-moz-box-shadow: 2px 6px 13px -4px rgba(50, 50, 60, 1);
		box-shadow: 2px 6px 13px -4px rgba(50, 50, 60, 1);
}


.sombraMenuDos{
-webkit-box-shadow: 2px 6px 13px -4px rgba(50, 50, 60, 1);
		-moz-box-shadow: 2px 6px 13px -4px rgba(50, 50, 60, 1);
		box-shadow: 2px 6px 13px -4px rgba(50, 50, 60, 1);
}


.imagenSeleccionada{
	border: 3px solid white;
}




.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;

background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}