/* SPRITES */
.boton {
	display: inline-block;
	vertical-align: middle;
	width: 90px; height: 21px; overflow: hidden:
	line-height: 24px;
	padding-top: 3px;
	text-align: center;
	font-size: 13px;
	font-family: tahoma;
	text-decoration: none;
	background: transparent none no-repeat 0 -84px;
	color: white;
}

a.boton {
	color: white;
}

.separador {
	display: block; clear: both;
	width: 300px; height: 10px;
	margin: 0 auto;
	background: transparent none no-repeat 0 -162px;
}

.circulo {
	display: inline-block;
	vertical-align: middle;
	width: 34px; height: 34px; overflow: hidden;
	margin: 0; padding: 0;
	line-height: 34px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background: transparent none no-repeat 0 -108px;
}

.circulo-chico {
	width: 20px; height: 20px;
	line-height: 20px;
	background-position: 0 -142px;
}

.boton:hover {
	color: #F0E957;
}

.boton-alto {
	height: 24px;
	line-height: 18px;
	padding-top: 6px;
	background-position: 0 -54px;
}

.boton-largo {
	width: 116px;
	background-position: 0 -30px;
}

.boton-alto-largo {
	background-position: 0 0;
}

.boton-extra {
	width: 156px;
	background-position: 0 -290px;
}

.boton-extra-alto {
	background-position: 0 -260px;
}

/* en naranja y rojo */
.boton, .separador, .circulo { background-image: url('../img/sprites/cristal/negro.png'); }
.boton-naranja, .separador-naranja, .circulo-naranja { background-image: url('../img/sprites/cristal/naranja.png'); }
.boton-rojo, .separador-rojo, .circulo-rojo { background-image: url('../img/sprites/cristal/rojo_oscuro.png'); }
/* en mate */
.boton-mate, .separador-mate, .circulo-mate { background-image: url('../img/sprites/mate/negro.png'); }
.boton-mate-naranja, .separador-mate-naranja, .circulo-mate-naranja { background-image: url('../img/sprites/mate/naranja.png'); }
.boton-mate-rojo, .separador-mate-rojo, .circulo-mate-rojo { background-image: url('../img/sprites/mate/rojo_oscuro.png'); }

.separador-espaciado {
	margin: 12px 0;
}

.separador-completo {
	padding-top: 5px; /* se resta el padding top al height */
	height: 29px; /* el height total es 34px; */
	background-position: 0 -182px;
	text-align: center;
}

.separador-superior {
	height: 22px;
	background-position: 0 -216px;
}

.separador-inferior {
	height: 22px;
	background-position: 0 -238px;
}

.separador-largo {
	width: 500px;
	background-position: 0 -172px;
}

/* SEPARADORES VERTICALES */
.separador_vertical {
	display: inline-block;
	width: 9px;
	height: 90px;
	background: transparent url('../img/separadores_verticales.png') no-repeat -33px 0;
}
.separador_vertical-naranja { background-position: -42px 0; }
.separador_vertical-rojo { background-position: -51px 0; }
/* SEPARADORES VERTICALES ANCHOS */
.separador_vertical-ancho { width: 11px; background-position: 0 0;}
.separador_vertical-ancho-naranja { background-position: -11px 0; }
.separador_vertical-ancho-rojo { background-position: -22px 0; }

/* FIN SPRITES */

/* ESTILO DE TABLAS */

.estilo {
	width: 556px;
	margin: 0 auto;
}

.estilo .head {
	min-height: 8px;
	vertical-align: top;
	background: transparent url('../img/estilo/tabla/negro/head.png') no-repeat 0 0;
	font-weight: bold;
	color: #FFF;
}

.estilo .body {
	background: transparent url('../img/estilo/tabla/negro/body.png') repeat-y 0 0;
	padding: 8px 19px;
}

.estilo .foot {
	height: 8px;
	background: transparent url('../img/estilo/tabla/negro/foot.png') no-repeat 0 0;
}

/* ESTILO NARANJA */
.estilo-naranja .head { background-image: url('../img/estilo/tabla/naranja/head.png'); }
.estilo-naranja .body { background-image: url('../img/estilo/tabla/naranja/body.png'); }
.estilo-naranja .foot { background-image: url('../img/estilo/tabla/naranja/foot.png'); }

/* ESTILO ROJO */
.estilo-rojo .head { background-image: url('../img/estilo/tabla/rojo/head.png'); }
.estilo-rojo .body { background-image: url('../img/estilo/tabla/rojo/body.png'); }
.estilo-rojo .foot { background-image: url('../img/estilo/tabla/rojo/foot.png'); }

/* ESTILO TAB */
.estilo .head-tab {
	height: 22px;
	padding-top: 8px;
	padding-left: 28px;
	background-image: url('../img/estilo/tabla/negro/tab.png');
}
.estilo-naranja .head-tab { background-image: url('../img/estilo/tabla/naranja/tab.png'); }
.estilo-rojo .head-tab { background-image: url('../img/estilo/tabla/rojo/tab.png'); }

/* ESTILO TAB LARGO */
.estilo .head-tab-largo { background-image: url('../img/estilo/tabla/negro/tab_largo.png'); }
.estilo-naranja .head-tab-largo { background-image: url('../img/estilo/tabla/naranja/tab_largo.png'); }
.estilo-rojo .head-tab-largo { background-image: url('../img/estilo/tabla/rojo/tab_largo.png'); }

/* ESTILO CAPTION */
.estilo .head-caption {
	height: 22px;
	padding-top: 8px;
	padding-left: 15px;
	background-image: url('../img/estilo/tabla/negro/caption.png');
}
.estilo-naranja .head-caption { background-image: url('../img/estilo/tabla/naranja/caption.png'); }
.estilo-rojo .head-caption { background-image: url('../img/estilo/tabla/rojo/caption.png'); }

