*{
    margin: 0px;
    padding: 0px;
}
header,
section,
footer,
nav,
article{
    display: block;
}
html,body {
    height:100%;

}
@font-face {
    font-family: Levi;
    src: url("../letras/LEVIBRUSH.TTF");
}
@font-face {
    font-family: Arial;
    src: url("../letras/arial.ttf");
}
#contenedor{
    background: -webkit-linear-gradient(#2a2e2b, #9ba5aa);
    background: -moz-linear-gradient(#2a2e2b, #9ba5aa);
    background: -o-linear-gradient(#2a2e2b, #9ba5aa);
    
    min-height: 100%;
    width: 100%;
    color: white;
    
    font-family: Arial;
    font-size: 16px;
}
#cabecera{
    height: 120px;
     //background-image: url("../imagenes/nieve.gif");
}
#cabecera h1 a{
    font-size: 45px;
    font-family: Levi;
    text-decoration: none;
    color: #008a9f;
    text-shadow: 3px 3px 5px #000,
                 6px 6px 5px #000,
                 9px 9px 5px #000;
}
#logo{
    position: relative;
    top:  20%; 
    left: 10%;
    width: 20%;
	
}
#logo img{
	width: 50px;
}
.lascasas {
	text-align: center;

}
#lascasas {
   	padding: 10px 60px 10px 60px;
  	border: #008a9f 2px solid;
  	border-radius: 5px;
	text-align: center;
	color: white;
}
.lascasas a:hover {
    background: -webkit-radial-gradient(center, circle, #0d95aa, #008a9f 100%);
    background: -moz-radial-gradient(center, circle, #0d95aa, #008a9f 100%);
    background-opacity: 0.5;
    font-weight: bold;
    text-color: white;
}
#face{
    position: relative;
    left:75%;
    width: 10%;
}
#idioma{
    position: relative;
    left:80%;
    width: 20%;
    top: -20%;
}
#idioma img{
    width: 30px;
    height: 23px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: #000000 5px 5px 10px;
    margin: 5px;
}
#contacta textarea{
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
}
#contacta input{
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
}
#menu{
    background-color:  #1c1d26;
    box-shadow: #000000 5px 5px 10px;
    text-align: center;
    
    //position:fixed !important;
    top:100px;
    width: 100%;
    // z-index:10 !important;
}
.menu2{
font-size: 14px;
}
.navidad{
    margin: 0 auto !important;
    vertical-align: middle;
}
#campana{
    width: 30px;
}
#menu li{
    list-style: none;
    display: inline-block;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    margin-left: 2%;
    margin-right: 2%;
    color: #FFFFFF;
}
#menu a{
    color: #FFFFFF;
    text-decoration: none;
    padding: 8% 0% 8% 0% ;
}
#menu a:hover {
    background: -webkit-radial-gradient(center, circle, #2a2e2b, #1c1d26 100%);
    background: -moz-radial-gradient(center, circle, #2a2e2b, #1c1d26 100%);
    font-weight: bold;
}
#menu li.seleccionado a{
    color: #008a9f;
    background: -webkit-radial-gradient(center, circle, #2a2e2b, #1c1d26 100%);
    background: -moz-radial-gradient(center, circle, #2a2e2b, #1c1d26 100%);
    font-weight: bold;
}
#contenido{
  max-width: 1200px;
  margin: 0 auto;
}
#principal{
    width: 100%;
    font-size: 15px;
    text-align: justify;
}
.biografia img{
    float: left;
    width: 30%;
    max-width: 300px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px #2a2e2b,
                6px 6px 5px #2a2e2b;
    margin-right: 20px;
    margin-bottom: 10px;
}
.biografia h2{
    margin-left: 45px;
}
#ven{
    display: inline-block;
}
#ven td{
    text-align: left;
    vertical-align: bottom;
}
#slide{
    text-align: center;
}
#slideshow{
    list-style: none;
}
#slideshow img{
    float:top;
    width: 90%;
    max-height: 200px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px #2a2e2b,
                6px 6px 5px #2a2e2b;
}
#slideshow1{
    list-style: none;
}
#slideshow1 img{
    float:top;
    width: 60%;
	max-height: 400px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px #2a2e2b,
                6px 6px 5px #2a2e2b;
}
#expo{
    float: right;
    width: 40%;
    
}
#slideshow2{
    list-style: none;
    
}
#slideshow2 img{
    float: right;
    width: 35%;
	max-height: 400px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px #2a2e2b,
                6px 6px 5px #2a2e2b;
}
#lista{
    text-align: center;
}
#lista a{
    color: #FFFFFF;
}
#lista li{
    list-style: none;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}
#lista li:hover {
    font-weight: bold;
}
#escuela{
    text-align: center;
}
#escuela table{
    width: 100%;
}
#escu{
    width: 60%;
}
.expo{
    margin: 0px auto;
    width: 80%;
}
.ex{ 
    width: 200px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px #2a2e2b,
                6px 6px 5px #2a2e2b;
}
.exi{
    text-align: center;
}
.ano{
    width: 10%;
    text-align: center;
}
header h2{
    font-size: 20px;
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 1%;
}
header a{
    color: white;
    text-decoration: none;
}
article{
    margin: 5%;
    color: white;
}
article p{
    padding-left: 5%;
    padding-right: 5%;
}
article a{
    text-decoration: none;
}
#formulario{
    margin: 0px auto;
}
#formulario h2{
    margin-bottom: 12px;
}
#formulario input, textarea, select{
    box-shadow: #000000 5px 5px 10px;
}
#formulario input:focus, textarea:focus, select:focus{
    box-shadow: #008a9f 5px 5px 10px;
}
iframe{
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    width: 550px;
    height: 400px;
}
.restringido{
    color: red;
}


footer ul li{
    list-style: none;
    display: inline-block;
    padding: 5px;
    
}
footer ul li a{
   color: white;
    text-decoration: none;
}
footer ul li a:hover{
   color: #008a9f;
}
footer ul li .seleccionado{
    color: #008a9f;
    text-decoration: none;
}

footer{
    clear: both;
    font-size: 15px;
    padding: 3em 0;
    text-align: center;
    color: white;
    background-color: #1c1d26;
    height: 142px;
}
.imgpie{
    margin: 20px;
    height: 25px;
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
    box-shadow: #000000 5px 5px 10px;
}