/* INFO

Colores:
#FFFFFF  Blanco
#333333  Gris oscuro
#FCA563  Naranja Claro
#E86D0F  Naranja Medio
#c35b0c  Naranja Oscuro
#058B28  Verde

*/

/* GENERAL */

body {
	font: 12px/1.5 "Lucida Grande", Lucida Sans, Trebuchet MS, sans-serif;
	color: #333;
	background: #444444  center 100px no-repeat;
}

a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin-bottom: 10px; }
em { font-size: 10px; }

.container_16 { padding: 5px 5px 5px 5px; }

.fondo {
	background: #FFF;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	webkit-box-shadow: 0px 0px 10px #222222;
	-moz-box-shadow: 0px 0px 10px #222222;
	box-shadow: 0px 0px 10px #222222;
	margin-top: 20px;
	padding-bottom: 20px;
}

.izq { text-align: right; }
.center { text-align: center; }
.boton { padding: 5px 10px 5px 10px; background: #E86D0F;	border: 1px solid #c35b0c; font-weight: bold; color: #FFFFFF; -moz-border-radius: 5px; border-radius: 5px; }

/* ENCABEZADO */

h1 {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

h1 a {
	width: 210px;
	height: 70px;
	overflow: hidden;
	display: block;
	background: #FFF url(../img/logo-encabezado.jpg) top left no-repeat;
	text-indent: -100em;
}

h2 {
	font-size: 14px;
	color: #E86D0F;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	text-transform: uppercase;
	position: relative;
}

h3 {
	font-size: 14px;
	color: #E86D0F;
	margin: 0px;
}

h4 {
	font-size: 14px;
	color: #E86D0F;
	margin: 0px;
}

h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
	margin-bottom: 0px;
}

#form-buscador {
	margin: 0px 0px 0px 10px;
}

#form-buscador div {
	margin: 0px;
}

#form-buscador label {
	display: none;
}

#form-buscador input {
	float: left;
	width: 210px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #666666;
	font: 14px/1 "Lucida Grande", Lucida, Verdana, sans-serif;
}

#form-buscador input.btn-buscar {
	width: 35px;
	height: 27.5px;
	display: block;
	background: #FFF url(../img/btn-buscar.jpg) 4px 2px no-repeat;
	text-indent: -100em;
	padding: 0px;
	border: none;
	cursor: pointer;
}

.ayuda {
	text-align: right;
}

/* MENU */

.menu {
	background-color: #E86D0F;
	height: 38px;
	overflow: hidden;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffe2cb;
}
.menu a {	color: #FFFFFF; }

ul#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

ul#menu li a {
	display: block;
	padding: 10px;
	color: #ffe2cb;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../img/bg-menu-separador.jpg) top right no-repeat;
}

ul#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#form-login {
	margin: 0px;
	padding-top: 8px;
}

#form-login div {
	float: left;
}

#form-login label {
	display: none;
}

#form-login input {
	width: 100px;
	padding: 3px 2px 3px 23px;
	margin-right: 10px;
	border: 1px solid #FFE2CB;
}

#form-login .user {
	background: #FFF url(../img/bg-login-user.jpg) 2px 1px no-repeat;
}

#form-login .pass {
	background: #FFF url(../img/bg-login-pass.jpg) 2px 1px no-repeat;
}

#form-login input.submit {
	width: auto;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background: #993300;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#form-login a {
	margin-top: 2px;
	color: #993300;
	display: block;
}

#form-login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#logged {
	padding: 10px;
	text-align: right;
}

#logged .btn-pedido {
	padding: 5px 10px 6px 25px;
	margin: 0px 0px 0px 10px;
	background: #993300 url(../img/btn-pedido.gif) 5px 5px no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* SIDEBAR */

.sidebar h4 {
	margin-bottom: 5px;
}

.sidebar ul {
	margin-bottom: 15px;
}

ul#side-menu li {
	margin: 0px;
	list-style: none;
}

