@charset "utf-8";
/* CSS Document */

body {
background-color: #015E89;
}

* {
margin:0;
padding 0;
}


@media all and (max-width: 600px) {
         html {
             font-size:30px;
		}
	}

   .descripcion {
   display: table;
   height: 5px;
   margin: 2rem auto;
   text-align: center;
   width: 80%;
   text-align: justify;
   font-size: 2.5rem;
   font-family:letra;
 }

.descripcion_corta {
   display: table;
   height: 5px;
   margin: 2rem auto;
   text-align: center;
   width: 50%;
   font-size: 2.5rem;
   font-family: 'McLaren', cursive;
 } 


.enlaces {
   display: table;
   height: 5px;
   margin: 2rem auto;
   width: 50%;
   font-size: 1.6rem;
   font-family: 'McLaren', cursive;
 } 

   .pueblos {
    
	text-align: center;
	font-family: 'McLaren', cursive;
	font-size: 1.6rem;
	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: 2.8rem;
   color: #330033;
   font-family: 'McLaren', cursive;
   text-decoration: underline;
   text-decoration-color: #330033;
   
 
 }
  

.video-info {
margin-top: 20px;
margin-bottom: 10px;
font-size: 15px;
text-align: center;
}


.video-youtube{
text-align: center;
}
  
