
/******************** Proceso de pago del pedido ********************/
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

#btn-cupon{ margin-top: 0; margin-left: 5px; }

input[name="cupon"]{
	width: 120px !important;
	height: 25px !important;
	text-transform: none !important;
}

.tabla-pedidos{
	width: 100%;
}

.tabla-pedidos thead tr td{
	background: #ff0000;
	color: #fff;
}
.tabla-pedidos tbody tr td{
	background: transparent;
	color: #6b6b6b;
}
.tabla-pedidos tbody tr td,
.tabla-pedidos thead tr td,
.tabla-pedidos-total tr td{
	padding: 5px;
}

.tabla-pedidos-total{
	float:right;
	text-transform: capitalize;
}
	.tabla-pedidos-total tbody{
		background: #EEEEEE;
		color: #7E7E7E;
	}
	.tabla-pedidos-total tfoot{
		font-size: 14px;
	}
	
.list_productos, .list_cantidad, .list_accion, .list_precio{ 
	background-color: #fff !important;
	color: red !important;
}
.list_productos{
	float:left;
	border-right:#999 1px solid;
	height:20px;
	color:#333;
	font-size:16px;
	margin-bottom:2px;
	padding:4px;
	line-height:28px;
	
}

.list_productos a{
	text-decoration:none;
	color:#333;
	
}
.list_productos a:hover{
	text-decoration:underline;
	color:#000;
	
}


.list_cantidad{
	
	width:60px;
	border-right:#999 1px solid;
	text-align:center;
}

.list_cantidad_h{
	background-color:#CCC;
	height:30px;
	line-height:26px;
	padding:4px;
	
}

.list_nombre{
	border:none;
	width:523px;
}

.list_precio_h{
height:30px;

}
.list_precio_top{
	
	float:right;
	
	height:30px;
	color:#333;
	font-size:16px;
	margin-bottom:2px;
	width:110px;
	text-align:right;
	padding:4px;
	line-height:32px;	

	
}
.list_precio{
	
	float:right;
	
	height:30px;
	color:#333;
	font-size:16px;
	margin-bottom:2px;
	width:80px;
	text-align:right;
	padding:4px;
	line-height:32px;	

	
}
.list_accion{
	
	float:right;
	
	height:30px;
	color:#333;
	font-size:16px;
	margin-bottom:2px;
	width:70px;
	text-align:center;
	padding:4px;
	margin-right:2px;
		
}

.list_accion_icon{
	padding-top:8px;
	height:22px;
}

.input_cantidad_list{
	
	border:none;
	background-color:#ccc;
	padding:5px;
	width:30px;
	height:15px;
	font-size:12px;
	text-align:center;
	float:left;
	
}
.btn_cantidad{
	background:url(../images/cantidad_mas.jpg) no-repeat;
	width:8px;
	height:12px;
	border:none;
	margin:0;
	float:left;
	cursor:pointer;
}

.btn_cantidad:hover{
	background:url(../images/cantidad_mas_on.jpg) no-repeat;
	
}
.btn_cantidad_menos{
	background:url(../images/cantidad_menos.jpg) no-repeat;
	width:8px;
	height:12px;
	border:none;
	margin:0;
	float:left;
	margin-top:1px;
	cursor:pointer;

}
.btn_cantidad_menos:hover{
	background:url(../images/cantidad_menos_on.jpg) no-repeat;
	
}
.al_carro{
	display:block;
	
	
	background:url(../images/al_carro.png) 0 2px no-repeat;
	color:#000;
	font-size:16px;
	text-decoration:none;
	
	padding-left:18px;
	
}

.aficha{
	
	font-size:18px;
	margin-top:6px;
}

.total{
	margin-left:3px;
	
}
.derecha{
	float:right;
}

.marge_derecha{
	margin-right:10px;
}

