@charset "utf-8";

/* CSS Document */
#pie1 {
	width: 913px;
	background-color: #303030;
	height: 105px;
	bottom: 0px;
}

#ampliacion {
	width: 913px;
	background-color: #414141;
	height: 100%;
}

#pie2 {
	bottom:0px;
	width: 913px;
	background-color: #414141;
	height: 30px;
}

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

#texto_pie1{
	float:left;
	width:170px;
	height:81px;
	padding: 24px 0px 0px 23px;
	background-image: url(../imagenes/ajuste_pie_izq.jpg);
	background-repeat:  repeat-x;
}
#logo_img{
	float:left;
	width:13px;
	height:69px;
	padding: 36px 0px 0px 40px;
	background-image: url(../imagenes/ajuste_pie_izq.jpg);
	background-repeat:  repeat-x;
}

#logo_nectar{
	float:left;
	width:113px;
	height:69px;
	padding: 36px 0px 0px 4px;
	background-image: url(../imagenes/ajuste_pie_izq.jpg);
	background-repeat:  repeat-x;
}


#ajuste_pie_izq{
	float:left;
	width:20px;
	height:105px;
	background-image: url(../imagenes/ajuste_pie_izq.jpg);
}

#logos_pie{
	float:left;
	width:453px;
	height:83px;
	background-image: url(../imagenes/sombra_sobre_pie_3.gif);
	padding: 22px 38px 0px 38px;
	background-repeat: repeat-x;
}
#logos_pie dl{
	margin: 0px;
	}
#logos_pie dt{
	margin: 0px;
	}
#logos_pie dd{
	margin: 4px 0px 0px 0px;
	}

