/* CSS  */
body{
background-color:#FFFFFF;
min-width:1000px;
justify-content:center;
}
/*-------------- ENCABEZADO ------------------*/
.encabezado{

/* Arriba | Derecha | Abajo | Izquierda */

background-color:#FFFFFF;
width:100%;
clear:both;
text-align:center;

}

/*-------------- MENU ------------------*/
#DTitulo{
text-align:center;
clear:both;
}

#Dmenu{
clear:both;
width:100%;
display:block;
height:auto;
padding: 0;
margin:0;
}

#menu{
background-color: #00227a;
padding: 0;
width:100%;
margin:0;
display:inline-table;
}

#menu li {
display: inline;
}
#menu li a{
font-family:Calibri,Arial,sans-serif;
font-size:16px;
font-weight:bold;
text-decoration: none;
float:left;
padding: 15px;
background-color: #00227a;
color: #fff;
text-align:center;
}
#menu li a:hover {
background-color:#003366;
margin-top:-2px;
padding-bottom:16px;
}


/*-------------- PIE DE PAGINA ------------------*/
#footer{
	width:100%;
	height:auto;
	background-color:#ECF0F1; /*#81ae38;#5DADE2 PENDIENTE*/
	text-align:center;
	margin-bottom:5px;
	/*align-self: flex-end;
	position:fixed; se queda fijo el div*/
	
	}

#footerP{
font-size:9px;
font-family:Calibri,Arial,sans-serif;
text-align:center;
color:#566573;

}
#footerRedes{
	
	width:100%;
	height:auto;
	background-color:#81ae38;
	text-align:center;
	overflow:hidden;
	display: block;
	/*position:fixed; se queda fijo el div*/
	
	}
#titulo{
font: 18px;
font-family: Calibri,Arial,sans-serif;
color:#FFFFFF;
text-align:center;
}
#cont-redes{
width:auto;
height:auto;
 display: flex;
  justify-content: center;
}
.footer-bloque{
	width:150px;
	height:auto;
	float:left;
	text-align:center;
	display:block;
	
	text-decoration:none;
	list-style:none;
	
	}
.footer-bloque p{
	font: 12px;
	font-family:Calibri,Arial,sans-serif;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	list-style:none;
	
	}

.footer-bloque img{
	width:80px;
	height:80px;
	text-align:center;
	
	}
.footer-bloque:hover{
	opacity:.7;}

/*@media (max-width: 767px) {
	#footer{
	margin-top:40px;
	width:100%;
	height:600px;
	background-color:#5DADE2;
	
	}
	.footer-bloque{
	margin-top:20px;
	margin-left:30px;
	width:99%;
	height:100px;
	clear:both;
	text-align:left;
	}
	}*/

/*-------------- BLOQUES DE SERVICIOS ------------------*/
.cuerpo{text-align:center;
width:100%;
background-color:#FFF;
overflow:hidden;
}

.bloques-seccion{
	width:99%;
	height:auto;
	clear:both;
	margin-bottom:70px;
	padding:0;
	 position: relative;
  min-height: 400px;
  
	}


.bloques {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloques:before, .bloques:after {
  display: table;
  content: "";
  line-height: 0;
}
.bloques:after {
  clear: both;
}
.bloques li {
	list-style:none;
  position: relative;
  margin-top: 30px;
  width: 33%;
  height: 430px;
  padding: 25px 29px 20px;
  float: left;
  color: #fff;
  background: #62bfe6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align:center;
}

/*.bloques li:hover {
  margin-top: 0px;
  height: 388px;
  padding-top: 50px;
  
}*/
.bloques li [class*="fa-"] {
  font-size: 62px;
  line-height: 1;
  color: inherit;
}
.bloques li a {
	text-decoration:none;
  position: absolute;
  bottom: 26px;
  right: 20px;
  color:#FFF;
  display:block;
  padding:10px;
  background-color:#81ae38/*#5DADE2*/;
}
.bloques li a:before {
  font: 22px;
  font-family:Calibri,Arial,sans-serif;
  line-height: 1;
  color: inherit;
}
.bloques li a:hover {
  opacity: .7;
}

.bloques li:nth-child(1) {
  background: #CACFD2/*#57aacd*/;
}
.bloques li:nth-child(2) {
  background: #D7DBDD/*#55b0d6*/;
}
.bloques li:nth-child(3) {
  background: #E5E7E9/*#5bb7de*/;
}
.bloques h3 {
  color:#00227a/*#1A5276*/;
  font-weight:bold;
  font: 36px "Bebas Neue Regular";
  text-align:center;
}
.bloques p {
  font: 18px;
  font-family:Calibri,Arial,sans-serif;
  line-height: 30px;
  color: #000/*#1A5276*/;
}

.bloques [class*="fa-"] + h3 {
  margin-top: 17px;
}
.bloques h3 + p {
  margin-top: 13px;
}

/*@media screen and (max-width: 800px) {
  .bloques {
    position: static;
  }
  .bloques li {
    width: 90%;
	height: 450px;
    margin-top: 20px;
  }

}*/


