.body {
    background:url("../images/Fondo.png");
}
.principal {
    width:  950px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.encabezado {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #454451;
}
.logotipo{
    width: 62.5%;
    height: 71%;
    margin-left: 2px;
    margin-top: 1px;
    float: left;
    background: url("../images/Logo.png")
        center
        no-repeat
        white;
}
.galeria { 
    width: 37%;
    height: 99%;
    margin-right: 2.7px;
    margin-top: 1px;
    float: right;
    background-color: white;
    position: relative;  
}
.galeria img {  
    margin-left: 6px;
    margin-top: 4px; 
    padding: 5px; 
    border: 1px solid #ccc; 
    background-color: #eee; 
    }
.menu_principal {
    width: 62.5%;
    height: 28%;
    float: left;
    margin-left: 2px;
    background: white;
    
}
.contenido_principal {
    background: #454451;
    width:  950px;
    height: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 2px;
}
#borde {
    width: 100%;
    height: 100%;
    background: white;
} 
.cuerpo_izquierda {
    width:  25%;
    height: 390px;
    margin-left: 40px;
    margin-top: 70px;
    float: left;
    background-color:#CCCCCC;
    padding: 1px;
}
.menu_izquerda {
    width:  30%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}
.contenedor {
    width:  60%;
    height: 600px;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 30px;
    float: right;
   	font: .8em normal Arial, Helvetica, sans-serif;
	padding: 0;
	line-height: 1.2em;
    text-align: justify;
}

#loading {
    width:  100%;
    height: 100%;
    background: url("../images/LogoDesaparece.gif")
    no-repeat 
    center;
    display: none;
}
#gallery img {
	border: 6px solid #B7E695;
	margin-right: 10px;
	margin-bottom: 30px;
}
.pie
{
    width:  90%;
    height: auto;
    margin-left: 40px;
    margin-right: auto;
    background-color:#CCCCCC;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    font-weight: bold;
    position: relative;
    margin-top: 70px;
    
    
    
}

.label {
    font-weight: bold;
}
#loader {
    display: none;
}