@charset "UTF-8";
/* CSS Document */

/****************************************************************
ESTILOS PARA LA PAGINA DE PEDIDOS (CARRITO)
****************************************************************/
#left form {
	margin: 20px 20px 20px 20px;
}

#left form ul {
	margin-bottom: 20px;
	padding: 0px 200px 0px 0px;
	background-image: url(../images/contacto_fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left form ul.error_list {
	padding: 0px;
	background-image: none;
	margin-bottom: 0px;
	margin-top: 7px;
}
#left form ul.error_list li {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
}
#left p.entradilla
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 0px;
	text-align: justify;
}
#left p.disclaimer {
	text-align: justify;
	font-size:1.1em;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#left p strong {
	color: #3B80C2;
}
#left form label {
	color: #1C5D9D;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding: 4px 0px;
	margin-top: 5px;
}
#left form input, #left form textarea {
	border:1px solid #1C5D9D;
	border-bottom-width: 2px;
	border-right-width: 2px;
}
#left form input#contacto_name, #left form input#contacto_email {
	width: 100%;
	font-size: 1.2em;
	padding: 2px;
}
#left form textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1.2em;
	height: 140px;
}
#left form input.boton_azul {
	margin-top: 10px;
	/*float:right;*/
	display:inline;
	border-width: 1px;
	margin-right:8px;
}
#left form .botonera {
	text-align: center;
	margin-top: 15px;
}

#left span
{
	background-image: url(../images/bordeazul_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-left: 7px;
	padding-top: 5px;
	
}

#left h2
{
	background-color: #2e679e;
	background-image: url(../images/bordeazul_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	height: 27px;
	overflow: hidden;
}

#left {
	height: 100%;
	overflow: hidden;
}

.separador {
	background-image: url(../images/separador_blancoceleste.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
}
/****************************************************************
TABLA DE PEDIDOS
****************************************************************/
.tablaPedidos {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #1C5D9D;
}
.tablaPedidos td {
	border-collapse: collapse;
	border: 1px solid #1C5D9D;
	background-color: #FFF;
} 
.tablaPedidos td.separador_tabla {
	background-color:#b5daff;
	height: 10px;
	padding: 0 !important;
}
.tablaPedidos td a {
	text-decoration: underline;
	color:#1C5D9D;
}
.tablaPedidos td a:hover {
	color: #000;
}
.tablaPedidos thead td {
	text-align:center;
	background-color:#1C5D9D;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	vertical-align:middle;
	padding: 4px;
}
.tablaPedidos tbody td {
	font-size:12px;
	padding:4px;
}
.colProducto, .colIva, .colPrecio, .colCantidad, .colSubTotal, .colRemover {
	padding: 6px !important;
}
/****************************************************************/
.colProducto {
	width:50%;
	text-align:left;
}

.colCantidad {
	width:12%;
	text-align:center;
}

.colIva {
	width:8%;
	text-align:center;
}

.colPrecio {
	width:12%;
	text-align:right;
}

.colSubTotal {
	width:12%;
	text-align:right;
}

.colRemover {
	width:14%;
	text-align:center;
}

.tdIva {
}

.tdTotal {
	font-size: 1.4em !important;
	font-weight:bold;
}