.estilo .body table.tabla tbody tr th, .estilo .body table.tabla tbody tr td {
	padding: 3px;
}

.estilo .body table.tabla tbody tr th {
	text-align: left;
	padding-left: 5px;
}

.estilo .body table.tabla tbody tr.impar {
	background: #FBCDBD;
}

.estilo-negro .body table.tabla tbody tr.impar {
	background: #C5C5C5;
}

.estilo-box_180 {
	width: 180px;
	margin: 0 auto;
}

.estilo-box_180 .body {
	padding: 0 10px;
}

/* ESTILO BOX 180 NEGRO */
.estilo-box_180 .head { background-image: url('../img/estilo/box_180/negro/head.png'); }
.estilo-box_180 .body { background-image: url('../img/estilo/box_180/negro/body.png'); }
.estilo-box_180 .foot { background-image: url('../img/estilo/box_180/negro/foot.png'); }
/* ESTILO BOX 180 NARANJA */
.estilo-box_180-naranja .head { background-image: url('../img/estilo/box_180/naranja/head.png'); }
.estilo-box_180-naranja .body { background-image: url('../img/estilo/box_180/naranja/body.png'); }
.estilo-box_180-naranja .foot { background-image: url('../img/estilo/box_180/naranja/foot.png'); }
/* ESTILO BOX 180 ROJO */
.estilo-box_180-rojo .head { background-image: url('../img/estilo/box_180/rojo/head.png'); }
.estilo-box_180-rojo .body { background-image: url('../img/estilo/box_180/rojo/body.png'); }
.estilo-box_180-rojo .foot { background-image: url('../img/estilo/box_180/rojo/foot.png'); }
/* ESTILO BOX 180 CAPTION */
.estilo-box_180 .head-caption {
	height: 22px;
	padding: 0; padding-top: 6px;
	text-align: center;
	background-image: url('../img/estilo/box_180/negro/caption.png');
}
.estilo-box_180-naranja .head-caption { background-image: url('../img/estilo/box_180/naranja/caption.png'); }
.estilo-box_180-rojo .head-caption { background-image: url('../img/estilo/box_180/rojo/caption.png'); }

/* REDIMENSIONABLE */
.estilo-resizable .body {
	background: #FFF;
}
.estilo-resizable .top {
	padding: 0; margin: 0;
	height: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/top.png) repeat-x 0 0;
}
.estilo-resizable .right {
	padding: 0; margin: 0;
	width: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/right.png) repeat-y 0 0;
}
.estilo-resizable .bottom {
	padding: 0; margin: 0;
	height: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/bottom.png) repeat-x 0 0;
}
.estilo-resizable .left {
	padding: 0; margin: 0;
	width: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/left.png) repeat-y 0 0;
}
.estilo-resizable .top_left {
	padding: 0; margin: 0;
	width: 8px; height: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/top_left.png) no-repeat 0 0;
}
.estilo-resizable .top_right {
	padding: 0; margin: 0;
	width: 8px; height: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/top_right.png) no-repeat 0 0;
}
.estilo-resizable .bottom_left {
	padding: 0; margin: 0;
	width: 8px; height: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/bottom_left.png) no-repeat 0 0;
}
.estilo-resizable .bottom_right {
	padding: 0; margin: 0;
	width: 8px; height: 8px; overflow: hidden;
	background: transparent url(../img/estilo/resizable/negro/bottom_right.png) no-repeat 0 0;
}
/* resizable naranja */
.estilo-resizable-naranja .top { background-image: url(../img/estilo/resizable/naranja/top.png); }
.estilo-resizable-naranja .right { background-image: url(../img/estilo/resizable/naranja/right.png); }
.estilo-resizable-naranja .bottom { background-image: url(../img/estilo/resizable/naranja/bottom.png); }
.estilo-resizable-naranja .left { background-image: url(../img/estilo/resizable/naranja/left.png); }
.estilo-resizable-naranja .top_left { background-image: url(../img/estilo/resizable/naranja/top_left.png); }
.estilo-resizable-naranja .top_right { background-image: url(../img/estilo/resizable/naranja/top_right.png); }
.estilo-resizable-naranja .bottom_left { background-image: url(../img/estilo/resizable/naranja/bottom_left.png); }
.estilo-resizable-naranja .bottom_right { background-image: url(../img/estilo/resizable/naranja/bottom_right.png); }
/* resizable rojo */
.estilo-resizable-rojo .top { background-image: url(../img/estilo/resizable/rojo/top.png); }
.estilo-resizable-rojo .right { background-image: url(../img/estilo/resizable/rojo/right.png); }
.estilo-resizable-rojo .bottom { background-image: url(../img/estilo/resizable/rojo/bottom.png); }
.estilo-resizable-rojo .left { background-image: url(../img/estilo/resizable/rojo/left.png); }
.estilo-resizable-rojo .top_left { background-image: url(../img/estilo/resizable/rojo/top_left.png); }
.estilo-resizable-rojo .top_right { background-image: url(../img/estilo/resizable/rojo/top_right.png); }
.estilo-resizable-rojo .bottom_left { background-image: url(../img/estilo/resizable/rojo/bottom_left.png); }
.estilo-resizable-rojo .bottom_right { background-image: url(../img/estilo/resizable/rojo/bottom_right.png); }

/* ofertas */
.oferta-rojo { background-image: url(../img/ofertas/fondo_rojo_176x300.png); }
.oferta-naranja { background-image: url(../img/ofertas/fondo_naranja_176x300.png); }
