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

*{margin:0px;}

body {max-width: 960px; margin: auto; }



/*//////// HEADER //////////*/

header {
    width: 100%;
    height: 120px; 
    margin: 2% 1%; 
    background: skyblue;
    margin: 0px;
}

.logo{
    float:left;
    width:141px;
    height: 75px;
    margin-top: 25px;
    margin-left: 2%;
    border-style: none;
}

nav  {
    float: right;
    width: auto;
    margin-top: 5%;
    padding-right: 3%;
}

ul li {
    display: inline-block;
    padding-left: 10px;

}

 .menu1 li a {
    width: 90%; 
    color: black;
    font-family: Fira Sans, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; 
    text-decoration: none;
    font-size: 12px;
    padding: 15px;
    border-style: solid;
}

.menu1 li a:hover {
      color: skyblue;
      background: #000; 
      padding: 15px;
}

div span a{
border-style: none;
}



/*//////// HOME //////////*/

main {
    width: 100%;  
    margin: 0px auto;
    padding-top: 40px;
    background-color: white;
    font-family: Fira Sans, arial, sans-serif;
}

section {
	width: 100%;
	min-height: 261px;
	margin: 0px auto;
	float: left;
    font-family: Fira Sans, arial, sans-serif;
    background-color: white;
}

.last{min-height: 160px;}

div{margin-bottom: 10px;}

h1{padding-bottom: 30px; font-size: 13px; font-weight: 500; text-transform: uppercase;}

h2{font-size: 24px; color: midnightblue}

h3{background-color:skyblue; width: 100px; font-size: 18px; font-weight: 700; color: #FFF; padding-left: 10px;margin-top: 15px;}

p span{font-size: 18px; font-weight: 600;}

p{font-size: 14px; margin-top: 3px; margin-bottom: 10px;}

.btn-inicio {margin-top: 20px; margin-bottom: 20px; color: skyblue; background-color: white; border-radius: 5px; border-style: solid; border-color: skyblue; padding: 8px 15px 8px 15px; font-family: 'Fira Sans', sans-serif; font-size: 10pt;}

.btn-i:link {
    text-decoration: none;
    color: skyblue;}

.btn-i:visited {
    text-decoration: none;
    color: skyblue;}

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

section article {
    float: left;
	display: inline-block;
	height: auto;
	width:240px;
    text-align: center;
    padding-bottom:20px;
}



/*//////// MAPA //////////*/

.titlemap{list-style-type: none;}

#mapa ul li{font-size: 12px; color: #000; border: solid 1px; border-color: #000; padding: 5px; margin: 4px}

div#mapa ul li.titulo2 {
	font-size: 17px;
    text-transform: uppercase;
	color: #FFF;
    background-color: skyblue;
    padding: 5px;
	margin-bottom: 4px;
    margin-left: 0;
    border: none;
}

div#mapa ul li.titulo {
	font-size: 14px;
    text-transform: uppercase;
	color: #FFF;
    background-color: #8781bd;
    padding: 5px;
	margin-bottom: 4px;
    margin-left: 30px;
    border: none;
}

.titulo2 a{color: white;}

hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}

/*//////// FOOTER //////////*/

footer {
    background: skyblue;
    width: 99%; 
    margin: 0px; 
    text-align: center; 
    padding: 0 5px; 
    height: 80px; 
    float: left;
}

.textofooter{
    font-family: Fira Sans, arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-align: left;
    padding-top: 20px;
}

.logofadu { margin: 8px 20px 8px 100px; width: 5%; float: left; padding-top: 10px;}