@charset "utf-8";
/* CSS Document */
#cuerpo_carrito {
	clear:right;
	float:right;
	width:476px;
	height:auto;
	background-color: White;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	margin-right:13px;

	*margin-right:13px;
	_margin-right:7px;
	font-size: 10px;
}
#acceso {
   clear:left;
	float:left;
	width:255px;
	height:33px;
	background-image: url(../images_compra/acceso.gif);
	background-repeat: no-repeat;
	background-color: White;
}
#cabecera_login {
	float:right;
	width:482px;
	height:55px;
	background-image: url(../images/compra/cabecera_contacto.gif);
	background-repeat: no-repeat;
	margin-right:11px;
	*margin-right:11px;
	_margin-right:6px;
}
.enlace {
	float:left;
	font-family:  Verdana,"Trebuchet MS", Arial;
	font-size:0.7em;
	padding-top:5px;
	cursor:hand;
}
.texto_tabla {

	font-family:  Verdana,"Trebuchet MS", Arial;
	color:#4E4E4E;
	font-size:0.7em;
	padding-top:5px;
	width:300px;
	text-align:left;
}
#cabecera_carrito {
	float:right;
	width:482px;
	height:55px;
	background-image: url(../images/compra/cabecera_carrito.gif);
	background-repeat: no-repeat;
	margin-right:11px;
	*margin-right:11px;
	_margin-right:6px;
}
#cabecera_compra_ok {
	float:right;
	width:482px;
	height:55px;
	background-image: url(../images/compra/cabecera_compra_ok.gif);
	background-repeat: no-repeat;
	margin-right:11px;
	*margin-right:11px;
	_margin-right:6px;
}
#usuario {
   clear:left;
	float:left;
	width:255px;
	height:33px;
	background-image: url(../images/compra/cabecera_roja_usuario.gif);
	background-repeat: no-repeat;
	background-color: White;
}