/* ---- General -----*/
body{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 1.1em;
	color: #707070;
	text-align:justify;
}
h1{
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #0176CE;
}
h2{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
}
a{
	color: #0176CE;
}
a:hover{
	text-decoration: underline;
}
/* ---- Header -----*/
header{
	background: #fff;
	
	
	z-index: 1000;
	position: relative;
}
a.htel, a.hmail{
	color: #666;
	padding-left: 24px;
	margin-top:10px;
}
a.htel{	
	background: url(../img/header-phone.png) left 12px no-repeat;
}
a.hmail{
	background: url(../img/header-mail.png) left 12px no-repeat;
}
#megamenu{
	margin-top: 2em;
}
#megamenu a{
	color: #666;
}
#megamenu .is-dropdown-submenu-parent.is-submenu-item.is-dropdown-submenu-item.opens-right a:hover{
	color: #fff;
}
#megamenu .is-dropdown-submenu-parent.is-submenu-item.is-dropdown-submenu-item.opens-right .is-submenu-item.is-dropdown-submenu-item a:hover{
	color:  #0176CE;
}
.sticky{
    padding-bottom: 1em;
    background:#fff;
    box-shadow: 0px 2px 8px;
}
#slideshow p{
	font-size: 1.8em;
}
#paginas p{
	font-size: 1.2em;
	line-height: 1.8;
}
/* ---- Footer -----*/
footer{
	padding: 1em 0;
	background-color: #0176CE;
	background-image: url(../img/foter-mapa.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #fff;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.f-cobertura{
	padding-left: 30px;
	background: url(../img/icon-dire.png) left 10px no-repeat;
}
.f-tel{
	padding-left: 30px;
	background: url(../img/icon-tel.png) left top no-repeat;
}
.f-mail{
	padding-left: 30px;
	background: url(../img/icon-mail.png) left top no-repeat;
}
/* ---- Menu Movil -----*/
ul#mobilemenu li{
	background: #0176CE;
	color: #fff;
	font-weight: 700;
}
ul#mobilemenu li a{
	color: #fff;
	text-decoration: none;
}
ul#mobilemenu li ul li{
	background: #82a6c1;
	color: #fff;
	font-weight: 700;
}
ul#mobilemenu li ul li ul li{
	background: #b4daf7;
	color: #fff;
	font-weight: 700;
}
ul#mobilemenu li ul li ul li a{
	color: #4880aa;

}

/* ---- Páginas -----*/