/* estilos generales */

body {
    background-color: #daded4;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Courier New', Courier, monospace;
    text-align: justify;
    font-size:14.5px;
    color: #000;
}

#principal {
    background-color: #9dc88d;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #164a41;
}

#cabecera {
  background-image: url('../imagenes/costaMuniellesCabecera.jpg');
  height: 310px;
}

#inicio{
  padding-top: 12px;
  text-align: center;
   font-size: 30px;
   text-align: center;
   color: #164a41;
   text-shadow: 2px 2px #daded4;
}


#indice{
   margin-right: 20px;
   margin-left: 20px;
   color: #daded4;
    padding: 1px;
    background-color: rgba(22, 64, 75, 0.7);
    border-radius: 10px;
    text-align: center;
    
}


blockquote {
  text-indent: 25px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: 13.5px;
    font-weight: bold;
}

/* ESTILOS LINKS DEL MENU*/

/* link no visitado */
a.menu:link {
    color: #daded4;
    padding:3px;
    text-decoration: none;
  }
    /* link visitado */
  a.menu:visited {
    color: #daded4;
    padding:3px;
    text-decoration: none;
  }
  
  /* link cuando pasas por encima */
  a.menu:hover {
    color: #164a41;
    background-color: #daded4;
    border-radius: 3px;
    padding: 3px;
    text-decoration: none;
  }
  
/* ESTILOS DIVS PRINCIPALES */
  .cajaUno{
    padding-left: 5%;
    padding-right:5%;
    padding-bottom: 15px;
  }
  
  .tituloUno {
    padding: 15px;
    background-color: #164a41;
   border-radius: 10px;
   color: #daded4;
   font-size: 25px;
  
  }

  .cajaDos{
    padding-top:15px;
    padding-left: 5%;
    padding-right:5%;
    background-color: #164a41;
    color:#daded4;
   padding-bottom: 15px;
  }

  .tituloDos {
   margin-top: 15px;
   padding: 15px;
   background-color:#daded4;
   border-radius: 10px;
   color: #164a41;
   font-size: 25px;
  
  }


  .cajaTres{

    background-color: #164a41;
    color:#daded4;
    padding-top: 15px;
   padding-bottom: 15px;

   font-style: italic;
   font-size: small;
   text-align: center;

  }


/* ESTILOS BOTONES DE INICIO */

a.inicioUno:link {
  margin-top: 10px;
  padding: 3px;
  font-size:15px;
  background-color: #164a41;
 border-radius: 3px;
 color: #daded4;
 text-decoration:none;
}

  /* link visitado */
  a.inicioUno:visited {
    margin-top: 10px;
    padding: 3px;
    font-size:15px;
    background-color: #164a41;
   border-radius: 3px;
   color: #daded4;
   text-decoration:none;
  }
  
  /* link cuando pasas por encima */
  a.inicioUno:hover {
    color: #164a41;
    background-color: #daded4;
    padding: 3px;
    text-decoration: none;
  }
  a.inicioDos:link {
    margin-top: 10px;
    padding: 3px;
    font-size:15px;
    background-color:#daded4;
   border-radius: 3px;
   color: #164a41;
   text-decoration:none;
  }
  
    /* link visitado */
    a.inicioDos:visited {
      margin-top: 10px;
      padding: 3px;
      font-size:15px;
      background-color: #daded4;
     border-radius: 3px;
     color: #164a41;
     text-decoration: none;
    }
    
    /* link cuando pasas por encima */
    a.inicioDos:hover {
      color: #164a41;
      background-color: #a3bc86;
      padding: 3px;
      text-decoration: none;
    }


/* ESTILOS PARA LAS FOTOS */


 .fotos{
  width:40%;
  background-color: #daded4;
  border-radius: 3px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  text-decoration: none;
  color: #3c403c;
  float:right;
  margin-left: 15px;
}

  
a{
  color:#f2b24a;
  text-decoration:none;
}

  .fotosDos{
    width:40%;
    background-color: #daded4;
    border-radius: 3px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    text-decoration: none;
    color: #3c403c;
    float:left;
    margin-right: 15px;
  }

  .imagenUno {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    max-width: 70%;
    
  }
  
  .imagenDos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 60%;
    
  }

.imagenRedonda{
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;

 
}


 

