@charset "UTF-8";
/* CSS Document */
#logo img{
	max-width: 100%;
}

body{
margin:0;
padding:0;	
}

html,
body {
margin:0;
padding:0;
height:100%;
}

#wrapper {
min-height:100%;
position:relative;
}
.header {
padding:10px;
background:#5ee;
}
#content {
padding:10px;
padding-bottom:80px; /* Height of the footer element */
}
#footer {
width:100%;
height:20px;
position:absolute;
bottom:0;
left:0;
background:#000;
}
.footer, .push {
height: 80px;
}

a{
	color:#666;
	font-style:none;
	text-decoration:none;
}

a:hover{
	color:#f4d28b;
}

#contenedor-home{
/*min-height:500px;*/	
}

#caja-home{
background:#111; 
background:url('img/bg-black.png'); 
width:280px; 
 
margin:5%; 
text-align:left;	
	
}



#barra-top-h{
width:100%;
height:180px;
background:#000;
}

#logo{
width:119px;	
margin:0 auto;
padding-top:40px;
}

#idioma-list{
	width:100px;
	float:right;
	color:#666;
	font-size:11px;
	margin-right:.5%;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#idioma-list li{
	display:inline;
}

#barra-bottom{
	width:100%;
	position:absolute;
	bottom:0;
	height:20px;
	background:#000;
	
}

#menu-home{
 font-family:'Oswald', sans-serif;
 color:#fff;
 font-size:18px;
 list-style:none;
 font-weight:300;
 padding:15px;
 	
}

#menu-home li{
 text-transform:uppercase;
 padding:2px;
 margin-left:10px;
 letter-spacing:10px;
 
 	
}


#menu-home li a{
color:#fff;
 	
}

#menu-home li a:hover{
color:#f4d28b;
 	
}

#invibar{
	width:100%;
	float:left;
	min-height:100px;
}

