/* ----------------------------------------------------
Hoja de estilos Footer Unificado Movistar
Empresa: Fusiona / www.fusiona.cl
Cliente: Movistar
Última actualización: 24/06/2010
---------------------------------------------------- */

#contenedorFooter {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:auto;
	text-align:left;
}

#bordeContenedor {
	float:left;
	width:1000px;
	height:64px;
	display:block;
	background-image:url(../imagenes/footer/bordeContenedor.png);
	background-repeat:no-repeat;
}

#contenedorColumnas {
	float:left;
	width:1000px;
	height:120px;
	display:block;
	background-color:#FFF;
	font-family:Verdana;
	font-size:10px;
	color:#666;
}

#columna1 {
	float:left;
	width:180px;
	height:auto;
	display:block;
	margin-left:15px;
}

#columna2 {
	float:left;
	width:175px;
	height:auto;
	display:block;
	margin-left:15px;
}

#columna3 {
	float:left;
	width:180px;
	height:auto;
	display:block;
	margin-left:15px;
}

#columna4 {
	float:left;
	width:180px;
	height:auto;
	display:block;
	margin-left:15px;
}

#columna5 {
	float:left;
	width:190px;
	height:auto;
	display:block;
	margin-left:15px;
}

.titulosColumnas {
	height:25px;
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333;
	
}

.linksColumnas ul li {
	text-decoration:none;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../imagenes/footer/bulletAzulFooter.png) no-repeat scroll 0 0.7em;
	line-height:1.7em;
	margin:0;
	padding-left:1em;
	list-style:none;
}

.linksColumnas a,link,visited {
	color:#666;
	text-decoration:none;
}

.linksColumnas a:hover {
	color:#666;
	text-decoration:underline;
}

#linksHorizontales {
	float:left;
	width:970px;
	height:27px;
	display:block;
	background-color:#017D9F;
	margin-top:10px;
	margin-left:15px;
}

.textosLinksHorizontales {
	float:left;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	margin-top:7px;
	margin-left:15px;
}

.textosLinksHorizontales a,link,visited {
	color:#FFF;
	text-decoration:none;
}

.textosLinksHorizontales a:hover {
	color:#FFF;
	text-decoration:underline;
}

#contenedorTerminoFooter {
	float:left;
	width:1000px;
	height:64px;
	display:block;
	background-image:url(../imagenes/footer/terminoFooter.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#F2F2F2;
	margin-top:75px;
	//margin-top:25px;
}

.logosFooter {
	float:left;
	width:182px;
	height:50px;
	display:block;
	background-image:url(../imagenes/footer/logosFooter.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:15px;
}

#textoDerechosFooter {
	float:left;
	width:500px;
	height:20px;
	display:block;
	font-family:Verdana;
	font-size:10px;
	color:#333;
	margin-top:39px;
	margin-left:10px;
	margin-bottom:-10px;
}