#aclaracion_listadeproductos {
	background-color: #666;
	border: 1px solid #E5E5E5;
	position: relative;
	width: 702px;
	height: auto;
	float: left;
	color: #E5E5E5;
	font-size: 10pt;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 4px;
}
* {
	outline:0;
	padding: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: none;
	background-color: #FFF;
	position: relative;
	z-index: 99999;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 12px;
}
input, textarea, select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.field {
	border:1px solid #E5E5E5;
	padding:2px;
	background-color: #E5E5E5;
}

a img {
	border:0;
}

a {
	color:#CCC;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	text-decoration: none;
	color: #C00;
}

.left, .alignleft { float:left; display:inline; }
.right, .alignright {
	float:right;
	display:inline;
}

.cl {
	font-size:0;
	line-height:0;
	clear:both;
	display:block;
	height:0px;
}

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

h1 {
	font-size:18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	margin-bottom: 2px;
	margin-top: 7px;
}
h2 {
	font-size:14px;
	line-height:16px;
}
h3 { font-size:12px; line-height:14px; text-transform: uppercase; color:#000; }
h4 {
	font-size:12px;
	line-height:14px;
	text-transform: uppercase;
	color:#000;
	margin: 0px;
}


h1#logo {
	font-size:0;
	line-height:0;
	width:283px;
	height:57px;
	float:left;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 5px;
}
h1#logo a{
	display:block;
	height:57px;
	text-indent: -4000px;
	background-image: url(../imagenes/logo.png);
}
.shell {
	width:980px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
}

#header {
	position:relative;
	visibility: visible;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#navigation { float:right; white-space:nowrap; }
#navigation ul{ list-style-type: none; height:64px; font-weight: bold; float:left;}
#navigation ul li{ float:left; display:inline; }
#navigation ul li a{
	float:left;
	height:64px;
	line-height:64px;
	text-decoration: none;
	color:#E5E5E5;
	padding:0 15px;
}
#navigation ul li a.active,
#navigation ul li a:hover{
	background:#fff;
	color:#C00;
}

#cart {
	float:right;
	top:0;
	right:0;
	color:#fff;
	white-space:nowrap;
	text-align: right;
	padding-top: 52px;
	padding-right: 3px;
}
#cart img{
	margin-left: 10px;
}

#sidebar {
	float:left;
	width:226px;
	padding-top: 0px;
}
#banner_colegial {
	float:left;
	width:959px;
	height: 378px;
	background-image: url(../colegial/img/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border:1px solid #E5E5E5;
}
#banner_merchandising {
	float:left;
	width:959px;
	height: 378px;
	background-image: url(../merchandising/img/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border:1px solid #E5E5E5;
}
#banner_trabajo {
	float:left;
	width:959px;
	height: 378px;
	background-image: url(../ropa_de_trabajo/img/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border:1px solid #E5E5E5;
}
#banner_bordados {
	float:left;
	width:959px;
	height: 378px;
	background-image: url(../bordados/img/banner-bordados.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border:1px solid #E5E5E5;
}
#banner_golf {
	float:left;
	width:959px;
	height: 378px;
	background-image: url(../golf/img/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border:1px solid #E5E5E5;
}
#banner_sport {
	float:left;
	width:959px;
	height: 378px;
	background-image: url(../sport/img/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border:1px solid #E5E5E5;
}
#menubanner_golf {
	list-style-type: none;
	width: 236px;
	padding-right: 20px;
	margin-top: 110px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#menubanner_golf li {
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
}
#menubanner_golf li a {
	display:block;
	padding-left: 35px;
	text-decoration:none;
	color:#FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menubanner_golf li a:hover {
	color:#333;
	background-image: url(../imagenes/selec_menubanner.png);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	float:left;
	width:100%;
}
#content2columnas {
	float:right;
	width:724px;
	position: relative;
}
#contenttexto {
	float:left;
	width:100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#main { padding:10px 0 0 0; }

