@charset "utf-8";
/* CSS Document */
#pie,
#pieCarrito {
	padding: 5px 0px 5px 0px;
	clear: both;
	font-size: 10px;
	width: 995px;
	margin: 0px auto;
	background-color:#FFF;
}
#pie table,
#pieCarrito table  {
	width: 100%;
	margin:auto;
}
#pie table {
	/*border-top: solid #cccccc 1px;*/
	border-bottom: solid #cccccc 1px;
}
#pie td,
#pieCarrito td {
	color: #858383;
	font-size: 10px;
	text-align: center;
}
#pieCarrito td {
	background-color: #F2F2F2;
	padding: 3px;
	vertical-align: middle;
}
#pieCarrito h4 {
	font-size: 22px;
	font-weight: bold;
	color: #858383;
}

#pie .menuPie {
	width: 100%;
	margin:auto;
}
#pie .menuPie td {
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #00446C;
}
#pie .logos {
	width: 95%;
	border-top: none;
	border-bottom: none;
}
#pie .logos td {
	padding: 0px 15px 0px 15px;
}
#pie .derechos {
	color: #858383;
	text-align: center;
}
#pie .derechos a {
	text-decoration: none;
	color: #858383;
}
#pie .derechos a:hover {
	text-decoration: underline;
}
#pie #amipci {
	padding: 5px 2px 5px 2px;
	width:90px;
	text-align:right;
}
#pieCarrito img {

}
#pieCarrito table table {
	width: auto;
}

#pie .redes{
	background-color:#FFF;
	background-image:url(../Images/barra_redes.jpg);
	height:40px;
	background-repeat:no-repeat;
	background-position:center;
}
#pie .redescontacto{
	padding:9px 45px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color: #666;
}
#pie .redeslogo{
	padding:9px 33px 0px 10px;
	font-size:12px;
	font-weight:normal;
	color: #666;
	text-align: right;
}

#pie .rojo{
	color:#CD0000;
	font-weight:normal;
}
