.carro_tabla_listado {
	width:100%;
	border:solid 2px #074C97;
	background:#FFF;
}

.carro_tabla_listado_titulo {
	background:url(images/listado_titulo_fondo.jpg) center no-repeat;
	height:31px;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	color:#FFF;
	font-size:18px;
	text-align:left;
	padding-left:30px;
}

.carro_tabla_listado table {
	width:100%;
}

.carro_tabla_listado table th {
	color:#074C97;
	font-size:12px;
	text-align:center;
	border-bottom:#074C97 1px solid;
}

.carro_tabla_listado table td {
	color:#002B51;
	font-size:12px;
	border-bottom:#074C97 1px solid;
}

.carro_tabla_listado table td span {
	color:#002B51;
	font-size:14px;
	font-weight:bold;
}

.tabla-cen-cen h3 {
	background:url(images/listado_titulo_fondo.jpg) center no-repeat;
	height:25px;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	color:#FFF;
	font-size:18px;
	text-align:left;
	padding-left:10px;
}

a.boton-actualizar {
	position:relative;
	display:block;
	background:url(carro/carrito-actualizar.png) center no-repeat;
	height:32px;
	width:32px;
}

a.boton-actualizar:hover {
	background:url(carro/carrito-actualizar-over.png) center no-repeat;
	height:32px;
	width:32px;
}

a.boton-eliminar {
	position:relative;
	display:block;
	background:url(carro/carrito-eliminar.png) center no-repeat;
	height:32px;
	width:32px;
}

a.boton-eliminar:hover {
	background:url(carro/carrito-eliminar-over.png) center no-repeat;
	height:32px;
	width:32px;
}

.campo1 {
	background-color:#FFF;
	border:#002B51 solid 1px;
	width:230px;
}

a.olvidaste_contra {
	color:#002B51;
}

.tabla_vista_previa a {
	color:#002B51;
}

/*  -------------TAB */

#menu { padding: 0; margin-top:25px; }
#menu li { display: inline; }
#menu li a { padding: 10px; float:left; border-left: 1px solid #002B51; border-right: 1px solid #002B51; border-bottom: none; text-decoration: none; color: #002B51; font-weight: bold; font-size:10px; }
#menu li.active a {
	background: #FFF;
	text-decoration:underline;
}
.content { float: left; clear: both; border: 1px solid #002B51; background: #FFF; border-top: none; padding: 20px 20px 20px; width: 760px; }
        ​
.div_enviar {
	position:relative;
	display:block;
	width:600px;
	border:1px solid #002B51;
	color:#000;
	background-color:#FFF;
}
