/* CSS Document Pie*/

#pie{
	width:950px;
	background-color:#8899A2;
}

.contenedorInicioPie{
	width:950px;
}
.bordeIzqPie{
	height:10px;
	width:10px;
	float:left;
}
.bordeCentroPie{
	height:10px;
	width:930px;
	float:left;
	background-image:url(../images/bordeCentroPie.gif);
	background-repeat:repeat-x;

}
.bordeDerPie{
	height:10px;
	width:10px;
	float:left;
}
.contenedorPie{
	width:950px;
	text-align:center;
}
.textoLinks{
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	vertical-align:top;
}
.textoFinalPie{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	line-height:1.5;
}

