﻿@charset "utf-8";


/* Carrito */

#carrito { margin_0 auto; padding:25px; }
#titulo-carrito { margin-bottom:4px; color:#556f8e; font-size:1.5em; border-bottom: dotted 1px #556f8e; }
#total-productos { font-size:0.75em; margin-top:30px; margin-bottom:15px; }

/* Tabla */
table#listado { font-size:0.75em; }
tr#cabecera-tabla { height:24px; background-color:#a4a8ab; font-weight:bold; color:white; text-align:center; }
table#listado a img { border:none; }
table#listado img { border:solid 1px #364753; }
table#listado input { width:40px; border:solid 1px black; text-align:right; }
tr.fila-impar td, tr.fila-par td { padding:3px 6px 3px 6px; border-bottom:dotted 1px #a4a8ab; }
tr.fila-impar { background-color:#ece9e9; }
tr.fila-par { background-color:#fff; }

tr#pie-tabla td { padding-top:10px; padding-bottom:16px; padding-right:4px;  border-top:solid 4px #a4a8ab; text-align:right; }

table#listado input.btnSubmit { width:137px; height:19px; background:url(../img/btnLargo1.gif) no-repeat; border:none; font-size:0.9em; text-align:center; font-weight:bold; padding-bottom:2px; }
table#listado input.btnSeguir { width:137px; height:19px; background:url(../img/btnLargo2.gif) no-repeat; border:none; font-size:0.9em; text-align:center; font-weight:bold; padding-bottom:2px; }

#mensaje_confirmar { color:#FF0000; margin-top:20px; text-align:justify; }