/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/* ---- COLORES ---- 
COLOR INSTITUCIONAL: #FF3399
COLOR INSTITUCIONAL oscuro: #9A205B
Gris oscuro: #333333
Gris claro: #999
Texto: #FFFFFF
*/

body {
	color: #FFFFFF;
	font: normal 0.7em/1.3em Verdana, Geneva, sans-serif;
	background: #333333;
}/* Siempre editar primero*/
a:focus {
	outline: 1px dotted invert;
}
a {
	text-decoration: none;
}
hr {
	clear: both;
	border: 0 #ccc solid;
	border-top-width: 1px;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.85em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.45em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.15em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: none;
}
li {
	margin-left: 0;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 12px;
}
img { -ms-interpolation-mode: bicubic; }  
.flotarLeft{
	float: left;
}
.flotarRight{
	float: right;
}
/* --- Estilos Texto --- */
a {
	color: #666;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font: normal 1.3em/1.4em Verdana, Geneva, sans-serif;
}
.ul_comun {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.ul_comun li {
		margin: 2px 0;
		padding: 0;
	}
.ul_comun ul{
	margin-left:30px;
}
.hrPunteado_0 {
	border: 0 dotted #ccc;
	border-bottom-width: 1px;
	line-height: 1px;
	margin: 0 0 8px 0;
}
.hrPunteado {
	border: 0 dotted #ccc;
	border-bottom-width: 1px;
	margin: 5px 0;
	padding: 10px 0;
}
.hrPunteado p{
	padding-right: 10px;
}
/* --- Productos --- */
.c_institucional{
	color: #FF3399;
}
.c_blanco{
	color: #FFF;
}
h3{
	font: normal 1.3em/1.4em "Century Gothic", Verdana, Geneva, sans-serif;
}
h2{
	font: normal 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
}
.prodDetalle{
	height: 130px;
}
.prodCaract{
	height: 190px;
	overflow: hidden;
}
.prodCaract span{
	position: absolute;
	bottom: 10px;
}
.prodDetalle h2, .prodCaract h2{
	padding-bottom: 3px;
}
.prodNovedad{
	height: 320px;
	overflow: hidden;
}
.prodImg{
	padding-left: 40px;
	overflow: hidden;
}
.titMayuscula{
	font-variant: small-caps;
}
/* --- Navegacion Principal --- */
.subHeaderCentro{
	height:60px;
}
.menuLinks {
	margin: 0;
	padding: 2px 0 0 30px;
	_padding: 2px 0 0 20px;
	height: 18px;
	_height: 15px;
}
	.menuLinks ul {
		float: right;
		margin: 0;
		padding: 0;
		color: #9BADAD;
		font-size: 0.9em;
	}
	.menuLinks ul li {
		float: left;
		margin: 0 0 0 5px;
	}
	.menuLinks ul li a {
		color: #9BADAD;
	}
	.menuLinks ul li a:hover {
		text-decoration: underline;
	}
.menuTop {
	padding: 0;
	float:none;
}
	.menuTop ul {
		text-align: center;
		width:940px;
		padding: 0 10px;
		height: 25px;
		color: #FFF;
		font-size: 1.1em;
		list-style: none;
		font: bold 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	}
	.menuTop ul li {
		display: inline-block;
		.display: inline;
		margin: 0 0 0 1px;
		padding: 0 3px;
		height: 25px;
	}
	.menuTop ul li a {
		cursor: pointer;
		display:inline-block;
		height: 25px;
		color: #FFF;
		text-align:center;
	}
	.menuTop ul li a p{
		display:inline-block;
		_display: inline;
		height: 25px;
		text-align:center;
		padding-top: 5px;
	}
	.menuTop ul li span{
		display:inline;
		height: 25px;
		padding:0;
		margin:0;
		color: #FFF;
		text-align:center;
	}
	.menuTop ul li a:hover, .menuTop ul li a.current {
		background-position: bottom;
		text-decoration: none;
		color:#999;
	}
	.menuTop ul.test {
		height:auto;
	}
	.menuTop * .linkExt a { /* 22.11.11 */
		color:#FF3399;
	}
#menuIndex ul li a {
	display:inline-block;
	width: 178px;
	height: 89px;
	background-position: top;
	background-repeat: no-repeat;
	font: bold 1em/1.1em "Century Gothic", Verdana, Geneva, sans-serif;
	color: #FF3399;
}
	#menuIndex ul li a p{
		padding:59px 0 0 10px;
		text-align:left;
	}
	#menuIndex ul li a:hover, #menuIndex ul li a.current {
		background-position: bottom;
		text-decoration: none;
	}
	#btn_agenda a {
		background: url(../images/btn_agenda.jpg);
	}
	#btn_bolsos a {
		background: url(../images/btn_bolsos.jpg);
	}
	#btn_marroquineria a {
		background: url(../images/btn_marroquineria.jpg);
	}
	#btn_merchandising a {
		background: url(../images/btn_merchandising.jpg);
	}
