@charset "UTF-8";
/* CSS Document */
@font-face {
 font-family: NarrowBold;
 src: url("arial-narrow-bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: NarrowBold;
 src: url("arial-narrow-bold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: NarrowReg;
 src: url("arial-narrow-regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: NarrowReg;
 src: url("arial-narrow-regular.ttf") /* TTF file for CSS3 browsers */
}

.listado_titulo{
	background:url(images/listado_titulo_fondo.jpg) center no-repeat;
	height:31px;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	color:#FFF;
	font-size:18px;
}

h1 {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2 {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.error1 {
	color:#FF9D00;
}

.recuadrologo {
	position:relative; 
	width:188px; 
	height:161px; 
	margin-left:1px;
	margin-bottom:4px;
	display:inline-block;
}

.recuadro1 {
	position:relative; 
	width:188px; 
	height:161px; 
	border:#074C97 2px solid; 
	margin-left:1px;
	margin-bottom:4px;
	display:inline-block;
}

.recuadro1_fondo_titulo {
	background:#074C97;
	height:30px;
	text-align:center;
}

.recuadro1_fondo_imagen {
	display:block;
	height:131px;
	background:#FFF;
}

.recuadro1_titulo {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#FFF;
	font-size:12px;
	display:block;
	line-height:14px;
}

.recuadro2 {
	position:relative; 
	width:219px; 
	height:265px; 
	border:#074C97 2px solid; 
	margin-top:20px;
	margin-left:20px;
	display:inline-block;
}

.recuadro2_fondo_titulo {
	background:#074C97;
	height:22px;
	text-align:center;
}

.recuadro2_titulo {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#FFF;
	font-size:12px;
	display:block;
	line-height:12px;
}

.recuadro2_fondo_imagen {
	display:block;
	height:140px;
	background:#FFF;
}

.recuadro2_fondo_nombre {
	border-top:#074C97 6px solid;
	background:#002B51;
	height:34px;
	text-align:center;
}

.recuadro2_nombre {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#FFF;
	font-size:12px;
	display:block;
	line-height:14px;
	letter-spacing:normal;
}

.recuadro2_fondo_color {
	background:#074C97;
	height:34px;
	text-align:center;
}

.recuadro2_precio {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#FFF;
	font-size:20px;
	line-height:20px;
	letter-spacing:normal;
}

.recuadro2_precio span {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#FFF;
	font-size:8px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:normal;
}

.recuadro3_fondo_color {
	border-top:#002B51 1px solid;
	background:#074C97;
	height:29px;
	text-align:center;
}

.recuadro3_texto {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#FFF;
	font-size:8px;
	line-height:10px;
	font-weight:bold;
	letter-spacing:normal;
}


.tabla_producto h2 {
	color:#074C97;
	margin:0px;
	padding:0px;
	font-size:24px;
}

.tabla_producto h1 {
	color:#074C97;
	margin:0px;
	padding:0px;
	font-size:20px;
}

.tabla_producto p {
	color:#074C97;
	margin:0px;
	padding:0px;
	font-size:28px;
}

.tabla_producto span {
	color:#074C97;
	margin:0px;
	padding:0px;
	font-size:18px;
}

.tabla_producto .prod_imagen {
	width:50%;
	text-align:center;
}

.tabla_producto .prod_imagen img {
	background:#FFF;
	border:4px solid #074C97;
}

.texto_agregarA {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#074C97;
	font-size:8px;
	line-height:10px;
	font-weight:bold;
	letter-spacing:normal;
}

.imagenes_home {
	width:100%;
	height:120px;
	overflow:hidden;
}

.imagenes_home img{position:absolute;z-index:1; left:1px;}
.imagenes_home img.active{z-index:3}


body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	top:0px;
	margin-top:0px;
	font-size:14px;
}

#bannerp {
	position:relative;
	top:10px;
	width:180px;
}

#bannerf {
	position:relative;
	top:22px;
	width:180px;
	height:156px;
	overflow:hidden;
}

#bannerf img{position:absolute;z-index:1}
#bannerf img.active{z-index:3}

.input_buscar {
	background:url(images/fondo_input_buscar.png) no-repeat center;
	width:133px;
	height:17px;
	border:0px;
	padding-left:10px;
	font-size:10px;
	color:#999;
}

a.boton_buscar {
	width:47px;
	height:14px;
	display:block;
	background:url(images/fondo_boton_buscar.png) center no-repeat;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a.boton_buscar:hover {
	background:url(images/fondo_boton_buscar_over.png) center no-repeat;
}

a.boton_facebook {
	width:34px;
	height:30px;
	display:block;
	background:url(images/facebook.png) no-repeat center;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a.boton_facebook:hover {
	background:url(images/facebook_over.png) center no-repeat;
}

a.boton_youtube {
	width:34px;
	height:30px;
	display:block;
	background:url(images/youtube.png) no-repeat center;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a.boton_youtube:hover {
	background:url(images/youtube_over.png) center no-repeat;
}

a.boton_contacto {
	width:34px;
	height:30px;
	display:block;
	background:url(images/contacto.png) no-repeat center;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a.boton_contacto:hover {
	background:url(images/contacto_over.png) center no-repeat;
}

a.boton_garcimaq {
	width: 40px;
	height: 40px;
	display:block;
	background:url(images/garcimaq-logo.png) no-repeat center;
	background-size: cover;
}

a.boton_garcimaq:hover {
	background:url(images/garcimaq-logo-over.png) center no-repeat;
	background-size: cover;
}

a.boton_tecnilam {
	width: 102px;
	height: 40px;
	display:block;
	background:url(images/tecnilam-logo.jpg) no-repeat center;
	background-size: cover;
	margin-right: 20px;
}

a.boton_tecnilam:hover {
	background:url(images/tecnilam-logo-over.jpg) center no-repeat;
	background-size: cover;
}

a.boton_garzo {
	width:34px;
	height:37px;
	display:block;
	background:url(images/garzo.png) no-repeat center;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a.boton_garzo:hover {
	background:url(images/garzo_over.png) center no-repeat;
}


.sup_izq {
	width:12px;
	height:12px;
	background:url(images/centro_1.png) no-repeat center;
}

.sup {
	width:100%;
	height:12px;
	display:block;
	background:url(images/centro_0.png) repeat-x center;
}

.sup_der {
	width:12px;
	height:12px;
	background:url(images/centro_2.png) no-repeat center;
}

.izq {
	width:12px;
	background:url(images/centro_0.png) repeat-y center;
}

.cen {
	width:100%;
	min-height:572px;
	display:block;
	background:url(images/centro_0.png) repeat center;
}

.der {
	width:12px;
	background:url(images/centro_0.png) repeat-y center;
}

.inf_izq {
	width:12px;
	height:12px;
	background:url(images/centro_4.png) no-repeat center;
}

.inf {
	width:100%;
	height:12px;
	display:block;
	background:url(images/centro_0.png) repeat-x center;
}

.inf_der {
	width:12px;
	height:12px;
	background:url(images/centro_3.png) no-repeat center;
}











#wrapper {
	width:99%; 
	height:100%; 
	background:url(img/centro_fondo.png) center top repeat; 
	display:block; 
	position:absolute;
	top:0px;
	margin-top:0px;
}


h2 a {
	font-family: swz911xc, Verdana, Arial, sans-serif;
	font-size:34px;
	letter-spacing:1px;
	color:#FF7F00;
	margin:0px;
	font-weight:lighter;
	text-decoration:none;
}

h3 {
	font-family: swz911xc, Verdana, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: lighter;
}

h3 a {
	letter-spacing:1px;
	color:#FF7F00;
	font-weight:lighter;
	text-decoration:none;
	font-size:20px;
}

h3 a:hover {
	color:#FFFFFF;
}

a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}

a.link_submenu {
	font-size: 14px;
	color: #FF7F00;
	margin: 0px;
	font-weight: bold;
	text-decoration:none;
}

a.link_submenu:hover {
	text-decoration:underline;
}

#wrapper-encabezado {
	width:100%; 
	height:137px; 
	background:url(img/encabezado_fondo.jpg) center top repeat-x;
	top:0px;
	margin-top:0px;
	position:relative;
}

#menu-wrapper {
	float:right;
	position:relative;
	top:9px;
	right:25px;
}

#menu {
	font-family: swz911xc, Verdana, Arial, sans-serif;
	list-style:none;
	padding:0px;
	margin:0px;
	letter-spacing:1px;
	padding-top:2px;
}

#menu li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

#menu li a {
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}

#menu li a:hover {
	background-color: #FFA904;
}