ul#side-menu li a {
	display: block;
	padding: 3px 10px 2px 10px;
	background: transparent url(../img/bg-side-menu.jpg) 0px -48px no-repeat;
}

ul#side-submenu li a {
	padding: 3px 10px 2px 25px;
	font-size: 11px;
}

ul#side-menu li a:hover {
	text-decoration: none;
	background-position: 0px 0px;
}

ul#side-menu li a.active {
	text-decoration: none;
	background-position: 0px -25px;
	cursor: pointer;
}

ul#side-menu li a span {
	color: #999999;
	font-weight: normal;
	font-size: 10px;
}

ul#side-submenu {
	margin-bottom: 0px;
}

ul#side-marcas li {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	list-style: none;
}

ul#side-marcas li select {
	width: 260px;
	border: 1px solid #c35b0c;
	padding: #c35b0c 5px;
	color: white;
	font-weight: bold;
	font: 12px/1 "Lucida Grande", Lucida, Verdana, sans-serif, bold;
        margin-top: 4px;
	margin-right: 50px;
}

ul#side-banners li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

/* PIE */

.pie { color: #CCCCCC; }
.pie span { font-size: 9.3px; font-weight: bold; }

/* PROMOCIONES */

.promociones {
	background: #eaeaea;
	text-align: center;
	margin-bottom: 20px;
}

ul#pasapromo {
	margin-bottom: 2px;
}

ul#pasapromo li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 15px;
}

ul#pasapromo li a {
	display: block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -100em;
	background: transparent url(../img/bg-promo-paginado.jpg) 0px 0px no-repeat;
}

ul#pasapromo li a.active {
	background: transparent url(../img/bg-promo-paginado.jpg) -15px 0px no-repeat;
}

/* FILTROS */

#filtros {
	font-size: 11px;
	color: #999999;
	height: 21px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 14px;
	margin-bottom: 15px;
}

#filtros a {
	color: #666666;
	font-weight: bold;
}

#filtros .btn-listado {
	padding: 0px 0px 5px 25px;
	margin-right: 10px;
	background: #FFF url(../img/btn-listado.gif) 0px 0px no-repeat;
}

#filtros .btn-galeria {
	padding: 0px 0px 7px 25px;
	background: #FFF url(../img/btn-galeria.gif) 0px 0px no-repeat;
}

/* PAGINADO */

ul#paginado {
	text-align: center;
	font-size: 11px;
}

ul#paginado.flotante{
	float: right;
	position: absolute;
	top: 30px;
	right: 0px;
	margin: 0px;
	width: 220px;
}

ul#paginado li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

ul#paginado li a {
	display: block;
	margin-right: 5px;
	color: #666666;
	font-weight: bold;
}

ul#paginado li a.active {
	text-decoration: underline;
}

ul#paginado li a.anterior {
	background: #FFF url(../img/btn-anterior.gif) left 2px no-repeat;
	padding-left: 15px;
}

ul#paginado li a.siguiente {
	background: #FFF url(../img/btn-siguiente.gif) right 2px no-repeat;
	padding-right: 15px;
}

/* ITEMS */

.precio {
	color: #D9481F;
	font-size: 13px;
}

.item a {
	color: #333;
	text-decoration: none;
}

.item a:hover {
	color: #D9481F;
	text-decoration: none;
}

.item a.foto {
	position: relative;
	top: 2px;
	padding: 0px 5px 0px 0px;
}

.item-agregar {
	position: relative;
	border-top: 1px solid #CCCCCC;
	width: 160px;
	height: 190px;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 21px;
}

.item-agregar-detalle {
        position: relative;
        width: 160px;
        height: 190px;
        overflow: hidden;
        margin-right: 20px;
}

.item-agregar1 {
	position: relative;
	width: 160px;
	height: 190px;
	overflow: hidden;
	margin-right: 20px;
}

