﻿#tablaFooter
{
	width:100%;
	border-spacing:0px
}

.primerBackground
{
	background-image: url('images/Footer/down1.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;
	height:57px;
	width:20%;
}

.segundoBackground
{
	background-image: url('images/Footer/down2.jpg');
	background-repeat: repeat;
	width:61%;
}

.tercerBackground
{
	background-image: url('images/Footer/down3.jpg');
	background-repeat: no-repeat;
	background-position:right bottom;
}

.textoFooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width:auto;
	text-align:center;
	padding-top:10px;
}


#footerLogin
{
	position:absolute;
	bottom:0px;
	left:0px;	
}