/*@charset "utf-8";
 CSS Document */
body {
	color: #FFF;
	background-color: #000;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
}
#general{
	width:960px;
	margin:0px auto;
}
#header {
	width:960px;
	height:171px;
	background-image:url(../images/base-btn.jpg);
}
a {
	text-decoration:none;
	color: #FFF;
}
a:hover {
	color: #F00;
	cursor: pointer;
}
a:visited {
	text-decoration:none;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
hr {
	height: 1px;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
}
/*-------------------------------*/

/* CENTRO --------------------- */
#centro{
	width:700px;
	float: none;
	margin:0px;
	padding:0px;
}
#centro .derecha{
	width:350px;
	float:right;
}
#centro .izquierda{
	width:350px;
	float:left;
}


/* IZQUIERDA ---------------------------------------- */
#izquierda{
	width:220px;
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
}
#izquierda h2{
	margin:0px;
	padding:28px 0px 11px 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:19px;
	height:26px;
	text-transform:uppercase;
	background-image:url(../images/izq_noticias.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#izquierda h3{  /* fecha notas/noticias*/
	margin:0px;
	padding:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7f7f7f;
}
#izquierda h4{  /*  categoria menu desplegable */
	margin:0px;
	padding:2px 0px 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*text-transform:uppercase;*/
}
#izquierda h5{
	margin:0px;
	padding:28px 0px 11px 18px;
	color:#999;
	font-size:19px;
	height:26px;
	text-transform: capitalize;
	background-image:url(../images/izq_noticias.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#izquierda .fintopmenu {
	background-image:url(../images/izq_noticias.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:24px 0px 0px 0px;
}
#izquierda p{
	margin:0px;
	padding:0px;
	text-align:left;
	color:#d1d1d1;
}
#izquierda a{
	padding:0px 0px 15px 0px;
	color:#d1d1d1;
	text-decoration:none;
	display:block;
}
#izquierda a:hover{
	color:#ed1c24;
}
#izquierda .categorias a {
	margin:0px;
	padding:0px;
	color:#fff;
}
#izquierda .categorias a:hover{ /* secciones genericas en menu lateral */
	color:#f00;
}
#izquierda .categorias h2 a:hover{ /* secciones genericas en menu lateral */
	color:#f00;
}
#izquierda .categorias h2{
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	background:none;
}
#izquierda .categorias h2 a{
	color:#999;
}


/* DERECHA ---------------------------------- */
#derecha{
	width:700px;
	float:right;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#derecha .derecha{
	width:350px;
	float:right;
}
#derecha .izquierda{
	width:350px;
	float:left;
}
#derecha .grande{
	width:460px;
	float:left;
}
#derecha .chica{
	width:220px;
	float:right;
}
#derecha h1{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing: 1px;
	margin:2px 0px 10px 0px;
	padding:0px;
	text-transform:uppercase;
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#derecha h2{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 20px;
	background-image:url(../images/bullet_02.jpg);
	background-position:0px 2px;
	background-repeat:no-repeat;
	border-bottom:#1f1f1f solid 1px;
	text-transform:uppercase;
}
#derecha h3{
	margin:0px 0px 5px 0px;
	padding:0px;
}
#derecha h4{  /* fecha notas/noticias */
	margin:0px;
	padding:5px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
}
#derecha h5{  /* notas */
	margin:0px;
	padding:5px 0px 8px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCC;
}
#derecha p{
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:justify;
}
#derecha .grande h2{
	margin:7px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border:none;
	background:none;
}
#derecha .grande h3{
	font-size:12px;
	font-weight:normal;
}
#derecha .grande p, #derecha .chica p{
	color:#888888;
}
#derecha .face {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #fff;
	border:#292929 solid 1px;
}
#derecha .cantidad {
	width:25px;
}
#buscador{
	text-align:center;
}
#buscador h2{
	/*margin:0px;
	padding:0px;*/
	font-size:18px;
	color:#4f4f4f;
	display:inline;
}
#buscador form{
	display:inline;
}
#buscador input{
	width:auto;
}
.separador {
	border-bottom:#333 solid 1px;
	margin: 10px 20px 5px 20px;
	padding:0px;
	width:80%;
}