.item-agregar2 {
        position: relative;
        border-top: 1px solid #CCCCCC;
        width: 160px;
        height: 40px;
        overflow: hidden;
        margin-right: 20px;
        margin-top: 21px;
}

.item-agregar-detalle a {
        color: #D9481F;
        text-decoration: none;
}


.item-agregar a {
	color: #D9481F;
	text-decoration: none;
}

.item-agregar1 a {
    color: #D9481F;
    text-decoration: none;
}

.item-agregar2 a {
        color: #D9481F;
        text-decoration: none;
}


.item-agregar a:hover {
	text-decoration: underline;
}

.item-precio {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	color: #D9481F;
	font-size: 14px;
}

.item-detalle {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 100px;
        color: #D9481F;
        font-size: 20px;
}


.item-cantidad {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	text-align: right;
}

.item-cantidad input.cantidad {
	margin-top: -1px;
	width: 30px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #333;
	font: 12px/1 "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #FFF;
}

#galeria .item {
	width: 170px;
	height: 235px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 11px;
	margin-left: 11px;
	float: left;
}

#galeria .item-text {
	height: 213px;
	overflow: hidden;
}

#galeria .item-text a:hover {
	color: #D9481F;
	text-decoration: none;
}

#galeria .last {
	margin-right: 0px;
}

#pedido {
/*	border-bottom: 1px solid #FCA563; */
	margin-bottom: 10px;
}

#pedido h3,
#listado h3{
	padding: 0px 20px 10px 0px;
}

#pedido h3 .precio,
#listado h3 .precio{
	font-size: 18px;
	padding-left: 10px;
}

#pedido h5,
#listado h5{
	margin-bottom: 10px;
}

#pedido .item,
#listado .item {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#pedido .item input.cantidad,
#listado .item input.cantidad {
	width: 50px;
	margin-top: 1px;
	border-bottom: none;
}

#detalle .item-text {
	height: 290px;
	overflow: hidden;
	padding-top: 5px;
}

#detalle.registro{
        padding: 2px 2px 2px 2px;
        background: #E26846;
        border: 2px solid #993300;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        width: 105px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 1px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

#detalle .item-precio {
	position: absolute;
	left: 50px;
	text-align: right;
}

#detalle .item-agregar-detalle {
	width: 100px;
	height: 40px;
	overflow: visible;
	margin-top: 0px;
	margin-left: 0px;
}

#adicional {
	margin-bottom: 20px;
}

/* FORMULARIOS */

label {
	width: 110px;
	text-align: left;
	color: white;
	font: bold;
	float: left;
	margin-left: 20px;
	padding-top: 2px;
}

input, textarea {
	width: 200px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #333;
	font: 12px/1 "Lucida Grande", Lucida, Verdana, sans-serif;
}

select {
	width: 206px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #333;
	font: 12px/1 "Lucida Grande", Lucida, Verdana, sans-serif;
}

.error {
	border: 1px solid #D9481F;
	color: #D9481F;
}

.radio {
	width: auto;
}

form {
	margin-top: 10px;
}

form div{
	margin-bottom: 10px;
}

form .submit{
	padding: 5px 10px 5px 10px;
	background: #E86D0F;
	border: 1px solid #c35b0c;
	font-weight: bold;
	width: auto;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form .comprar{
	padding: 5px 0px 5px 0px;
	background: #D9481F;
	border: 1px solid #993300;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	width: 205px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.corrido {
	margin-left: 120px;
}

.inactivo {
	border: 1px solid #FFF;
	background-color: #FFF;
}

form .categorias{
        padding: 2px 2px 2px 2px;
        background: #D9481F;
        border: 1px solid #993300;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        width: 205px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 2px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

.corrido1 {
        margin-left: 10px;
        margin-top: 5px;
}

form .registro{
        padding: 2px 2px 2px 2px;
        background: #E26846;
        border: 2px solid #993300;
        font-size: 12.5px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        width: 105px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 1px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

.corrido2 {
        margin-left: 10px;
        margin-top: 5px;
}


#growlmsg {
	color:#FFFFFF;
	display:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:1.5;
	opacity:0;
	padding:20px 20px 0;
	position:absolute;
	text-align:center;
	visibility:hidden;
	width:200px;
	z-index:1000;
}
#growl {
	background-color:#222222;
	display:none;
	height:120px;
	opacity:0;
	position:absolute;
	visibility:hidden;
	width:240px;
	z-index:999;
}

#pedido form#presupuesto div{
	margin-bottom:0px;
}

