@import url(main.css);
@import url(heredados.css);
@import url(slider.css);
@import url(galeria.css);
@import url(menu.css);
@charset "utf-8";
/* CSS Document */



#aviso_legal {padding-top: 200px;padding-bottom: 40px;text-align:center;padding-bottom: 40px;background: url(../images/comun/patron-fondo.jpg) no-repeat;
    background-size: cover;}
#aviso_legal p {color: #442c08;text-align: left;font-size: 18px;}
#aviso_legal h1 {text-align: center;margin-bottom: 20px;text-align: center;font-size: 54px;padding-bottom: 2%;width: 25%;margin: 0 auto;margin-bottom: 2%;}
#aviso_legal h2 {background: none;font-family: 'Roboto Slab', sans-serif;color: #442c08;text-align: left;padding-top: 2%;padding-bottom: 0.5%;font-size: 20px;}
#aviso_legal a {margin-bottom: 5px;color: #442c08;font-size: 18px;text-decoration: underline;}
#aviso_legal .sub_enlace {margin-left: 20px;}
.sub_enlace:before {content: " ";display: inline-block;height: 10px;width: 10px;margin-right: 10px;border-bottom: dotted 1px #333;border-left: dotted 1px #333;}


/* MOVIL */
@media screen and (min-width: 200px) and (max-width: 640px){

#aviso_legal {padding-top: 110px;}
#aviso_legal h1 {font-size: 35px;padding-bottom: 7%;width: 69%;}
#aviso_legal h2 {font-size: 20px;padding-top: 5%;}
#aviso_legal p {font-size: 16px;}

}

/* TABLET */
@media screen and (min-width: 640px) and (max-width: 980px){

#aviso_legal {padding-top: 100px;}
#aviso_legal h1 {font-size: 35px;padding-bottom: 30px;width: 323px;}

}


/* LAPTOP */
@media screen and (min-width: 980px) and (max-width: 1199px){
 
 #aviso_legal h1 {width: 33%;}

}

/* PC */
@media screen and (min-width: 1200px) { 
    
}