@charset "utf-8";
/* CSS Document */

body {
background-color: #015E89;
}

* {
margin:0;
padding 0;
}

 
   .pueblos {
    
	text-align: center;
	font-family: 'McLaren', cursive;
	font-size: 10px;
	font-weight: lighter;
	margin-right: 1%;
     }
  

	img {
	max-width: 100%;
     }

  
  .enlaces_externos{
   text-align: center;
   background-color: #015E89;
   padding: 20px;

   }  
  
  
.titulo1 {
   display: table;
   height: 5px;
   margin: 2rem auto;
   text-align: center;
   width: 100%;
   background-color: #015E89;
   font-size :20px;
   color: #330033;
   font-family: 'McLaren', cursive;
 }
  
  