/******************** En mi cuenta ********************/
.precio_ficha{
	text-align: right;
	font-size:48px;
	color:rgb(19, 57, 132);
	margin-top: 10px;
	margin-bottom:30px;
}
.precio_ficha sup{
	font-size: 24px;
}
/******************** En mi cuenta ********************/
.icon_datos	{ background:url(../images/icon_datos.png) 0 0 no-repeat; }
.icon_acceso { background:url(../images/icon_acceso.png) 0 0 no-repeat; }
.icon_pedidos { background:url(../images/icon_pedidos.png) 10px 0 no-repeat; }
.icon_domicilios{
	background:url(../images/icon_domicilios.png) 70px 0 no-repeat;
	padding-left:70px;
}
.menu_cuenta {
	padding:0;
	margin:0;
	margin-top:50px;
}
.menu_cuenta li {
	margin-left:10px;
	width:150px;
	height:60px;
	margin-bottom:30px;
	float:left;
}
.menu_cuenta li a:hover { color:#d5394e; }
.menu_cuenta li a {
	text-align:	left;
	width:200px;
	height:40px;
	display:block;
	padding-left:65px;
	color:#666;
	font-size:18px;
	text-decoration:none;
	padding-top:15px;
}
/******************** Login ********************/

.btn_entrar{
    background: url(../images/btn_confirmar.png) no-repeat;
	width:106px;
	height:37px;
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:30px;
    text-align:center;
    font-size:17px;
    float:left;
    margin-left:0;
    margin-top:30px;
}

.btn_recuperar{
   color:#999;
   text-decoration:none;

}

.login_input{
	background-color:#fff;
	font-size:18px;
	height:32px;
	width:385px;
	padding-left:10px;
	border-left: 1px solid #c2c4c4;
	border-right: 1px solid #c2c4c4;
	border-top:1px solid #a9abab;
	border-bottom:1px solid #E4E6E6;
	background:url(../images/search_bg.png) top repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.login_input_error{
	border-left: 1px solid #C70303;
	border-right: 1px solid #C70303;
	border-top: 1px solid #A30000;
	border-bottom: 1px solid #FABFBF;
	background: url(../../../themes/default/images/error_bg.png) ;
}

.alert_login{
 text-align:center;
 font-size:18px; 
 padding:10px;
 color:#fff;
 background: #E00000;
 margin-bottom: 15px;
 display:none;
}

.btn_carrito_sidebar{

    background: url(../images/btn_carrito.png) no-repeat;
	width:82px;
	height:37px;
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:30px;
    text-align:center;
    font-size:17px;
    float:left;
    margin-left:6px;
    margin-top:30px;
}

.btn_confirmar_sidebar{

    background: url(../images/btn_confirmar.png) no-repeat;
	width:106px;
	height:37px;
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:30px;
    text-align:center;
    font-size:17px;
    float:left;
    margin-left:6px;
    margin-top:30px;
}

.total_sidebar{
    background: url(../images/total.png) no-repeat;
	width:36px;
	height:37px;
    padding-left:40px;
    line-height:44px;
    color:#000;
    font-size:20px;
    margin-left:10px;
    float:left;
    font-weight:700;
}

.cantidad_sidebar{
    float:right;
	width:100px;
	height:37px;
    font-size:22px;
    padding-right:10px;
    text-align:right;
    color:#d5394e;
	margin-top:7px;

}

/* Toggle Contents */
.toggle, div.toggle {
	cursor:pointer;
	background:url(../images/toggle_plus.gif) 98% 5px #78E3F7 no-repeat;
	padding:10px;
	line-height:inherit;
	width:424px;
}

.toggle.active {
	background:url(../images/toggle_minus.gif) 98% 5px #78E3F7 no-repeat;}

.toggle_content {
	margin-top: 10px;
	margin-bottom:20px;
	}

	.box {
	/*background:#fff;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
	.espan{
		 float:left; width:400px;
		 margin-left:10px;
	}
	
	.title_domicilio{
		color: #fff;
		font-size: 18px;
	}
/* ****************  ULTIMO PASO CARRITO *********************** */	
.descuento{
	text-decoration: line-through;
	color: red;
	font-size: 14px;
}
.bloque_envio{
	background-color: WhiteSmoke;
	font-size:14px;
	color:#000;
	width:95%;
	padding:20px;
	margin-top:30px;	
}
.bloque_envio h3	{ font-size: 18px; color: black; text-transform: uppercase; }
.bloque_envio span	{ font-size:16px; }
.bloque_envio div	{ color: gray; padding: 10px 15px 5px 5px !important; }

/**********************  MIS PEDIDOS *************/
#tabla-mispedidos				{ width: 100%; text-align: right; }
#tabla-mispedidos thead tr th	{ background-color: red; color: #FFFFFF; }
#tabla-mispedidos tbody tr td	{ background: transparent; color: #6b6b6b; }
#tabla-mispedidos thead tr th,
#tabla-mispedidos tbody tr td,
#tabla-mispedidos-total tr td	{ padding: 5px 10px; font-size: 14px; }
.tabla-linea-pedido				{ width: 100%; text-align: right; float: right; }
.linea_desglose_mispedidos {
	float: right;
	width: 100px;
	padding: 5px 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: #EEEEEE;
}

.iconmore {
	float: left;
	width: 30px;
	padding-top: 3px;
}

.error_pago{
	text-align:center;
	padding:20px;
	background-color:#F00;
	color:#FFF;
	width:1005;
}

.formapago-box {
	margin-bottom: 15px;
}
.formapago-descripcion {
	margin-left: 30px;
}