#nav_principal ul li ul {
	position: absolute;
	display: none;
	background: #1A1A1A;
	/*border: 1px solid #666;*/
	width:120px;
	padding:0 8px;
	margin:0;
	/* opacity setting */
	z-index: 10;
	filter:alpha(opacity=90);    /* ie  */
	-moz-opacity: 0.9;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.9;    /* for really really old safari */  
	opacity: 0.9;    /* css standard, currently it works in most modern browsers like firefox,  */
}
#nav_principal ul li ul li {
	display: block;
	margin: 0;
	padding: 2px 0;
	height:20px;
	font: bold 0.85em/1em Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #999;
	text-align: left;
}
#nav_principal ul li ul li a {
	font-size: 0.7em;
	_height: 18px;
	padding:0;
	margin:0;
}
/* --- Estilos Estructura --- */
#todo {
	float: none;
	display: block;
	position: absolute;
	min-width: 100%;
	/*min-height: 100%; height: auto !important; height: 100%; solo si footer va pegado*/
	background: url(../images/bg_todo.jpg) no-repeat center top;
}
#header {
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	height: 60px;
	padding: 0 0 4px 0;
}
	.logo {
		height: 60px;
	}
#main {
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	min-height: 450px; height: auto !important; height: 450px;
	background: #000;
}
#col_izquierda {
	float: left;
	display: inline;
	position: relative;
	width: 180px;
	min-height: 335px; height: auto !important; height: 335px;
	background: #1A1A1A;
}
#col_centro {
	float: left;
	display: inline;
	position: relative;
	width: 780px;
	min-height: 340px; height: auto !important; height: 340px;
}
#col_izquierda_centro{
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	min-height: 340px; height: auto !important; height: 340px;
}
#col_izquierda_centro_derecha{
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	padding: 10px 0;
}
#navegacion{
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	padding: 8px 0;
	_padding: 8px 0 0 0;
	background:#000
}
	.indexImg #navegacion{
		background: none;
	}
.primerBloque{
	margin-top: 10px;
}
.primerBloque2{
	margin-top: 20px;
}
.subNav{
	float: left;
	display: inline;
	position: relative;
	height: 250px;
	padding: 0 10px 10px 10px;
}
	.subNav_titulo{
		display: block;
		font-weight: bold;
		border-bottom: 1px solid #FF3399;
		padding: 5px 0 2px 0;
	}
	.subNav ul {
		margin:0;
	}
	.subNav ul li{
		margin: 0;
		height: 18px;
		margin: 8px 0 0 0;
		font: bold 1.3em/1.2em "Century Gothic", Verdana, Geneva, sans-serif;
	}
	.subNav ul li a{
		display:block;
		width: 160px;
		padding-bottom: 2px;
		color: #FF3399;
		text-decoration: none;
		/*border-bottom: 1px solid #9A205B;*/
	}
	.subNav ul li a:hover, .subNav ul li a.current{
		text-decoration: none;
		color: #fff;
		border-color: #fff;
	}