.box {
	padding:1px;
	border:1px solid #E5E5E5;
	margin-bottom:10px;
	background-color: #FFF;
}
.box h2{
	color:#333;
	font-weight: bolder;
	position:relative;
	height:27px;
	line-height:27px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.box h2 span{
	position:absolute;
	width:10px;
	height:5px;
	top:28px;
	right:18px;
	font-size:0;
	line-height:0;
	padding: 0px;
}
.box-content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: -5px;
}
.box-content li{
	list-style-type: none;
	border: 0px dotted #D4D0C8;
}
.box-content_contacto {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: -5px;
}
.categories {
	min-height:398px;
}
.categories ul {
	list-style-type: none;
	font-size:13px;
}
.categories ul li{
	padding:5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.categories ul li.last{ border-bottom:0; padding-bottom:0;}
.categories ul li.lastactual{ border-bottom:0;background-color: #E5E5E5;
	color: #333;}
.categories ul li.actual{
	background-color: #E5E5E5;
	color: #333;
}
.categories ul li a{
	color:#5f5f5f;
	text-decoration: none;
	background:url(images/cat.gif) no-repeat 0 4px;
	padding-left:15px;
}
.categories ul li a:hover{
	color:#8b0000;
}

a.bul { background:url(../imagenes/bul.gif) no-repeat 0 center; padding-left:10px;}

#slider { height:252px; position:relative; overflow:hidden; }
#slider-holder { width:720px; height:252px; position:relative; overflow:hidden; }
#slider-holder .jcarousel-clip{ width:720px; height:252px; position:relative; overflow:hidden; }
#slider-holder ul{
	width:720px;
	height:252px;
	position:relative;
	overflow:hidden;
	list-style-type: none;
	margin: 0px;
}
#slider-holder ul li{ width:720px; height:252px; position:relative; overflow:hidden; float:left; }

#slider-nav { position:absolute; top:231px; left:644px; z-index:2;}
#slider-nav a{
	font-size:0;
	line-height:0;
	text-indent: -4000px;
	width:10px;
	height:10px;
	border:1px solid #C00;
	float:left;
	margin-right:5px;
	background-color: #C00;
}
#slider-nav a:hover,
#slider-nav a.active { background:#fff;}

/*menu secundario hombre mujer niño*/
.menusecundario {
}
.menusecundario ul{
	list-style-type: none;
	margin-top: 0px;
}
.menusecundario ul li{
	position:relative;
	border:1px solid #E5E5E5;
	float:left;
	width:233px;
	margin-right:6px;
	overflow:visible;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 383px;
}
.menusecundario ul li.last{
	float: right;
	margin: 0px;
}

.menusecundario ul li.lastinicio{
	float: right;
	margin: 0px;
	width: 476px;
}