.circulo-rojo {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: red;
     margin-right: 8px;
 }

.circulo-naranja {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: orange;
     margin-right: 8px;
 }

.circulo-amarillo{
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: yellow;
     margin-right: 8px;
 }

.circulo-verde {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: green;
     margin-right: 8px;
 }

 .circulo-negro {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: black;
     margin-right: 8px;
 }

 .circulo-celeste {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: lightblue;
     margin-right: 8px;
 }

 .circulo-azul {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: blue;
     margin-right: 8px;
 }

  .circulo-marron {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: brown;
     margin-right: 8px;
 }

 .circulo-blanco {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #666;
    color: #666;
    text-align: center;
}

.circulo-verde-oscuro {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #9BFA03;
     margin-right: 8px;
 }

 .circulo-olive {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #FF0080;
     margin-right: 8px;
 }

.circulo-azul-electrico {
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #4040BF;
     margin-right: 8px;
 }

 .circulo-violeta{
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #B04836;
     margin-right: 8px;
 }

 .circulo-uva{
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #6B2451;
     margin-right: 8px;
 }


 .circulo-turquesa{
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #40BFBD;
     margin-right: 8px;
 }


 .circulo-amarillo-oscuro{
     width: 24px;
     height: 24px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #40BFBD;
     margin-right: 8px;
 }

a.registro-detalle{
        padding: 8px 8px 8px 8px;
        background: #E26846;
        border: 2px solid #993300;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        width: 105px;
        text-align: left;
        cursor: pointer;
        margin-top: 20px;
        -moz-border-radius: 10px;
        border-radius: 20px;
}

a.button-pedido {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: blue;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.hot-container p { margin-top: 10px; }
a { text-decoration: none; margin: 0 10px; }

.hot-container {
    text-align: center;
}

a.btn {
    display: inline-block;
    color: #666;
    background-color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    border-bottom-width: 3px;
}

    a.btn:hover {
        background-color: #e3e3e3;
        border-color: rgba(0,0,0,0.5);
    }

    a.btn:active {
        background-color: #CCC;
        border-color: rgba(0,0,0,0.9);
    }

/* blue button */

a.btn.btn-blue {
    background-color: #699DB6;
    border-color: rgba(0,0,0,0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    color: #FFF;
}

    a.btn.btn-blue:hover {
        background-color: #4F87A2;
        border-color: rgba(0,0,0,0.5);
    }

    a.btn.btn-blue:active {
        background-color: #3C677B;
        border-color: rgba(0,0,0,0.9);
    }

/* red button */

a.btn.btn-red {
    background-color: #E48681;
    border-color: rgba(0,0,0,0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    color: #FFF;
}

    a.btn.btn-red:hover {
        background-color: #DA4F49;
        border-color: rgba(0,0,0,0.5);
    }

    a.btn.btn-red:active {
        background-color: #B32C24;
        border-color: rgba(0,0,0,0.9);
    }

a.btn.btn-orange {
    background-color: #E86D0F;
    border-color: rgba(0,0,0,0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    color: #FFF;
}

    a.btn.btn-orange:hover {
        background-color: #E86D0F;
        border-color: rgba(0,0,0,0.5);
    }

    a.btn.btn-orange:active {
        background-color: #E86D0F;
        border-color: rgba(0,0,0,0.9);
    }
