/* estilo general*/

body{
font-family: 'Montserrat', sans-serif;
font-size: 13px;
background-color: #7eb7d9;
font-weight: bold;
width : 100%;
margin : 0;
padding : 0;
text-align: justify;
}

span{
  font-style: italic;
  font-weight: bold;
}

/* estilo menu fijo superior */

#inicio{
  position:absolute;
  position:fixed;
  top:0;
  left: 0;
  background-color:#7eb7d9;
  width : 100%;
}
   
.menu-fijo{
  float: right;
  text-align: right;
  padding:4px 0 5px 0;
}
.menu-fijo li{ 
  display:inline; }

.menu-fijo a{
  font-size:0.9em;
  color:#fff; 
  text-shadow:1px 1px #5E8BC5;
  padding:0 0 0 10px;
  text-decoration: none;
  padding: 10px;
}

.menu-fijo a:hover{
  font-size:0.9em;
  color:#fff; 
  text-shadow:1px 1px #5E8BC5;
  padding:10px;
  text-decoration: none;
  background-color:#12232e;
  border-radius: 10px 0px 10px 0px;
}

/*estilos de la cabecera playa torimbia*/
#arriba{
  padding-top: 35px;
  background-image: url(../imagenes/torimbia.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80em;}

#arriba h1{
  text-align: center;
   font-family: 'Pacifico', cursive;
   font-size: 4em;
   padding-top: 5em;
   color: #7eb7d9;
   text-shadow: #12232e 3px 3px;
}

/*estilos no perder*/

#noPerder{
  margin-top: 35px;
  padding: 1em 3em 1em 3em;
  float: none;
 
 }


#noPerder h2{
  font-family: 'Pacifico', cursive;
  color:#eefbfb;
  font-size: 3em;
}


#noPerder li{
  list-style: url(../imagenes/trisquel.png);
}

.listado{
  float: left;
  width: 40%;
  padding-bottom: 15px;
}

.turismoimg{
  float: left;
 width: 60%;
}

.turismoimg img{
  float: left;
  border: #12232e 3px solid;
  border-radius: 15px;
  margin: 0 40px 20px 40px; 
}

/*estilo botón*/
.inicio{
  clear: both;
  padding-bottom: 12px;
}

.inicio a{
  background-color: #12232e;
   padding: 10px;
  border-radius: 15px 0 15px 0;
  width: 10%;
  color: #eefbfb;
  text-decoration: none;
}

.inicio a:hover{
  background-color: #eefbfb;
  border: 1px solid #12232e;
  padding: 10px;
  width: 10%;
  color: #12232e;
  text-decoration: none;
}
/*ESTILOS TURISMO*/

#turismo{
   
  background-color: #eefbfb;
   height: fit-content;
  padding: 1em 3em 3em 3em;
}

#turismo h2{
  font-family: 'Pacifico', cursive;
  color:#12232e;
  font-size: 3em;
  text-align: right;
}



#turismoTexto{
  padding-right: 25px;
 
 }

 .turismoimgDos{
  float:left;
  border: #12232e 3px solid;
  border-radius: 15px;
  margin: 0 40px 20px 40px; 

 }

 p.cita{
   width: 100%;
   font-size: 1.5em;
   text-align: right;
   border-top: 3px solid #12232e;
   border-bottom: 3px solid #12232e;
   font-family: 'Pacifico', cursive;
  }

 #turismoTexto img{
   float:right;
   border: #12232e 3px solid;
   border-radius: 15px;
   margin-bottom: 20px;
   margin-left:25px;
   
 }

/*ESTILOS PIE DE PAGINA*/

.imgcreditos{
  clear: both;
  max-width: 100%;
  height: 25em;
  background-image: url(../imagenes/castropol.jpg);
  background-repeat: no-repeat;
  opacity: 75%;
}

.flikr{
  color: #12232e;
  padding-top: 35px;
  float: left;
  position: absolute;
  background-color: #7eb7d9;
  margin: 35px 0px 0px 35px;
  border-radius: 35px;
  padding: 35px;
  
}

  


.flikr a{
  text-decoration: none;
  color:#12232e;
  font-size: 10px;
}

.fotocred{
  font-size: 10px;
  text-decoration: underline;
}

#autor{
  background-color: #12232e;
  color: #eefbfb;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 12px;
  
}