/* NOTICIAS / PRODUCTOS ----------------------------- */
.caja, .categorias{
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 18px;
	background-color:#191919;
	border:#292929 solid 1px;
	border-top:none;
}
.caja a {
	color:#CCC;
	text-decoration:none;
	/*margin: 0px 0px 5px 0px;*/
}
.caja a:hover {
	color: #F00;
}
.caja p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* LOGIN ----------------------- */
.logins {
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 18px;
	background-color:#191919;
	border:#292929 solid 1px;
	border-top:none;
}
.logins a{
	padding: 0px;
	margin: 0px;
}
.logins a:hover {
	color:#F00;
}
#lista ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#lista li  {
	background:url(../images/paginador_sig.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
#lista a{
	padding: 0px;
	margin: 0px;
}
#links a{
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
#login-head h2 {
	padding:3px 0px 7px 14px;
	color: #999;
}
#login-head h3 {
	padding:15px 0px 0px 14px;
}


/* PRODCUCTOS LISTADO GALERIA (rectangulitos) ----------------- */
.producto{
	margin:10px 0px 0px 0px;
	padding:0px 11px 0px 11px;
	width:145px;
	float:left;
}
.producto img{
	border-color:#fff;
	border-style:solid;
	border-width:1px;
}
.producto ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.producto li{
	margin:0px;
	padding:0px;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	border-top:none;
	border-bottom:none;
	background-image:url(../images/bullet_01_divisor.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.producto li.ultimo{
	background:none;
}
.producto li.fin{
	border:none;
	background-image:url(../images/productos_fin.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:10px;
}
.producto li a{
	color:#FFF;
	padding:5px 10px 5px 23px;
	display:block;
	text-decoration:none;
	background-image:url(../images/bullet_01.jpg);
	background-position: 8px 8px;
	background-repeat:no-repeat;
}
.producto li a:hover{
	color:#ed1c24;
	background-image:url(../images/bullet_01_hover.jpg);
}

/* PRODUCTO DETALLE  ---------------------*/
* html #producto_detalle {
   font-size:270px;
}
#producto_detalle{
	width:339px;
	height:301px;
	background-image:url(../images/producto_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#producto_detalle img{
	vertical-align:middle;
}
#producto_ampliar{
	position: relative;
	top:-290px;
	left:-160px;
	margin: 0 auto;
	padding: 0 0;
}
.producto_minis{
	float:left;
	padding:0px 1px 0px 0px;
	background-image: url(../images/productomini_bg.jpg);
	background-repeat: no-repeat;
	width: 84px;
	height: 75px;
	text-align: center;
}
.producto_minis img{
	border:none;
}
.volver{
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 15px;
	text-decoration:none;
	color:#fff;
	display:block;
	border-top:#1f1f1f solid 1px;
	background-image:url(../images/bullet_01.jpg);
	background-position:0px 13px;
	background-repeat:no-repeat;
}
a:hover.volver{
	color:#f00;
	background-image:url(../images/bullet_01_hover.jpg);
}
/* Ruta de Producto - Breadcrums */
#breadcrumbs {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	margin: 0px 0px 8px 0px;
}
#breadcrumbs a:hover {
	color:#f00;
}

