/* CSS Document */
.containerPie{
	width:100%;
	height: 90px;
	margin-top: 20px;
	background-color: #3366CC;
}
.mainPie {
	width: 1005px;
	margin:0 auto;	
	height: 44px;
	padding-top: 20px;
}
#botoneraPieSecundaria {
	width: 860px;
	float: right;
	text-align:right;
	height:29px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding-top:5px;
}
#botoneraPieSecundaria a:link{ color: #FFFFFF; text-decoration: none;font-size: 11px; font-weight:normal;}
#botoneraPieSecundaria a:active{ color: #FFFFFF; text-decoration: none;font-size: 11px; font-weight:normal;}
#botoneraPieSecundaria a:visited{ color: #FFFFFF; text-decoration: none;font-size: 11px; font-weight:normal;}
#botoneraPieSecundaria a:hover {color: #dddddd; text-decoration: none;font-size: 11px; font-weight:normal;}

#botoneraPieSecundariaIconos {
	float: right;
	width: 120px;
	margin-left: 10px;
	border:0;
}
#botoneraPieSecundariaIconos img { border:0;} 

.footerPie {
	height: 26px;
	width: 1005px;
	margin:0 auto;	
}
.footerPieLeft {
	background-image: url('../imagenesGenericas/pie/esquina_izq.gif');
	background-repeat: no-repeat;
	height: 26px;
	float: left;
	width: 33px;
}

.footerPieRight {
	background-image: url('../imagenesGenericas/pie/esquina_der.gif');
	background-repeat: no-repeat;
	height: 26px;
	float: left;
	width: 38px;
}

.footerPieCenter {
	background-color: #ffffff;
	border-top:1px solid #2A4177;
	height: 20px;
	width: 934px;
	float: left;
	text-align: right;
	padding-top: 5px;
}

