/* CSS Document */
/* Este documento DEBERÁ ser ordenado de la siguiente forma: */
/* Redefiniciones Generales (body, h1, a, img, etc.) */
/* Objetos únicos (cabecera, pie, cuerpo, etc.) */
/* Clases (textonegrita, listagrande, listapeque, etc.) */
/* Además, dentro de cada grupo, los estilos se ordenarán ALFABÉTICAMENTE */


/* ------------------------------ REDEFINICIONES GENERALES */
#alerta_error, #alerta_ok, #alerta_normal
{
	float: left;
	width: 760px;
	height: 304px;
	font-size: 130%;
	font-weight: bold;
	color: #3D3D3D;
	text-align: center;
	padding-top: 80px;
	margin-top: 10px;
}
#alerta_error
{
	background-image: url(../images/fondo_error.gif);
	background-repeat: no-repeat;
}
#alerta_ok
{
	background-image: url(../images/fondo_ok.gif);
	background-repeat: no-repeat;
}
#alerta_normal
{
	background-image: url(../images/fondo_notificacion.jpg);
	background-repeat: no-repeat;
}
#alerta_error a, #alerta_ok a, #alerta_normal a, #alerta_normal p a
{
	text-decoration: underline;
	color: #000000;
}
#alerta_error a:hover, #alerta_ok a:hover, #alerta_normal a:hover
{
	text-decoration: none;
}
#boton_caja_arriba
{
	float: right;
	width: 300px;
	font-weight: bold;
	background-color: #416CAF;
	color: #000000;
}
#boton_caja_abajo
{
	float: right;
	width: 300px;
	font-weight: bold;
}
#botoncomprar
{
	width: 119px;
width: 104px;
	height: 22px;
	display: block;
	/*background-image: url(../images/fondo_boton.gif);*/
	background-image: url(../images/fondo_boton_inicio.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 90%;
	padding-left: 15px;
padding-left: 30px;
	padding-top: 7px;
	margin-left: 10px;
margin-left: 72px;
_margin-left: 36px;
margin-left: 140px;
_margin-left: 70px;
	margin-top: 15px;
	color: #FFFFFF;
}
#cont_form_pedido
{
	float: left;
	width: 660px;
	height: auto;
	min-height: 300px;
	_height: 300px;
}
#estadocompra
{
	width: 660px;
	height: 28px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #848484;
}
#estadocompra ul
{
	width: 660px;
	height: 28px;
	float: left;
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#estadocompra ul li
{
	width: 138px;
	height: 15px;
	float: left;
	color: #CBCBCB;
	padding-top: 8px;
	font-size: 90%;
	padding-left: 10px;
	border-right: 1px solid #D8D8D8;
}
#estadocompra ul li.paso1
{
	border-bottom: 4px solid #E2DBBC;
	background-image: url(../images/paso_1.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso1focus
{
	border-bottom: 4px solid #FFD200;
	background-image: url(../images/paso_1_focus.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #494848;
}
#estadocompra ul li.paso1hecho
{
	border-bottom: 4px solid #E2DBBC;
	background-image: url(../images/paso_finalizado.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso2
{
	border-bottom: 4px solid #CDDBC0;
	background-image: url(../images/paso_2.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso2focus
{
	border-bottom: 4px solid #A0D56C;
	background-image: url(../images/paso_2_focus.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #494848;
}
#estadocompra ul li.paso2hecho
{
	border-bottom: 4px solid #CDDBC0;
	background-image: url(../images/paso_finalizado.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso3
{
	border-bottom: 4px solid #E0D3BE;
	background-image: url(../images/paso_3.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso3focus
{
	border-bottom: 4px solid #E7BA74;
	background-image: url(../images/paso_3_focus.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #494848;
}
#estadocompra ul li.paso3hecho
{
	border-bottom: 4px solid #E0D3BE;
	background-image: url(../images/paso_finalizado.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso4
{
	border-bottom: 4px solid #E0C3BE;
	background-image: url(../images/paso_4.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#estadocompra ul li.paso4focus
{
	border-bottom: 4px solid #FD3513;
	background-image: url(../images/paso_4_focus.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #494848;
}
#estadocompra ul li.paso4hecho
{
	border-bottom: 4px solid #E0C3BE;
	background-image: url(../images/paso_finalizado.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#frmvolver
{
	float: left;
	width: 100%;
	height: auto;
}
#frmcaja
{
	margin-top: 10px;
	float: left;
	width: 100%;
	height: auto;
}
#frmcaja label
{
	width: 170px;
	float: left;
	font-size: 100%;
	color: #000000;
	background-image: url(../images/campo_form.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#frmcaja .filacampo
{
	height: auto;
	min-height: 27px;
	_height: 27px;
	padding-top: 18px;
	float: left;
	width: 100%;
	border-top: 1px solid #9A9A9A;
	border-bottom: 4px solid #C9C9C9;
}
#frmcaja .cajatexto, #frmcaja textarea
{
	width: 300px;
	float: left;
}
#frmconfirmar
{
	margin-top: 10px;
	float: left;
	width: 100%;
}
#frmconfirmar label
{
	width: 120px;
	float: left;
	font-size: 90%;
	color: #000000;
}
#frmconfirmar .filacampo
{
	height: auto;
	min-height: 27px;
	_height: 27px;
	padding-top: 18px;
	float: left;
	width: 100%;
	border-top: 1px solid #AEAEAE;
	border-bottom: 4px solid #DEDEDE;
}
#frmconfirmar p
{
	width: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	background-image: url(../images/flechitas_confirmacion.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#frmtienda
{
	float: left;
	height: auto;
	width: 760px;
}
#frmtienda h1
{
	color: #3D3D3D;
	padding: 0px;
	margin: 7px 0px 0px 0px;
	font-size: 120%;
	background-image: url(../images/fondo_h1_tiendaonline.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 0px;
	width: 345px;
	border: 0px;
}
#frmtienda label
{
	width: 100px;
	float: left;
}
#separador_tienda, #separador_derecha
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 150px;
	_width: 150px;
	height: 16px;
	background-image: url(../images/fondo_separador.gif);
	background-repeat: repeat-x;
	background-color: #A1A1A1;
}
#separador_derecha
{
	float: left;
	width: 250px;
	margin-left: 10px;
	height: 16px;
}
#separador_tienda
{
	float: left;
	width: 730px;
	margin-left: 10px;
	_margin-left: 5px;
	height: 16px;
}
#slotimgderecha
{
	float: left;
	width: 277px;
	height: auto;
	text-align: center;
}
#slotimgtienda
{
	float: left;
	width: 756px;
	height: auto;
	text-align: center;
}
#tabla_carrito
{
	float: left;
	margin-top: 10px;
}
#tabla_carrito th
{
	color: #FFFFFF;
	font-size: 90%;
	background-color: #bf8309;
	height: 25px;
}
#tabla_carrito td
{
	height: 50px;
	border-bottom: 1px solid #bf8309;
	font-style: italic;
	font-size: 90%;
/*	padding: 3px;*/
}
/* ------------------------ CLASES */
.boton_atras
{
	float: right;
	height: 30px;
	width: auto;
	_width: 120px;
	font-weight: bold;
/*	background-color: #D5B000;*/
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/fondo_boton_largo.gif);
	border: 0px;
}
.boton_caja
{
	float: right;
	width: 202px;
	font-weight: bold;
	background-color: #74B349;
	color: #FFFFFF; /*#061527;*/
	height: 29px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 270px;
	background-image: url(../images/fondo_boton_comprar.gif);
	background-repeat: no-repeat;
	border: 0px;
}
.boton_caja2
{
	float: right;
	width: 164px;
	font-weight: bold;
	background-color: #7e5606;
	color: #FFFFFF; /*#061527;*/
	height: 29px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 100px;
	background-image: url(../images/fondo_boton_comprar2.gif);
	background-repeat: no-repeat;
	border: 0px;
}
.boton_comun
{
	min-width: 120px;
	width: auto;
	_width: 120px;
	font-weight: bold;
	background-color: #D5B000;
	color: #000000;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boton_carrito, .boton_enviar, .boton_consultar
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 130px;
	height: 23px;
	float: left;
	padding-left: 35px;
	padding-top: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.boton_carrito:hover, .boton_enviar:hover, .boton_consultar:hover
{
	text-decoration: underline;
}
.boton_carrito
{
	background-image: url(../images/fondo_boton_carrito.gif);
}
.boton_consultar
{
	background-image: url(../images/fondo_boton_consultar.gif);
	color: #FFFFFF;
}
.boton_continuar
{
	height: 30px;
	float: right;
	width: auto;
	_width: 120px;
	font-weight: bold;
/*	background-color: #D5B000;*/
	background-image: url(../images/fondo_boton.gif);
	border: 0px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boton_enviar
{
	background-image: url(../images/fondo_enviar_amigo.gif);
	height: 27px;
	width: 145px;
	border: 0px;
	background-color: none;
	padding-bottom: 5px;
}
.boton_enviar_contacto
{
	float: right;
float: left;
	background-image: url(../images/fondo_boton_contacto.gif);
	height: 27px;
height: 29px;
	width: 165px;
	border: 0px;
	background-color: none;
	padding-bottom: 5px;
padding-bottom: 0px;
	margin-left: 20px;
margin-left: 110px;
	color: #FFFFFF;
}
.condiciones
{
	height: 200px;
	padding-top: 18px;
	float: left;
	width: 100%;
	border-top: 1px solid #bf8309;
	border-bottom: 4px solid #bf8309;
	overflow: auto;
}
.fila_contacto
{
	float: left;
	width: 420px;
	min-height: 30px;
	height: auto;
	_height: 30px;
}
.fila_contacto_ultima {
/*_margin-bottom: 20px;*/
_padding-bottom: 20px;
}
.fila_suscripcion
{
	float: left;
	width: 420px;
	min-height: 25px;
	height: auto;
	_height: 25px;
}
.fila_total
{
/*	background-color: #FFFFFF;*/
	color: #616161;
	font-size: 100%;
}
.importe_libro
{
	font-size: 120%;
}
.importe_portes
{
	font-size: 110%;
}
.importe_subtotal
{
	font-size: 120%;
	font-weight: bold;
}
.importe_total
{
	font-size: 140%;
	border: 1px solid #bf8309;
	background-color: #FFFFFF;
	height: 35px;
	padding-top: 15px;
}
.libro_ficha
{
	width: 660px;
	height: auto;
	min-height: 154px;
	_height: 154px;
	float: left;
	background-color: #C6C6C6;
	margin-bottom: 20px;
}
.libro_ficha_datos
{
	float: left;
	height: auto;
	min-height: 134px;
	_height: 134px;
	width: 654px;
	background-color: #E9E9E9;
	background-image: url(../images/ficha_libro_fondo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0px;
	border-left: 3px solid #C9C9C9;
	border-right: 3px solid #C9C9C9;
	color: #808181;
}
.libro_ficha_descripcion
{
	float: left;
	width: 240px;
	height: auto;
	min-height: 154px;
	_height: 154px;
	margin-left: 5px;
	_margin-left: 2px;
}
.libro_ficha_down
{
	float: left;
	height: 10px;
	_height: 5px;
	width: 760px;
	background-image: url(../images/ficha_libro_down.gif);
	background-repeat: no-repeat;
}
.libro_ficha_imagen
{
	float: left;
	width: 190px;
	height: auto;
	min-height: 50px;
	_height: 50px;
	margin-top: 12px;
	margin-left: 10px;
	_margin-left: 5px;
}
.libro_ficha_imagen img
{
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
.libro_ficha_opciones
{
	float: left;
	width: 180px;
	height: auto;
	min-height: 154px;
	_height: 154px;
	margin-left: 5px;
	_margin-left: 2px;
	background-image: url(../images/fondo_opciones.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 15px;
	_padding-left: 7px;
}
.libro_ficha_resumen
{
	font-size: 80%;
	font-weight: bold;
}
.libro_ficha_up
{
	float: left;
	height: 10px;
	width: 760px;
	background-image: url(../images/ficha_libro_up.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.naranja
{
	color: #FC8B05;
}
.precio
{
	color: #bf8309;
}
.separador_formulario
{
	width: 437px;
	height: 6px;
	background-image: url(../images/separador_formulario.gif);
	background-repeat: repeat-x;
	float: left;
	margin-top: 3px;
/*_margin-top: 0px;*/
	margin-bottom: 3px;
	_margin-bottom: 1px;
_margin-bottom: -6px;
}
.textbox
{
	float: left;
/*	width: 220px;*/
	border-left: 2px solid #D4D4D4;
	border-top: 2px solid #D4D4D4;
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	padding: 2px;
	background-color: #FFFFFF;
}
.textbox:hover, .textbox:focus
{
	background-color: #FFF7D2;
}
.textoaviso
{
	color: #bf8309;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

