html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00558e;
	margin-bottom: 60px;
}
.txcontenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:darkgoldenrod;
	font-weight: bold;
}
.index-full {
	margin-top: 4%;
}
.logoportada {
	width: 390px;
	display: inline-block;
	position: relative;
}
.logocont {
	line-height: 480px;
}
.listapaises {
	color: #fff;
	list-style-type: none;
	font-weight: 100;
	line-height: 2em;
	font-size: .9em;
	width: 60%;
}
a:link {
    color: #fff;
}

/* visited link */
a:visited {
    color: #fff;
}

/* mouse over link */
a:hover {
    color: #fff;
}

/* selected link */
a:active {
    color: #fff;
}
.banderas {
	width: 20px;
  	position: absolute;
  	margin-top: 5px;
  	margin-left: -30px;
}
li:hover {
	background-color: rgba(255,255,255,0.3);
}
.footer {
  position: absolute;
  bottom: 0;
	color: #EF0748;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
	background-color: #00558e;
	text-align: center; 
}
.footer .text {
	color: #fff;
	font-size: .8em;
}
.footer .textbg {
	color:#adc8db;
	font-size: .8em;
}