@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	/*background: url(/vistas/images/bg_prehome.png) #FFFFFF repeat;*/
	background: #0E2050;
}
#inhalt {
	position: absolute;
	height: 240px;
	width: 450px;
	margin: -120px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
.logo {
	margin: 30px;
	text-align: center;
}
.paises {
	margin: 20px;
	text-align: center;
}
ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
li {
    /* float: left; */
    padding: 0 15px;
    margin: 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-size: 11px;
    text-align: center;
    list-style-type: none;
    /* display: block; */
}
li img {
	width: 30px;
	height: auto;
}
li a {
	text-decoration: none;
	color: #e5edff;
	-webkit-transition: all .6s ease;
}
li a:hover {
	text-decoration: none;
	color: #6ae2f2;
	-webkit-transition: all .6s ease;
}
footer {
	width: 100%;
	height: 50px;
	position: fixed;
	color: #3e5899;
	text-align: center;
	bottom: 0px;
}
footer a{
	color: #3e5899;
	text-decoration:none;
}
footer a:hover{
	color: #6891f2;
	text-decoration:underline;
}
.clear {
	clear: both;
}
