.destacadosFoto {
	float: left;
	width: 206px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.destacadosFoto img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}


.destacadosTitulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	float: left;
	width: 224px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.destacadosTitulo a {
	color: #990000;
	text-decoration: none;
}

.destacadosDescri {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	float: left;
	width: 224px;
	color: #333333;
}

.destacadosPrecio {
	float: left;
	width: 100px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
	margin-bottom: 10px;
}
.destacadosContenedor {
	float: left;
	margin-bottom: 10px;
	width: 450px;
}
.destacadosComprar a {
	float: left;
	width: 75px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #990000;
	margin-left: 15px;
	text-align: center;
	height: 24px;
}
.carritoBorrar {
	float: left;
	width: 20px;
	margin-left: 10px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.carritoProducto {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	color: #666666;
	float: left;
	width: 120px;
	display: inline;
}
.carritoPrecio {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	color: #666666;
	float: left;
	width: 35px;
	text-align: right;
}
.carritoSubtotal {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 140px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	margin-left: 10px;
	padding-right: 5px;
}
.carritoSubtotalPrecio {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	color: #000000;
	float: left;
	width: 35px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
}
.btnComprar {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	display: inline;
	margin-bottom: 15px;
	margin-top: 10px;
}
.btnAnadir {
	width: 110px;
}

.carritoTop {
	float: left;
	width: 180px;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 10px;
	display: inline;
}
.textoCarrito {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 180px;
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 20px;
}
