/*
	Grupo Preseleccion
	Itech Software
    Ronny Badilla
*/
#Footer { 
 width: 100%;
 min-height:50px;
 height:55px; 
 background:#878786;
}
.FooterIzq { 
 height: 100%;
 width: 257px;
 float: left;
 background:#878786;
}
.FooterIdioma { 
 width:50%;
 height:100%;
 float: left;
 background:#005387;
}
.FooterIdioma .idioma{ 
 margin-top:20px;
}
.FooterIdioma a{ 
 margin:40px;
 font: bold 15px "Myriad Pro", Tahoma, Arial;
 color: #e2ebf1;
 text-decoration:none;
 text-transform:uppercase;
}

.FooterDer { 
 float: right;
 height: 100%;
 width: 643px;
 display: inline;
 background:url('../images/footer_derecho_bk.jpg');
}
.FooterDer ul, li {
	list-style-type: none;
}
.FooterDer ul {
	margin: 0;
	padding: 0;
}
.FooterDer li {
	float: left;
	margin:17px;
}
.FooterDer a, .FooterDer span {
	text-decoration: none;
	display: block;
	text-align: center;
	color:white;
	font:  normal 12px "Myriad Pro", Tahoma, Helvetica;
}
.FooterDer a:hover{
	color:#000;
}


