/* ********************** Reset CSS *********************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------ Fin Reset CSS ------------------*/

body {
	background-image: url(imgs/fondo_09.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #FF0000;
}

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

td, tr {
	font-size: 9pt;
	color: #333333;
	clear: both;border:0px;margin:0px;padding:0px;
	/*height:12px;line-height:12px;*/
}
a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover {
	color: #0099CC;
}

/* agregado por friendlysoft originalmente para los links de los paginados de categorías de productos */
a.selected {
	color: #0099CC;
}

INPUT {
	font-size: 9px;
	color: #FF6600;
	border: 2px solid #CCCCCC;
	background-color: #F9F9F9;
	background-image: url(../imgs/fondo_titulos.jpg);
	background-repeat: repeat-x;
	background-position: center;
	/* height: 22px;*/
}

SELECT {
	font-size : 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #FF6600;
} 

textarea{
	font-size : 11px;
	color: #FF6600;
	border: 2px solid #CCCCCC;
	background-color: #F9F9F9;

}
a img {
border:none;
}

.txt-fecha {
	font-size: 9px;
	color: #999999;
}
.productos-tabla-nombre{
	background-color: #F8F8F8;
	height: 12px;
	/*padding-left: 5px;*/
	padding-right: 5px;
}

.productos-tabla-nombre a{
	color: #0099CC;
	font-size: 11px;
	font-weight: bold;
}
.productos-tabla-nombre a:hover{
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
.productos-tabla-nombre a:visited{
	color: #0099CC;
	font-size: 11px;
	font-weight: bold;
}

.productos-tabla-descripcion {
	font-size: 9px;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../imgs/fondo_degrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.productos-tabla-descripcion strong{
	color: #333333;
}
.productos-tabla-ver-mas{
	color: #333333;
	font-size: 10px;
	background-color: #EEEEEE;
	height: 14px;
	padding-left: 5px;
}
.productos-tabla-titulo{
	color: #FFFFFF;
	font-size: 10px;
	background-color: #006699;
	height: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.productos-tabla-codigo{
	color: #999999;
	font-size: 11px;
	background-color: #F4F4F4;
	height: 12px;
	font-weight: bold;
	/*padding-left: 5px;*/
	padding-right: 5px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: #EEEEEE solid 1px;
}
.productos-tabla-marca{
	color: #006699;
	font-size: 10px;
	background-color: #DFDFDF;
	height: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
/* ESPACIOS EN ALTO */
.espacio1, .espacio2, .espacio4, .espacio5, .espacio10, .espacio20 {clear: both;border:0px;margin:0px;padding:0px;}
.espacio1 {height:1px;line-height:1px;}
.espacio2 {height:2px;line-height:2px;}
.espacio4 {height:4px;line-height:4px;}
.espacio5 {height:5px;line-height:5px;}
.espacio10 {height:10px;line-height:10px;}
.espacio15 {height:20px;line-height:20px;}

/* ESPACIOS EN ANCHO */
.vertical1, .vertical5, .vertical10 {line-height:1px; height:1px; float:left; margin:0px; padding:0px;}
.vertical1 {width:1px;}
.vertical5 {width:5px;}
.vertical10 {width:10px;}

/* TEXTO */

.txt-titulo {
	font-size: 24px;
	color: #006699;
	letter-spacing: 0.1em;
	height: 30px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif, Verdana;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 10px;
	background-image: url(../imgs/fdo_titulo.gif);
	background-repeat: repeat-x;
}
.txt-camino {
	text-transform: uppercase;
	color: #999999;
	font-size: 9px;
	background-color: #EEEEEE;
	height: 12px;
}
.txt-intro {
	font-weight: bold;
	color: #006699;
}
.txt-titulo-productos {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	height: 66px;
	background-image: url(../imgs/fondo-para-productos.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
}
.txt-blanco {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 5px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	height: 66px;
	font-weight: bold;
	vertical-align: middle;
}
.txt-subtitulo {
	font-weight: bold;
	color: #006699;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #EEEEEE;
	height: 25px;
	vertical-align: middle;
	padding-left: 10px;
	background-image: url(../imgs/fdo_titulo.gif);
	background-repeat: repeat-x;
}
.txt-subtitulo-productos {
	font-weight: bold;
	color: #006699;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #EEEEEE;
	height: 25px;
	vertical-align: middle;
	background-image: url(../imgs/flecha_link_azul.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
.txt-paginacion {
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 10px;
	background-image: url(../imgs/fdo_titulo.gif);
	background-repeat: repeat-x;
}

.txt-paginacion a.selected {
	color:#0099CC;
}

.pie {
	font-size: 7pt;
	color: #999999;
	height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.pie a:link, .pie a:visited, .pie a:active {
	color: #999999;
}
.pie a:hover {
	color: #FF0000;
}
.pie-datos {
	font-size:11px
}

.links-menu-encendido:link, .links-menu-encendido:visited, .links-menu-encendido:active {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: 0.12em;*/
	display: block;
	color: #FF0000;
	/* background-color: #EEEEEE; */
	height: 22px;
/*	width: 178px;*/
	/*padding-left: 12px;*/
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-image: url(../imgs/link_fondo.gif);
	background-repeat: no-repeat;
}

.links-submenu:link, .links-submenu:visited, .links-submenu:active {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: 0.12em;*/
	display: block;
	color: #006699;
	/* background-color: #EEEEEE; */
	height: 13px;
/*	width: 178px;*/
	padding-left: 12px;
	/*padding-top: 2px;*/
	background-image: url(../imgs/flecha_link1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.links-submenu:hover {
	color: #FF6600;
}

.links-productos:link, .links-productos:visited, .links-productos:active {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: 0.12em;*/
	display: block;
	color: #006699;
	/* background-color: #EEEEEE; */
	/*height: 13px;*/
/*	width: 178px;*/
	padding-left: 12px;
	/*padding-top: 2px;*/
	background-image: url(../imgs/flecha_link1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EEEEEE;
}
.links-productos:hover {
	color: #FF6600;
}


.links-mapa:link, .links-mapa:visited, .links-mapa:active {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: 0.12em;*/
	display: block;
	color: #000000;
	/* background-color: #EEEEEE; */
	height: 22px;
/*	width: 178px;*/
	/*padding-left: 12px;*/
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.links-mapa:hover {
	color: #FF0000;
	/*background-color: #EEEEEE;*/
	/*height: 18px;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	/*padding-top: 10px;*/
}

.links-mapa1:link, .links-mapa1:visited, .links-mapa1:active {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: 0.12em;*/
	display: block;
	color: #000000;
	 background-color: #EEEEEE; 
	height: 22px;
	width: 100%;
	/*padding-left: 12px;*/
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.links-mapa1:hover {
	color: #FF0000;
	/*background-color: #EEEEEE;*/
	/*height: 18px;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	/*padding-top: 10px;*/
}

.input-login {
	color: #999999;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
}
.input-buscador {
	color: #FF6600;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.input-boton-login {
	color: #999999;
	background-color: #CCCCCC;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.input-boton-buscador {
	color: #006699;
	background-color: #0099CC;
	width: 52px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}
.fondoIzq {
	background-color: #86CBE8;
	width: 124px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	background-image: url(../imgs/fondoIzqArriba.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.td-caja {
	background-image:url(../imgs/fondo_caja.jpg);
	background-repeat:repeat-y;
	padding: 5px;
}


.td-img-ampliada {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.txt-titulo-caja {
	text-transform: uppercase;
	color: #006699;
	background-color: #EEEEEE;
}
#ventana-productos {
	overflow: auto;
	height: 447px;
	width: 520px;
}
.v-titulo {
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
}
.v-marca {
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	width: 225px;
}
.v-codigo {
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	height: 20px;
	vertical-align: middle;
	padding-left: 5px;
}
.v-descripcion {
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
.borde-tabla {
	border: 1px solid #666666;
}
.separador-vertical {
	background-image: url(../imgs/separador_vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.separador-horizontal {
	background-image: url(../imgs/separador_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.icono {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	text-align: left;
}
.txt-resaltar {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FF3300;
}

/* ************************* DIV´S ********************** */

#contenedor {
	text-align:center;
	width:100%;
	/*height:auto;*/
	padding-top:10px;
	padding-bottom:10px;
}

#pagina {
	border: 1px solid #990000;
	width:960px;
	position: relative;
	background-color:#FFFFFF;
	text-align:left;
	clear: both;
	margin: auto;
	padding:10px;
}

#cabecera {
	width: 960px;
	text-align:left;
	vertical-align:top;
	clear: both;
	margin: auto;
	margin-bottom:10px;
}

#columnaizquierda {
	position:relative;
	/*top: 170px;*/
	/*left:10px;*/
	width:170px;
	float:left;
	color:#666666;
	text-align:left;
	/*clear: right;*/
	/*margin: auto;*/
	font-size:9px;
	margin-bottom:10px;
	margin-right:10px;
}

#columnaizquierda h1{
	/*letter-spacing:-1px;*/
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	height: 20px;
	text-transform: uppercase;
	padding-top:6px;
}

#columnaizquierda a img{
	margin-right:2px;
	vertical-align:middle;
}

#columnaizquierda a:link, #columnaizquierda a:active, #columnaizquierda a:visited {
	display:block;
	width: 170px;
	text-align:left;
	height:35px;
	border-bottom: #EEEEEE solid 1px;
	text-transform:uppercase;
	color:#0099CC;
}

#columnaizquierda a:hover {
	color:#FF0000;
}

#columnaderecha {
	width:170px;
	float:right;
	color:#666666;
	text-align:left;
	margin: auto;
}

#cuerpo {
	color:#333333;
	font-size:90%;
	line-height:120%;
	/*left: 180px;*/
	float: left;
	position: relative;
	/*clear: both;*/
	margin: auto;
	/*margin-left:180px;*/
	margin-bottom:20px;
	width:600px;
	vertical-align:top;
}

#cuerpo p, #columnaderecha p {
	margin-bottom:10px;
}

#cuerpo h1 {
	font-size: 24px;
	color: #FF0000;
	letter-spacing: 0.1em;
	height: 30px;
	display:block;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif, Verdana;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 10px;
	background-image: url(../imgs/fdo_titulo.gif);
	background-repeat: repeat-x;
	margin-bottom:5px;
}	

#cuerpo h2 {
	font-weight: bold;
	color: #006699;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	height: 25px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../imgs/fdo_titulo.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-bottom:5px;
}

#cuerpo h3 {
	color: #006699;
	line-height: 120%;
}

#cuerpo ul, #cuerpo ol {
	margin-left:10px;
	list-style: square;
}

#cuerpo input {
	width:180px;
}

#productos {
	float:left;
	clear: both;
	margin: auto;
	/*width:580px;*/
	background-color:#FFFFFF;
}

#productos ul {
	list-style:none;
	margin:0;
	padding:0;
}

#productos li {
	margin-top:5px;
}

#pie {
	position:relative;
	width: 960px;
	height:96px;
	clear: both;
	margin: auto;
	color:#FFFFFF;
	text-align:center;
	font-size: 90%;
	background-image:url(../imgs/fdo_pie.gif);
	background-repeat:no-repeat;
	padding-top:7px;
	line-height:125%;
}

#pie a {
	color: #FFFFFF;
}

#pie a:hover {
	color: #FFFF00;
}

#creditos {
	font-size:10px;
	color: #FFFFFF;
	width:960px;
	position: relative;
	clear: both;
	margin: auto;
	text-align:right;
	margin-top:2px;
	margin-bottom:2px;
}

#creditos a:link, #creditos a:visited, #creditos a:active {
	color: #FFFFFF;
}

#creditos a:hover {
	color: #FF0000;
	background-color:#FFFFFF;
}