/* PAGINADOR ----------------------------- */
#paginador{
	width:100%;
	margin:18px 0px 10px 0px;
	padding:0px;
	text-align:center;
}
#paginador a, #paginador a.seleccionado{
	margin:0px 2px 0px 2px;
	padding:2px 5px 2px 5px;
	color:#808080;
	text-decoration:none;
	border-color:#8c8c8c;
	border-width:1px;
	border-style:solid;
}
#paginador a.seleccionado{
	color:#fff;
	border-color:#b5b5b5;
	background-color:#3d3d3d;
}
#paginador a:hover{
	color:#fff;
}
#paginador a.prev{
	border:none;
	padding:0px 0px 0px 10px;
	background-image:url(../images/paginador_prev.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#paginador a.sig{
	border:none;
	padding:0px 10px 0px 0px;
	background-image:url(../images/paginador_sig.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* CARRO --------------------------------- */

.tabla_carro{
	font-size:11px;
}
.tabla_carro hr{
	border:#1f1f1f solid 1px;
}
.cantidad {
	width:18px;
	height: auto;
	font-weight:bold;
	color: #FFF;
}

/* FOOTER --------------------------------- */
#footer{
	width:960px;
	margin:40px auto 0px auto;
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:65px;
	padding:55px 0px 0px 20px;
	color:#919191;
	font-size:11px;
}
#footer p{
	margin:5px auto;
	padding:0px;
}
#footer a{
	color:#919191;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}

/* FORMULARIOS / LOGIN ---------------------------- */
.olvide{
	margin:0px;
	padding:10px 0px 8px 15px;
	text-decoration:none;
	color:#fff;
	display: inline-block;
	/*border-top:#1f1f1f solid 1px;*/
	background-image:url(../images/bullet_01.jpg);
	background-position:0px 13px;
	background-repeat:no-repeat;
}
a:hover.olvide{
	color:#f00;
	background-image:url(../images/bullet_01_hover.jpg);
}

input.submit{
	background:url(../images/submit_bg.jpg) repeat-x;
	background-position: center;
	color:#fff;
	width:auto;
	text-align: center;
	border: none;
}

form{
	margin:0px;
	padding:0px;
}

input{
	background-color:#000;
	color:#808080;
	border-color:#292929;
	border-width:1px;
	border-style:solid;
	font-size:12px;
	width:190px;
	margin:3px 0px 5px 0px;
	padding:3px;
	font-size:1.2em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-radius: 3px 6px 8px 10px;
	-moz-border-radius: 3px 6px 8px 10px;
	-webkit-border-radius: 3px 6px 8px 10px;
}

#submit2 {
	background-color: #C00;
	color: #000;
}

#submit2:hover {
	background-color: #09F;
	color: #FFF;
}

.campos input {
	background-color:#000;
	color:#808080;
	border-color:#292929;
	border-width:1px;
	border-style:solid;
	font-size:12px;
	width:170px;
	margin:3px 0px 5px 0px;
	padding:3px;
}

span.checkbox {
	width: 15px;
	height: 20px;
	padding: 0px 7px 0px 0px;
	background: url(../images/checkbox.jpg) no-repeat;
	background-position: 0px 0px;
	display: block;
	clear: left;
	float: left;
}
/*
span.radio {
	width: 16px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	background:url(../img/radio.png) no-repeat;
	display: inline-block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; 			/* With the padding included, the width is 190 pixels: the actual width of the image. 
	height: 22px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../img/select.gif) no-repeat;
	overflow: hidden;
}
*/
select {
	background-color:#000;
	color:#808080;
	border-color:#292929;
	border-width:1px;
	border-style:solid;
	font-size:12px;
	width:auto;
	margin:3px 0px 5px 0px;
	padding:3px;
	font-size:1.2em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	background-color:#000;
	color:#808080;
	border-color:#292929;
	border-width:1px;
	border-style:solid;
	font-size:1.2em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:220px;
	margin:3px 0px 5px 0px;
	padding:3px;
	height:85px;
}
.entrar, .buscar, .submit{
	width:auto;
	font-weight: bolder;
	font-size: 1em;
	cursor: pointer;
	text-transform:uppercase;
}


/*** set the width and height to match your images **/

#slideshow {
	margin: 0 auto;
	width:500px;
    position: relative;
    height:340px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}