* {
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Verdana;
	color: #555;
	line-height: 20px;
	background: url(../img/background.jpg) center top no-repeat;
}

a#abreEncuesta{
	display: block;
	position: fixed;
	top: 30%;
	text-indent: -9999px;
	width: 40px;
	height: 200px;
	background: url(../img/botEncuesta.gif) no-repeat;
}

div#site{
	width: 980px;
	margin: auto;
}

div#encabezado{
	height: 120px;
}

div#login{
	padding: 35px 200px 0 220px;
	color: #FFF;
}

div#login label{
	font-size: 0.8em;
	color: #FFF;
}

div#login input{
	font-size: 0.8em;
	color: #069;
	padding: 3px;
	border: none;
	width: 100px;
}

div#login a{
	font-size: 0.8em;
	color: #AFD0F7;
	text-decoration: none;
}

div#login a:hover{
	border-bottom: 1px solid #AFD0F7;
}


td.formLabel{
	vertical-align: top;
	text-align: right;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
}

td.formField input{ width: auto; }
td.formField input.campoLargo{ width: 300px; }
td.formField input.campoMediano{ width: 180px; }
td.formField input.campoCorto{ width: 70px; }
td.formField input.campoNumerico{ width: 70px; text-align: right; }
td.formField textarea{ width: 300px; height: 100px; }

table.tablaFormulario{
	width: 90%;
	margin: auto;
}

table.tablaFormulario input{
	width: 110px;
}

table.tablaContacto{
	width: 80%;
	margin: 10px 10px 30px 10px;
}

table.tablaContacto th, table.tablaFormulario th{
	background: url(../img/fondoTabla.jpg) repeat-x bottom;
	padding: 3px 5px;
	font-weight: bold;
}

table.tablaContacto td, table.tablaFormulario td{
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px solid #EEE;
	width: 50%;
}

table.tablaContacto a{
	background: none;
	color: #0082CA;
	text-decoration: none;
}

table.tablaContacto a:hover{
	border-bottom: 1px solid #0082CA;
}

table.tablaProductos, table.tablaProductos2{
	width: 80%;
	margin: 0 10px 30px 50px;
	border: 2px solid #CCC;
}

table.tablaProductos td{
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px solid #EEE;
	width: 50%;
}

table.tablaProductos2{
	width: 80%;
	margin: 10px 10px 30px 10px;
}

table.tablaProductos2 tr:hover{
	background: #E4EAFF;
}

table.tablaProductos2 th{
	background: url(../img/fondoTabla.jpg) repeat-x bottom;
	padding: 3px 5px;
	font-weight: bold;
}

table.tablaProductos2 td{
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px solid #EEE;
}

table.tablaProductos2 a{
	background: none;
	color: #0082CA;
	text-decoration: none;
}

table.tablaProductos2 a:hover{
	border-bottom: 1px solid #0082CA;
}

input, textarea{
	font-size: 0.8em;
	padding: 3px;
	color: #555;
	border: 1px solid #AAA;
	width: 150px;
}

textarea{
	font-family: Lucida, "Lucida Grande", Verdana, "Trebuchet MS", sans-serif;
}

input.boton{
	background: url(../img/boton_enviar_login.gif) no-repeat;
	border: 0;
	height: 20px;
	width: 24px;
}

input.inputRadioBonif{
	width: auto;
	border: none;
}

ul.items{ margin-left: 25px; padding-left: 20px; }
ul.items li{ padding: 0 0 10px 20px; background: url(../img/item.gif) no-repeat 0 2px; }