.imgModulo{
	padding: 0 10px 10px 0;
}
.indexImg{
	background: url(../images/img_index.jpg) no-repeat center top;
	min-height: 470px; height: auto !important; height: 470px;
	padding:0;
	margin:0;
}
	.indexImg #navegacion{
		margin-top: 300px;
	}
/* --- Footer -- */
#footer {
	float: none;
	display: block;
	position: relative;
	padding: 10px 0 0 0;
	width: 100%;
	/*	bottom: 0; solo si footer va pegado*/
	clear: both;
	color: #FFF;
	font: normal 0.9em Verdana, Geneva, sans-serif;
}
#footer p {
	margin-bottom: 0;
}
	.legales {
		color: #FFF;
		text-align: left;
		padding-bottom: 4px;
	}
	.legales a {
		color: #FFF;
	}
	.legales a:hover {
		color: #CCC;
		text-decoration: none;
	}
	.copy {
		height: 28px;
		text-align: left;
	}
	.copy2 {
		height: 28px;
		font-size: 1.2em;
		text-align: center;
	}
	.pd {
		height: 28px;
		text-align: right;
	}
	.pd span {
		display: none;
	}
.divisor{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	background: url(../images/img_divisor.jpg) repeat-x left center;
	height:10px;
	line-height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.divisor2{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	background: url(../images/img_divisor2.jpg) repeat-x left center;
	height:10px;
	line-height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --- Formulario --- */
.form_contacto div.divisor{
	padding: 10px 0;
}
.form_contacto {
	margin: 0;
	padding: 10px 0;
	font: normal 1em/1em Verdana, Geneva, sans-serif;
}
.form_contacto h2 {
	margin: 0 0 0 2%;
	padding: 0;
	font: normal 1.2em/1.6em Verdana, Geneva, sans-serif;
}
.form_contacto fieldset {
	float: left;
	border: 0;
	margin: 0;
	padding: 0 2%;
	width: 45%;
}
.form_contacto fieldset label {
	float: left;
	padding: 5px 0 0 0;
	width: 100%;
	height: 18px;
	background: none;
}
.form_contacto fieldset input, .form_contacto fieldset select {
	float: left;
	position: relative;
	width: 97%;
	margin: 3px 0;
	font: normal 1em/1em Verdana, Geneva, sans-serif;
	border:1px solid #DEDEDE;
}

.form_contacto .full {
	float: left;	
	width: 92%;
	padding: 0 2% 8px 2%;
	margin: 0 2%;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background:#F3F3F3;
	
}
.form_contacto .full .check {
	float: left;
	border: 0;
	margin: 0;
	width: 6%;
	padding: 0 2%;	
}
.form_contacto .full .subtitulo {
	padding: 10px 0;
	font: normal 1em/1em Verdana, Geneva, sans-serif;
}
.form_contacto .full label {
	float: left;
	width: auto;
	height: 15px;
	padding: 5px 10px 0 0;
}
.form_contacto .full_textarea {
	float: left;
	border: 0;
	margin: 0;
	width: 95%;
	padding: 0 2%;
	
}
.form_contacto #consulta {
	float: left;
	position: relative;
	width: 98%;
	margin: 3px 0;
	font: normal 1em/1em Verdana, Geneva, sans-serif;
	border: 1px solid #DEDEDE;
}
.form_contacto .submit {
	float: left;
	cursor: pointer;
	margin: 10px 0 0 25%;
	width: 70px;
	height: 25px;
	font-size: 0.8em;
	border: none;
	background: url(../images/btn_enviar.jpg) no-repeat;
}
.form_contacto .reset {
	float: left;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: 70px;
	height: 25px;
	font-size: 0.8em;
	border: none;
	background: url(../images/btn_borrar.jpg) no-repeat;
}
.form_contacto .submitEng {
	background: url(../images/btn_enviar_eng.jpg) no-repeat;
}
.form_contacto .resetEng {
	background: url(../images/btn_borrar_eng.jpg) no-repeat;
}
.mensaje_contacto {
	padding: 40px 5px;
	color: #006246;
	text-align: center;
}
.form_contacto label.check {
	float: left;
	width: 100%; 
	height: 25px;
	padding-top: 15px;
	margin: 0;
	display: inline;
	position: relative;
}
.form_contacto label.check input {
	float: left;
	position: relative;
	width: 15px; 
	height: 25px;
	padding: 0;
	border: none;
	margin: 0;
}
.form_contacto label.check span {
	float: left;
	display:block;
	padding: 4px 0 0 5px;
	height: 40px;
	margin: 0;
	line-height: 1.2em;
}
.form_contacto fieldset input.circ {
	width: 15px; 
	height: 15px;
	padding: 0;
}
.form_contacto fieldset label.circ {
	float: left;
	width: 50%; 
	height: 15px;
	margin: 15px 0 0 0;
}
.form_contacto fieldset label.circ span {
	float: left;
	padding: 5px 0 0 5px;
}
/* --- Automatic Infinite Carousel --- */
#nav_thumb{
	  visibility: hidden;
}
.infiniteCarousel{
	padding:0 17px;
	width: 898px;
	height: 95px;
 	position: relative;
}
.infiniteCarousel .wrapper {
	overflow: auto;
    margin: 0;
	width: 898px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	height: 95px;
	/*margin: 0 30px 10px 30px;*/
	position: absolute;
	top: 0;
} 
.infiniteCarousel .wrapper ul {
	margin:0;
	/*padding-top: 7px;*/
	height:95px;
	/* width: 620px; single item * n */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	top: 0;
}
 
