/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/index.html */

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, 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;
}

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;
}

ol li { list-style: decimal }


/* FIN DEL RESET ******************************************** */


html, body {
	height: 100%;
}

body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial,Verdana, Geneva, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#000000;
	background-color:#CCCCCC;
	background-image:url(../img/fondo.png)
}

/* ELIMINA BORDE AZUL ENLACES ACTIVOS */

*:focus {
	outline: none;
	}

*::-moz-focus-inner {
	border: none;
	}


/* GENERALES */


#contenedor {
	width:1024px;
	background-color:#FFF;
	clear: both;
	margin:0 auto 0 auto; /* Centrado horizontal */
	position: relative;

}

.rojoDatos { padding-top:4px;}

.caja_formulario {
	border:1px dotted #A6B235;
	font-size:14px;
	padding:4px;
}



.botonCesta {

	padding-top:4px;
	padding-bottom:4px;
	padding-right:6px;
	font-size:16px;
	font-weight: bold;
	height:34px;
	background-color:#f0bdc1;
	border:0;
	border-left:8px solid #e6949a;
	-moz-border-radius: 3px; /* Firefox*/
	-ms-border-radius: 3px; /* IE 8.*/
	-webkit-border-radius: 3px; /* Safari,Chrome.*/
	border-radius: 3px; /* El estándar.*/

}

#cantidad { font-size:18px; }

.listadoCategorias {

	margin-left:45px;
	background-color:#000;
	color:#FFF;
	margin-bottom:12px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:10px;
	 width:100%;

}

.listadoCategorias a {
	padding-left:20px;
	color:#FFF;
	text-decoration:none;
	display:block;
}

.listadoSubCategorias {

	margin-left:45px;
	background-color:#464646;
	color:#FFF;
	margin-bottom:12px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:10px;
	 width:100%;

}

.listadoSubCategorias a {
	padding-left:20px;
	color:#FFF;
	text-decoration:none;
	display:block;
}


.cajaMarcas {
	margin-left:65px;
}

.cssRounded {
	-moz-border-radius: 6px; /* Firefox*/
	-ms-border-radius: 6px; /* IE 8.*/
	-webkit-border-radius: 6px; /* Safari,Chrome.*/
	border-radius: 6px; /* El estándar.*/
}

.cssRounded_3{
	-moz-border-radius: 3px; /* Firefox*/
	-ms-border-radius: 3px; /* IE 8.*/
	-webkit-border-radius: 3px; /* Safari,Chrome.*/
	border-radius: 3px; /* El estándar.*/
}

/* SISTEMA DE PAGINACIÓN */

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #ddd; */
	text-decoration: none;
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #a0a0a0; */
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #e0e0e0; */
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #f3f3f3; */
	color: #ccc;
}


/* BARRA DE SCROLL */


.flexcroll { color :#FFF; }

.flexcroll a { color:#FFF; text-decoration:none; }


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: white;
}

.vscrollerbar {
	width: 10px;
	background-color: black;
}

.hscrollerbase {
	height: 10px;
	background-color: white;
}

.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}





