*{
    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: Caviar;
    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: Caviar;
    font-size: 16px;
}
#cabecera{
    height: 100px;
}
#cabecera h1 a{
    font-size: 35px;
    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: 20px;
	
}
#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;
}
#idioma{
    position: relative;
    left:70%;
    width: 105px;
    top: -20%;
}
#idioma img{
    width: 25px;
    height: 20px;
    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:  black;
    box-shadow: #000000 5px 5px 10px;
    text-align: center;
    
    //position:fixed !important;
    top: 90px;
    width: 100%;
    // z-index:10 !important;
}
#menu li{
    list-style: none;
    display: inline-block;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    margin-left: 4%;
    margin-right: 4%;
    color: #FFFFFF;
}
#menu a{
    color: #FFFFFF;
    text-decoration: none;
    padding: 8% 0% 8% 0% ;
}
#menu a:hover {
    background: -webkit-radial-gradient(center, circle, #2a2e2b, black 100%);
    background: -moz-radial-gradient(center, circle, #2a2e2b, black 100%);
    font-weight: bold;
}
#menu li.seleccionado a{
    color: #008a9f;
    background: -webkit-radial-gradient(center, circle, #2a2e2b, black 100%);
    background: -moz-radial-gradient(center, circle, #2a2e2b, black 100%);
    font-weight: bold;
}
#contenido{
  max-width: 480px;
  margin: 0 auto;
}
#principal{
    width: 100%;
    font-size: 10px;
    text-align: justify;
}
.biografia img{
    float: left;
    width: 30%;
    min-width: 150px;
    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: 120px;
    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: 200px;
        
    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{ /*Eslaider de Exposiciones*/
    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{
    width: 100%;
}
.ex{ 
    width: 50px;
    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: 18px;
    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;
}
#google{
    border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
     width: 200px;
     height: 200px;
}
.restringido{
    color: red;
}
footer{
    clear: both;
    font-size: 13px;
    text-align: center;
    color: white;
}