.infiniteCarousel ul li {
  display:inline;
  float:left;
  padding: 0 2px;
  margin: 0;
  height: 95px;
  width: 125px;
}
.infiniteCarousel ul li a{
	display: block;
	height: 95px;
	width: 125px;
	background: url(../images/bg_prodli.jpg) no-repeat 0 0;
}
.infiniteCarousel ul li a img {
	top:0;
    display:block;
}
/*.infiniteCarousel ul li a img{
	border: 1px solid #DAE6C1;
}
.infiniteCarousel ul li a:hover img{
	border: 1px solid #85AD33;
} */
 
.infiniteCarousel .arrow {
  display: block;
  height: 26px;
  width: 25px;
  background: url(../images/arrow.jpg) no-repeat 0 0;
  position: absolute;
  top: 30px;
  cursor: pointer;
  outline: 0;
}
.infiniteCarousel .arrow span {
	display: none;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0px;
}
 
.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0px;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
.infiniteCarousel #izqnone {
  display: block;
  height: 26px;
  width: 25px;
  top: 30px;
  position: absolute;
  background: url(../images/arrow.jpg) no-repeat 0 -180px;
  /*background:red;*/
  left: 0px;
  visibility:hidden;
}
.infiniteCarousel #dernone {
  display: block;
  height: 26px;
  width: 25px;
  top: 30px;
  position: absolute;
  background: url(../images/arrow.jpg) no-repeat 0 -144px;
  /*background:blue;*/
  right: 0px;
  visibility:hidden;
}
.infiniteCarousel .texto_navegador{
	position: absolute;
	display: block;
	width:110px;
	top: -45px;
	left: 30px;
	font-size: 1.3em;
	text-align: center;
	margin-top:5px;
}

/* --- --- */
.texto_navegador{
	position: absolute;
	display: block;
	width:30px;
	height: 20px;
	bottom: -8px;
	left: 92px;
	font-size: 1.3em;
	text-align: center;
  	color:#FFF;
  	font-weight: bold;
}
.nav_infinite{
	 position: absolute;
	 bottom: 0;
}
.hidden{
	display:none;
}