.menusecundario-info{
	position:absolute;
	top:310px;
	left:0;
}
.menusecundario-info h4{ font-weight: normal;}
.menusecundario-info p{
	font-size:16px;
	line-height:5px;
	text-transform: uppercase;
	font-weight: bold;
	color:#FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.menusecundario-info .menusecundario-desc{
	width:166px;
	background-color: #C00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.menusecundario-info .menusecundario-desc-diferente{
	width:166px;
	background-color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.menusecundario-info .menusecundario-desc-diferente-inicio{
	width:268px;
	background-color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.price {
	display:block;
	font-size:21px;
	color:#C00;
	line-height:23px;
}
/*fin menu secundario*/
/*Producto individual sin alternativas*/
.productosa {
	position: relative;
	width: 400px;
	float: left;
	height: 400px;
}
.productosa ul{
	list-style-type: none;
}
.productosa ul li{
	position:relative;
	border:1px solid #E5E5E5;
	float:left;
	width:400px;
	margin-right:6px;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 400px;
}
.productosa .inform{
	margin: 0px;
	float: right;
	width: 304px;
	padding-right: 5px;
	padding-left: 5px;
}

.producto-info{
	position:absolute;
	width:153px;
	top:250px;
	left:0;
}
.producto-info h3{
	color:#fff;
	padding:6px 10px;
	background-color: #C00;
}
/*Producto individual*/
.producto {
	position: relative;
	width: 400px;
	float: left;
	min-height: 505px;
}
.producto ul{
	list-style-type: none;
}
.producto ul li{
	position:relative;
	border:1px solid #E5E5E5;
	float:left;
	width:400px;
	margin-right:2px;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 400px;
}
.producto .inform{
	margin: 0px;
	float: right;
	width: 304px;
	padding-right: 5px;
	padding-left: 5px;
}

.producto-info{
	position:absolute;
	width:153px;
	top:250px;
	left:0;
}
.producto-info h3{
	color:#fff;
	padding:6px 10px;
	background-color: #C00;
}
.menusecundario-info h4{
	font-weight: normal;
	color: #D5D5D5;
}
.producto-info p{ font-size:16px; line-height:18px; text-transform: uppercase; font-weight: bold; color:#000; padding:5px 0 7px 0;}
.producto-info .producto-desc{ padding:10px; background:url(../imagenes/info.png); width:133px; }

/*fin producto*/
.products {
	padding-top: 0px;
}
.products ul{
	list-style-type: none;
	margin: 0px;
}
.products ul li{
	position:relative;
	border:1px solid #E5E5E5;
	float:left;
	width:235px;
	margin-right:6px;
	height:300px;
	overflow:visible;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.products ul li.last{
	margin: 0px;
	float: right;
}

.product-info{
	position:absolute;
	width:200px;
	top:240px;
	left:0;
	height: 40px;
}
.product-info h3{
	color:#fff;
	background-color: #C00;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}
.product-info p{
	color:#fff;
	background-color: #C00;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}
.product-info h4{
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
.product-info p{
	font-size:12px;
	line-height:0px;
	text-transform: none;
	font-weight: normal;
	color:#FFF;
	padding-top: 0px;
	padding-bottom: 15px;
}
.product-info .product-desc{
	background:url(../imagenes/info.png);
	width:133px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.side-full {
	position:relative;
	width: 960px;
}
.more-products {
	border:1px solid #E5E5E5;
	position:relative;
	height:114px;
	overflow:hidden;
	background-color: #FFF;
}
.more-products ul{
	list-style-type: none;
	height:94px;
	position:relative;
	overflow:hidden;
	width:805px;
	margin: 0px;
}
.more-products ul li{
	float:left;
	width:94px;
	height:94px;
	padding:0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.more-products ul li.last{ border-right:0; }

.more-products-holder { width:804px; height:94px; position:relative; overflow:hidden; top:10px; left:70px;}
.more-products-holder .jcarousel-clip{ width:804px; height:94px; position:relative; overflow:hidden; }

.more-nav { font-size:0; line-height:0;}
.more-nav a{ position:absolute; top:40px; left:0; width:30px; height:32px; text-indent: -4000px; z-index:3;}
.more-nav a.next{ background:url(../imagenes/next.gif); left:910px;}
.more-nav a.prev{ background:url(../imagenes/prev.gif); left:20px;}

.cols { padding:15px 0;}
.col { float:left; display:inline; width:217px; margin-right:30px;}
.col-last {
	margin-right:0;
	margin-top: 7px;
}

h3.ico {
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 30px;
}
h3.ico1 {
	background-image:url(../imagenes/ico1.gif);
	margin-bottom: 5px;
}
h3.ico2 {
	background-image:url(../imagenes/ico2.gif);
	margin-bottom: 5px;
}
h3.ico3 {
	background-image:url(../imagenes/ico3.gif);
	margin-bottom: 5px;
}
h3.ico4 {
	background-image:url(../imagenes/ico4.gif);
	margin-bottom: 0px;
}

#footer {
	white-space:nowrap;
	line-height:12px;
	color:#333;
	margin-top:10px;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: 30px;
}
#footer a{
	color:#333;
	text-decoration: none;
}
#footer a:hover{ color:#000;}
#footer span{ padding:0 2px;}

/*zoom*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus { outline: none; }
*{
	padding:0;
	position: static;
}
p, blockquote, dd, dt{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
fieldset {
	padding:0px;
}
fieldset legend{margin-left:15px;padding-left:3px;padding-right:3px;color:#333;}
dl dd{margin:0px;}
dl dt{}

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{
	display:block;
	margin-bottom: -10px;
}


ul#thumblist {
	display:block;
	margin-top: 0px;
	height: 98px;
}
ul#thumblist li{
	float:left;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	overflow: visible;
	height: 98px;
	width: 98px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
ul#thumblist li.last{
	margin-right:0px;
	float: right;
}
ul#thumblist li a{
	display:block;
	border:1px solid #E5E5E5;
	margin: 0px;
}
ul#thumblist li a.zoomThumbActive{
	border:1px solid #C00;
}

.jqzoom{
	text-decoration:none;
	float:left;
	position: relative;
}
#infoproducto {
	float: right;
	margin-top: 0px;
	width: 312px;
	margin-bottom: -25px;
	position: relative;
	margin-left: 10px;
	height: 100%;
	margin-right: 0px;
}

#infoproducto h1{
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #333;
}
#Container {
	height: 100%;
	width: 960px;
	border-collapse: collapse;
	margin: auto;
	padding-top: 0px;
	position: relative;
}
#Container_contacto {
	min-height: 457px;
	width: 960px;
	border-collapse: collapse;
	position: relative;
}
.info_contacto {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #333;
}
titulo_info_contacto {
	color: #CCC;
}
.tituloinfo_contacto {
	color: #aaa;
	font-size: 10px;
}
#header #Container #content2columnas h2 strong {
	line-height: 0px;
	position: absolute;
	margin-top: -4px;
}
.formulario_contacto {
	width: 435px;
	padding: 10px;
	min-height: 380px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mapa {
	float: right;
	width: 256px;
	position: relative;
	border: 1px solid #E5E5E5;
	height: 400px;
}
/*Contacto*/
#formulario_contacto fieldset {
	
	width: 300px;
	padding: 0 0 0 0;
	border: 0;
	
}

#formulario_contacto label {
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	
}

#formulario_contacto input[type=text], textarea {
	border: 1px solid #333;
	color: #333;
	font-family: inherit;
	font-size: inherit;
	padding: 3px;
	
}

#formulario_contacto input[type=text]:focus, textarea:focus {
	background-color: #E5E5E5;
	
}

#formulario_contacto input[type=submit] {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 100px;
	background-color: #C00;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 5px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		
}

#formulario_contacto input[type=submit]:hover {
	cursor: pointer;
	background-color: #C00;
}
.epigrafe {
	font-size: 24px;
	line-height: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.pcols_nosotros {
	float: left;
	width: 465px; /* 400/2 = 200 = 2 columnas ;) */
	margin-left:0px;
	margin-right: 15px;
	padding: 0px;
	margin-top: -10px;
}
.pcols_envio {
	float: left;
	width: 465px; /* 400/2 = 200 = 2 columnas ;) */
	margin-top: -10px;
	background-color: #F7F7F7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	border: 1px solid #E5E5E5;
}
.pcols_menu {
	float: left;
	width: 236px;
	margin-left:0px;
	margin-right: 0px;
	padding: 0px;
}
#opcion {
	width: 200px;
	position: absolute;
	top: 44px;
	left: 100px;
}
/*div para el nombre de los colores

#nombre_color {
	position: relative;
	float: left;
	padding-left: 65px;
	margin-top: -10px;
	top: -7px;
}

*/
.imagenborde {
	border: 1px solid #E5E5E5;	
}
.catalogo {
	height: 700px;
	width: 960px;
	float: left;
	margin-bottom: 10px;
}

#header #Container #content2columnas #infoproducto ul #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li strong a {
	color: #C00;
}
/*css barra inicio*/
div#feature_list {
	width: 958px;
	height: 369px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;
		}

		div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0;
	height: 369px;
	background-image: url(../imagenes/barra_inicio.png);
	background-repeat: repeat-y;
	padding: 0px;
		}

		ul#tabs {
	left: 0;
	z-index: 2;
	width: 266px;
		}

		ul#tabs li {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 16px;
		}
		
		ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
		}

		ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	outline: none;
	height: 60px;
	text-indent: 20px;
	line-height: 57px;
		}

		ul#tabs li a:hover {


		}

		ul#tabs li a.current {
	color: #FFF;
	background-image: url(../imagenes/barra_inicio_act.png);
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
	right: 0;
	width: 463px;
	height: 240px;
	position: relative;
		}

		ul#output li {
	position: absolute;
	width: 945px;
	height: 369px;
	left: -495px;
	top: 0px;
		}

		ul#output li a {
	position: absolute;
	bottom: 27px;
	right: -14px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	-moz-border-radius: 5px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
	text-align: right;
	float: right;
	background-color: #333;
	background-image: url(../imagenes/enviar.png);
	background-position: 12px center;
	background-repeat: no-repeat;
		}
		
		ul#output li a:hover {
	background-color: #C00;
		}
#header #Container #content .menusecundario ul li .menusecundario-info .menusecundario-desc p a {
	color: #FFF;
}
.dsñ_menuhorizontal {
	font-size: 11px;
	line-height: 13px;
}
#header #Container #contenttexto .pcols_envio #formulario table tr th {
	padding-right: 5px;
}