a.botonera{
	font-size: 1em;
	letter-spacing: -0.5px;
	background: #0082CA;
	color: #FFF;
	float: left;
	margin-left: 3px;
	padding: 5px 6px 3px 6px;
	text-decoration: none;
	border-bottom: 2px solid #4AA4FA;	
}
a.botonera:hover{ background: #FFF; color: #0082CA; border-bottom: 2px solid #93B9F3; }

a.botoneraActual{
	font-size: 1em;
	background: #FFF;
	color: #0082CA;
	float: left;
	margin-left: 3px;
	padding: 5px 6px 3px 6px;
	text-decoration: none;
	border-bottom: 2px solid #AFD0F7;	
}

a.botoneraDest{
	font-size: 1em;
	letter-spacing: -0.5px;
	background: url(../img/fondo_ofynov.jpg) repeat-x #F90;
	color: #000;
	float: left;
	margin-left: 3px;
	padding: 5px 6px 3px 6px;
	text-decoration: none;
	border-bottom: 2px solid #FB0;
}
a.botoneraDest:hover{ background: #FC5; border-bottom: 2px solid #FE9; }

a.botoneraDestActual{
	font-size: 1em;
	letter-spacing: -0.5px;
	background: #FC5;
	color: #000;
	float: left;
	margin-left: 3px;
	padding: 5px 6px 3px 6px;
	text-decoration: none;
	border-bottom: 2px solid #FE9;
}

a.enlaceChico{
	font-size: 0.7em;
	background: none;
	border: none;
	color: #0082CA;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div#cuerpo{
	background: #FFF;
}

div.submenu{
	background: #AFD0F7;
	display: none;
}

div.submenu .contenido{
	padding: 17px;
}

div.submenu .contenido a{
	padding: 2px 5px 2px 5px;
	margin: 5px;
	background: #8EBFFB;
	color: #306AA1;
	border: 1px #578DD1 solid;
	text-decoration: none;
	font-size: 0.9em;
}

h1{
	display: block;
	font-size: 1.9em;
	color: #F60;
	padding: 15px 25px 10px 23px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

h2{
	font-size: 1.2em;
	color: #FFF;
	background: #F90;
	padding: 2px 8px 2px 25px;
	border-left: 2px solid #F60;
	display: inline;
	font-weight: normal;
}

h3{
	font-size: 1.2em;
	color: #FFF;
	background: #999;
	padding: 2px 8px 2px 25px;
	border-left: 2px solid #666;
	display: block;
	font-weight: normal;
	margin-top: 25px;
}

p{
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 25px;
	line-height: 22px;
}

p.masChico{
	font-size: 0.9em;
	margin: 0;
	padding: 25px;
	line-height: 22px;
}

p.cartelNaranja{
	display: block;
	font-size: 1.3em;
	color: #F70;
	margin-bottom: 20px;
}

p a{
	padding: 2px 5px 2px 5px;
	background: #8EBFFB;
	color: #306AA1;
	border: 1px #578DD1 solid;
	text-decoration: none;
	font-size: 0.9em;
}

p.aviso{
	font-size: 1em;
	margin: 25px 100px 25px 100px;
	padding: 10px 10px 10px 80px;
	line-height: 22px;
	color: #333;
	border: 1px solid #F90;
	background: url(../img/aviso.gif) no-repeat #FC0 15px center;
}

#colCont p.aviso{
	font-size: 0.9em;
	margin: 25px;
	padding: 5px 5px 5px 50px;
	line-height: 20px;
	color: #333;
	border: 1px solid #F90;
	background: url(../img/aviso_c.gif) no-repeat #FC0 10px 7px;
}


a.itemMenu{
	color: #555;
	text-decoration: none;
	padding: 5px 5px 5px 27px;
	background: url(../img/item.gif) no-repeat 7px;
	display: block;
}

div#flash{
	padding: 10px;
	text-align: center;
}

div#contCompleto{
	background: #FFF;
	float: left;
	width: 600px;
	padding: 25px;
}

div#contCompleto2{
	background: #FFF;
	float: left;
	width: 650px;
	padding: 25px 0 0 0;
}

div#colCont{
	float: right;
	background: #EEE;
	width: 300px;
}


#combos{
	display: block;
	padding-top: 5px;
}

#listado{ width: 100%; margin-top: 20px; font-size: 0.9em; }
#listado th{ padding: 2px; text-align: center; font-weight: bold; border-top: 3px solid #F90; border-bottom: 1px solid #F90; background: #FC0; }
#listado tr:hover{ background: #EEE; }
#listado td{ padding: 7px; border-bottom: 1px solid #DDD; vertical-align: top; }
#listado td.precio{ text-align: right; }
#listado td.registros{ padding: 0; margin: 0; text-align: right; border: none; background: #FFF; font-size: 0.9em; }
#listado td strong{ font-weight: bold; color: #005BA2; padding: 1px 3px 1px 3px; margin-right: 5px; }

#pedidoActual{
	margin: 15px;
	padding: 10px;
	border: 1px solid #DDD;
}

.itemCarrito{
	display: block;
	border-bottom: 1px solid #BBB;
}

.itemCarrito a{
	display: block;
	text-decoration: none;
	color: #555;
	background: url(../img/punto.gif) no-repeat left 6px;
	padding: 3px 0 3px 20px;
	font-size: 0.8em;
}

.itemCarrito a b{
	font-weight: bold;
	color: #FFF;
	background: #0082CA;
	padding: 1px 3px 1px 3px;
}

#pideCantidad{
	margin: 15px;
	padding: 10px;
	border: 1px solid #F90;
	text-align: center;
	display: none;
	background: #FC0;
	color: #FFF;
}

#pideCantidad input{
	text-align: center;
	width: 40px;
}

#cerrarCarrito{
	margin: 15px;
	padding: 10px;
	border: 1px solid #DDD;
	text-align: center;
}

#cerrarCarrito a{
	text-decoration: none;
	color: #444;
	background: url(../img/carrito.gif) no-repeat left 3px;
	padding: 3px 0 3px 20px;
	font-size: 0.9em;
}

.inputCantidadCarrito{
	width: 20px;
	text-align: right;
}

#selBonif{
	margin: 15px;
	padding: 10px;
	border: 1px solid #DDD;
	font-size: 0.9em;
}

#selTransporte{
	margin: 15px;
	padding: 10px;
	border: 1px solid #DDD;
	font-size: 0.9em;
	text-align: center;
}

img.conBorde{
	border: 1px solid #AAA;
}

div.clear{ clear: both; }
div.espacio10{ clear: both; height: 10px; }
div.espacio20{ clear: both; height: 20px; }

span.notaAlPie{ font-size: 0.8em; }

div#pie{
	background: url(../img/fondoPie.jpg) repeat-x #2F75B1;
	font-size: 0.8em;
	text-align: center;
	padding: 10px 0 40px 0;
	border-top: 2px solid #AFD0F7;
	color: #FFF;
}

div#pie span{
	display: block;
	text-align: right;
	width: 950px;
	margin: auto;
	font-size: 0.8em;
}
