html{ margin:0;height:100%; }

body{ margin: 0; height:100%;
/*-webkit-box-shadow: inset 2px 15px 400px rgba(0,0,0,.9);
-moz-box-shadow: inset 2px 15px 400px rgba(0,0,0,.9);
box-shadow: inset 2px 15px 400px rgba(0,0,0, 0.9);*/
}

.page{
height:100%;
}

.wrap{
width: 800px;
margin-left: auto;
margin-right: auto;
}

.logo{
padding-top: 15%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-bottom: 15%;
}

.idiomaswrapper{
/*position:relative;
margin:0 auto;
text-align:left;
width:510px;
height:100%;*/
}

.lista ul{
list-style:none;
padding:0px;
margin:0px;
}

.lista ul li{
float:left; /* Hacemos que el menu se muestre horizontal */
padding-left:10px;
padding-right:10px;
/*border-right:1px solid #FFFFFF;*/
}

.idiomas{
width:510px;
height:40px;
margin:0 auto;
position: relative;
/*bottom: 0px;
right:30%;*/
}

.idiomas ul li img{
width:30px;
padding-bottom:8px;
}
.idiomas ul li img:hover{
width:35px;
padding-bottom:0px;
}

.social{
margin:0 auto;
width:140px;
padding-top: 10px;
}
.social ul li img{
width:50px;
padding-bottom:8px;
}