/*
#sociales {
	font-family: swz911xc, Verdana, Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	position:relative;
	top:68px;
	left:580px;
	width:70px;
	height:27px;
}
*/
a.facebook {
	display:block;
	width:27px;
	height:27px;
	background:url(img/facebook.png) no-repeat center;
}

a.facebook:hover {
	background:url(img/facebook_over.png) no-repeat center;
}

a.youtube {
	display:block;
	width:27px;
	height:27px;
	background:url(img/youtube.png) no-repeat center;
}

a.youtube:hover {
	background:url(img/youtube_over.png) no-repeat center;
}

#servicio_express {
	background:url(img/servicio_express.png) no-repeat center;
	width:235px;
	height:75px;
	display:block;
	text-align:left;
	position:relative;
}

#servicio_express span {
	position:relative;
	display:block;
	top:45px;
	left:80px;
	font-size:10px;
}

#reconocimientos {
	background:url(img/reconocimientos.png) no-repeat center;
	width:240px;
	height:87px;
	display:block;
	text-align:right;
	position:relative;
}

#reconocimientos span {
	position:relative;
	display:block;
	top:45px;
	left:-85px;
	font-size:10px;
}

.titulo1 {
	font-family: swz911xc, Verdana, Arial, sans-serif;
	font-size:50px;
	letter-spacing:1px;
	color:#FF7F00;
	font-weight:lighter;
}

