@charset "utf-8";
/* CSS Document */

 body {
    background-image: url("http://zacos.6te.net/articulos/fotos_antiguas/2717-antiguo.jpg");
    background-repeat: repeat-y;
    background-position: center;
     }

* {
margin:0;
padding 0;
}

@media all and (max-width: 600px) {
         html {
             font-size:30px;
		}
	}
 


   .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;
   padding-top: 1px;
   padding-bottom: 40px;
   padding-right: 20px;
   padding-left: 20px;
   }  
  
  
.titulo1 {
   display: table;
   height: 5px;
   margin: 2rem auto;
   text-align: center;
   width: 100%;
   font-size: 3rem;
   color: #A0522D;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
   font-family: 'McLaren', cursive;
 }
  

.descripcion {
   display: table;
   height: 5px;
   margin: 2rem auto;
   text-align: center;
   width: 70%;
   text-align: justify;
   font-size: 2.4rem;
   color: #F5DEB3;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
   font-family:letra;
 }
  

.descripcion_corta {
   display: table;
   height: 5px;
   margin: 2rem auto;
   text-align: center;
   width: 70%;
   font-size: 2.4rem;
   color: #F5DEB3;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
   font-family: 'McLaren', cursive;
 }