.texto1 {
	font-size:11px;
}


/* --------------- BOTONES --------------- */

.button, .button:visited { /* botones genéricos */
	font-family:Arial, Helvetica, sans-serif;
	background: #222 url(images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor:pointer;
}


.button:hover { /* el efecto hover */
background-color: #111;
color: #FFF;
}

.button:active{ /* el efecto click */
top: 1px;
}

/* botones pequeños */
.small.button, .small.button:visited {
font-size: 11px ;
}

/* botones medianos */
.button, .button:visited,.medium.button, .medium.button:visited {
font-size: 13px;
font-weight: bold;
line-height: 1;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

/* botones grandes */
.large.button, .large.button:visited {
font-size:14px;
padding: 8px 14px 9px;
}

/* botones extra grandes */
.super.button, .super.button:visited {
font-size: 24px;
padding: 8px 14px 9px;
}

.rosa.button { background-color: #E22092; }
.rosa.button:hover{ background-color: #C81E82; }

.verde.button, .green.button:visited { background-color: #34A649; }
.verde.button:hover{
	background-color: #257D2E;
}

.rojo.button, .red.button:visited { background-color: #E62727; }
.rojo.button:hover{ background-color: #CF2525; }

.naranja.button, .orange.button:visited { background-color: #FF5C00; }
.naranja.button:hover{ background-color: #D45500; }

.azul.button, .blue.button:visited { background-color: #2981E4; }
.azul.button:hover{ background-color: #2575CF; }

.amarillo.button, .yellow.button:visited { background-color: #FFB515; }
.amarillo.button:hover{ background-color: #FC9200; }

/* --------------- BOTONES --------------- */

/*  -------------TAB -------------------- */

#tabs { padding: 0; }
#tabs li { display: inline; }
#tabs li a { padding: 10px; float:left; border-left: 1px solid #FF7F00; border-right: 1px solid #FF7F00; border-bottom: none; text-decoration: none; color: #ef7c22; font-weight: bold; font-size:10px; }
#tabs li.active a {
	background: #000;
	text-decoration:underline;
}
.content{
float: left;
clear: both;
border: 1px solid #FF7F00;
background: #000;
border-top: none;
padding: 20px 20px 20px;
width: 560px;
}

.div_enviar {
	position:relative;
	display:block;
	width:400px;
	border:1px solid #FF7F00;
	color:#000;
	background-color:#666;
}
/*  -------------TAB -------------------- */


.error2 {
	color:#F00;
	font-size:12px;
}

#div-tupedido, #div-total {
	display:inline;
}

.pedido {
	font-size:10px;
}


.ventanita {
	background-color:#000;
}

.ventanita th {
	color:#FF7F00;
	font-size:12px;
	text-align:center;
	border-bottom:#ef7c22 1px solid;
}

.ventanita td {
	color:#FFF;
	font-size:12px;
}

.ventanita td span {
	color:#FF7F00;
	font-size:14px;
	font-weight:bold;
}

.ventanita a {
	color:#FF7F00;
}

.ventanita a:hover {
	text-decoration:none;
}

#new_producto_wrapper {
	position:relative;
	width:820px;
	height:600px;
}

#brd-crumbs {
	background:url(images/listado_titulo_fondo.jpg) center no-repeat;
	width:820px;
	height:31px;
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	color:#FFF;
	font-size:18px;
}

.horizontal-list {
	list-style:none;
	padding:0px;
	margin:0px;
	position:relative;
	display:inline;
}

.bcrumb-1 {
	display:inline;
	text-transform:uppercase;
	float:left;
	padding-left:25px;
	padding-top:2px;
}

.bcrumb-2 {
	display:inline;
	text-transform:uppercase;
	float:right;
	padding-right:25px;
	padding-top:2px;
}

#new_div_imagen {
	position:absolute;
	left:10px;
	top:50px;
	width:390px;
}

#new_div_imagen img {
	border:#074C97 4px solid; 
}

#new_div_datos {
	position:absolute;
	left:410px;
	width:410px;
	text-align:left;
	top:70px;
}


#new_codigo {
	color:#074C97;
	font-size:24px;
	height:44px;
}

#new_nombre {
	color:#074C97;
	font-size:20px;
	height:44px;
}

#new_precio {
	color:#074C97;
	font-size:28px;
	height:64px;
}

#new_precio p{
	display:inline;
	margin:0px;
	padding:0px;
	font-size:18px;
}

#new_colores {
	color:#074C97;
	font-size:18px;
	height:44px;
}

#texto_agregarA {
	font-family: NarrowReg, Arial, Verdana, sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	color:#074C97;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	letter-spacing:normal;
	height:60px;
}

#new_regresar_listado {
	text-align:right;
	padding-right:15px;
}

.arriba_submenu {
	background:url(images/submenu_arriba.png) center no-repeat;
	height:12px;
}

.abajo_submenu {
	background:url(images/submenu_abajo.png) center no-repeat;
	height:12px;
}

.h1inicio {
	font-size:14px;
	color:#074C97;
	padding:15px;
}