* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	outline: none;
}

body {
	font: 62.5% Georgia, Arial, Helvetica, sans-serif;
	/*background: url(../images/fondo-celda-internas.gif);*/
	background: url(../images/fondo-celda.gif);
}

@font-face {
	font-family: 'AmericanTypewriterStd-MdIta';
	src: url('../fonts/americantypewriterstd-mdita-webfont.eot');
	src: local('☺'), url('../fonts/americantypewriterstd-mdita-webfont.woff') format('woff'), url('../fonts/americantypewriterstd-mdita-webfont.ttf') format('truetype'), url('../fonts/americantypewriterstd-mdita-webfont.svg#webfont7nHKTdrn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AmericanTypewriterStd-LtIta';
	src: url('../fonts/americantypewriterstd-ltita-webfont.eot');
	src: local('☺'), url('../fonts/americantypewriterstd-ltita-webfont.woff') format('woff'), url('../fonts/americantypewriterstd-ltita-webfont.ttf') format('truetype'), url('../fonts/americantypewriterstd-ltita-webfont.svg#webfontW7vKslyo') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'BerrangerHandITCStd';
	src: url('../fonts/berrangerhanditcstd-webfont.eot');
	src: local('☺'), url('../fonts/berrangerhanditcstd-webfont.woff') format('woff'), url('../fonts/berrangerhanditcstd-webfont.ttf') format('truetype'), url('../fonts/berrangerhanditcstd-webfont.svg#webfont836Nreq6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAmericanTypewriterStdMediu';
	src: url('../fonts/americantypewriterstd-med-webfont.eot');
	src: local('☺'), url('../fonts/americantypewriterstd-med-webfont.woff') format('woff'), url('../fonts/americantypewriterstd-med-webfont.ttf') format('truetype'), url('../fonts/americantypewriterstd-med-webfont.svg#webfontNNuMsDiV') format('svg');
	font-weight: normal;
	font-style: normal;
}


#contenedor {
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding-top: 55px;
}

ul {
	list-style: none;
}

#contenedor h1 {
	width: 251px;
	height: 99px;
	position: absolute;
	left: -52px;
	top: 0;
	z-index: 500;
}

#contenedor h1 a {
	width: 244px;
	height: 99px;
	cursor: pointer;
	background: url(../images/h1-internas.png) no-repeat;
	display: block;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

#navegacion {
	width: 780px;
	height: 56px;
	background: url(../images/navegacion.jpg) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 400;
}

#navegacion h2 {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	height: 0;
}

#navegacion ul {
	margin: 0 0 0 137px;
}

#navegacion li {
	float: left;
	/*border: solid 1px red;*/
}

#navegacion li a, #navegacion li a:visited {
	color: #FFF;
	font-size: 1.7em;
	height: 39px;
	display: block;
	float: left;
	text-decoration: none;
	/*padding: 24px 8px 0 32px; */
	padding: 20px 6px 0px 36px;
	background: url(../images/navegacion-li.gif) 12px no-repeat;
	font-style: normal;
    font-family: AmericanTypewriterStd-MdIta, Georgia, Arial, Helvetica, sans-serif;
}

#navegacion li a:hover {
	background: #292126 url(../images/navegacion-li-on.gif) 12px no-repeat;
}

#navegacion li.concepto a, #navegacion li.concepto a:visited {
	/* padding: 24px 12px 0 70px; */
	padding: 20px 8px 0px 74px;
	background: url(../images/navegacion-li.gif) 50px no-repeat;
}

#navegacion li.concepto a:hover {
	background: #292126 url(../images/navegacion-li-on.gif) 50px no-repeat;
}

#navegacion li.concepto a.active {
	background: #292126 url(../images/navegacion-li-on.gif) 50px no-repeat;
}

#navegacion li a.active {
	background: #292126 url(../images/navegacion-li-on.gif) 12px no-repeat;
}

#contenedor .menu {
	width: 780px;
	height: 33px;
	position: absolute;
	z-index: 300;
	left: 0;
	top: 55px;
	background: url(../images/menu.jpg) repeat-x;
}

#contenedor .menu ul {
	margin: 0 0 0 180px;
}

#contenedor .menu ul li {
	float: left;
}

#contenedor .menu ul li a, #contenedor .menu ul li a:visited {
	display: block;
	float: left;
	height: 24px;
	color: #000;
	font-size: 1.4em;
	text-decoration: none;
	padding: 8px 12px 0 28px;
	background: url(../images/menu-li.jpg) 5px 8px no-repeat;
    font-family: AmericanTypewriterStd-MdIta, Georgia, Arial, Helvetica, sans-serif;
}

#contenedor .menu ul li a:hover {
	background: #292126 url(../images/navegacion-li-on.gif) 5px 9px no-repeat;
	color: #FFF;
	height: 34px;
}

#contenedor .menu ul li a.active {
	background: #292126 url(../images/navegacion-li-on.gif) 5px 9px no-repeat;
	color: #FFF;
	height: 34px;
}

#contenido {
	width: 780px;
	clear: both;
	padding: 33px 0px 0px;
	background: #FFF;
	overflow: hidden;
}

#contenido-primario {
	width: 780px;
	margin: 0 auto;
}

#contenido-primario img {
	float: left;
	margin-right: 15px;
}

#contenido-primario .imgContainer {
	float:left;
	margin-right:5px;
	width: 361px;
	height: 535px;
	position: relative;
}

#contenido.concepto #contenido-primario p, #contenido.coleccion #contenido-primario p {
	color: #4c4c4c;
	font-size: 1.7em;
	font-weight: bold;
	padding: 15px 0;	
	/* font-style: italic; */
	width: 740px;
    font-family: AmericanTypewriterStd-LtIta, Georgia, Arial, Helvetica, sans-serif;
}

#contenido-primario p.borde {
	padding: 5px 0 3px 0 !important;
}

#contenido-primario p.borde img {
	float: none;
	margin: 0;
}

/*em, i {
	font-style: italic;
}*/

#contenido-primario p.last {
	margin: 0;
	padding: 0;
}

#contenido-primario p.copete {
	color: #f04543 !important;
	padding: 5px 0 !important;
	font-size: 1.8em !important;
}

#contenido-primario .anteojos {
	background: url(../images/home-anteojos.jpg) no-repeat;	
}

#contenido-primario .banners {
	width: 738px;
	height: 157px;
	margin: 0 auto 25px auto;
	clear: both;
}

* html #contenido-primario .banners {
	margin: 0 auto;
}

#contenido-primario .verano {
	background: url(../images/home-verano.jpg) no-repeat;
}

#contenido-secundario {
	clear: both;
	width: 780px;
	clear: both;
	overflow: hidden;
	/* background: url(../images/separador-internas.gif) left top no-repeat;
	padding: 3px 0 0 0;*/
  padding: 0;
}

#contenido.contacto #contenido-secundario {
	/* background: none; */
}

#contenido-secundario .zapatillas {
	background: url(../images/zapatillas.jpg) no-repeat;
	width: 257px;
	height: 162px;
	float: left;
}

#contenido-secundario .zapatillas p, #contenido-secundario .lookbook p, #contenido-secundario .coleccion-verano-10 p, #contenido-secundario .local p, #contenido-secundario .lookbook2 p, #contenido-secundario .verano-2010 p, #contenido-secundario .coleccion p, #contenido-secundario .invierno-09 p, #contenido-secundario .accesorios p {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#contenido-secundario .lookbook p {
	width: 257px;
	float: left;
}

#contenido-secundario .lookbook a {
	background: url(../images/look-book.jpg) no-repeat;
	width: 257px;
	height: 162px;
	float: left;
	display: block;
}

#contenido-secundario .lookbook2 p {
	width: 266px;
	float: left;
}

#contenido-secundario .lookbook2 a {
	background: url(../images/look-book2.jpg) no-repeat;
	width: 266px;
	height: 162px;
	float: left;
	display: block;
}

#contenido-secundario .verano-2010 p {
	width: 257px;
	float: left;
}

#contenido-secundario .verano-2010 a {
	background: url(../images/verano-2010.jpg) no-repeat;
	width: 257px;
	height: 162px;
	float: left;
	display: block;
}

#contenido-secundario .invierno-09 p {
	width: 257px;
	float: left;
}

#contenido-secundario .invierno-09 a {
	background: url(../images/invierno-09.jpg) no-repeat;
	width: 257px;
	height: 162px;
	float: left;
	display: block;
}

#contenido-secundario .local p {
	width: 266px;
	float: left;
}

#contenido-secundario .local a {
	background: url(../images/visita-local.jpg) no-repeat;
	width: 266px;
	height: 162px;
	float: left;
}

#contenido-secundario .local-big a {
	background: url(../images/visita-local.jpg) no-repeat;
	width: 266px;
	height: 162px;
	float: left;
}

#contenido-secundario .esmaltes {
	background: url(../images/esmaltes-interna.jpg) no-repeat;	
	width: 257px;
	height: 160px;
	float: left;
}

#contenido-secundario .esmaltes p {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#contenido-secundario .colecciones-anteriores {
	background: url(../images/colecciones-anteriores.jpg) no-repeat;	
	width: 479px;
	height: 160px;
	float: left;
}

#contenido-secundario .colecciones-anteriores a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 479px;
	height: 160px;
}

#contenido-secundario .smm {
	background: url(../images/separador-internas.gif) left top no-repeat;
	padding: 10px 0 5px 10px;
	float: left;
	width: 770px;
	height: 100%;
}

#contenido-secundario .smm p {
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	line-height: 30px;
	margin-right: 5px;
	color: #131311;
}

#contenido-secundario .smm span {
	color: #cc0b15;
}

#contenido-secundario .smm li {
	float: left;
	margin-right: 5px;
}

#contenido-secundario .smm li a {	
	display: block;
	height: 30px;
	float: left;
	overflow: hidden;
	text-indent: -999em;
}

#contenido-secundario .smm .flickr {
	background: url(../images/flickr.gif) no-repeat;
	width: 54px;
}

#contenido-secundario .smm .blogger {
	background: url(../images/blogger.gif) no-repeat;
	width: 25px;
}

#contenido-secundario .smm .twitter {
	background: url(../images/twitter.gif) no-repeat;
	width: 25px;
}

#contenido-secundario .smm .facebook {
	background: url(../images/facebook.gif) no-repeat;
	width: 28px;
}

/*FRANQUICIAS*/
#contenido.franquicias #contenido-primario{
	padding: 20px 10px 0px 0px;
	width: 770px;
}
#contenido.franquicias #contenido-primario img {
	margin: 0 30px 0 0px;
}
#contenido.franquicias #contenido-primario h2 {
	background: url(../images/h2-franquicias.gif) no-repeat;
	width: 148px;
	height: 39px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 0 0 30px;
}
#contenido.franquicias .recibir-info {
	font-size: 1.5em;
	font-style: italic;
	padding: 5px 0 15px 0;
	font-family: BerrangerHandITCStd, Georgia, Arial, Helvetica, sans-serif;
}

#contenido.franquicias .visita-locales a {
	background: url(../images/visita-otros-locales.jpg) no-repeat;	
	width: 472px;
	height: 160px;
	display: block;
	float: left;
	text-indent: -999em;
}

/*FORM*/
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

form .cat1 p {
	width: 160px;
	float: left;
	margin: 0 20px 5px 0;
}
form .cat1 p.email {
	width: 325px;
}

form .cat3 {
	width: 340px;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	border-top: solid 2px #7f7f7f;
	border-bottom: solid 2px #7f7f7f;
	margin-bottom: 10px;
}

form .cat3 p {
	margin: 0 0 5px 0;
	overflow: hidden;
}

form .cat3 label {
	float: left;
	width: 130px;
	display: inline;
	margin-right: 20px;
}

form .cat3 input {
	float: left;
	border: solid 1px #d2d2d2;
	background: #fdfdfd;
	width: 185px;
	height: 16px;
	padding-left: 2px;
	color: #433f36;
}

label {
	color: #433f36;
	display: block;
}

label.error {
	color: red;
}

form .cat1 input {
	border: solid 1px #d2d2d2;
	background: #fdfdfd;
	width: 155px;
	height: 16px;
	padding-left: 2px;
	color: #433f36;
}

form .cat1 select {
	border: solid 1px #d2d2d2;
	background: #fdfdfd;
	width: 155px;
	height: 18px;
	color: #433f36;
}

form .cat1 .email input {
	width: 335px;
}

form .clear {
	clear: both;
}

textarea {
	border: solid 1px #d2d2d2;
	background: #fdfdfd;
	width: 335px;
	padding-left: 2px;
	color: #433f36;
	font-family: Arial, Helvetica, sans-serif;
}

* html textarea {
	width: 320px;
}

form .cat2 {
	clear: both;
	color: #433f36;
	padding: 10px 0 0 0;
}

form .cat2 p {
	height: 20px;
	margin-bottom: 5px;
}

form .cat2 p.radio {
	width: 90px;
	float: left;
}

form .cat2 input {
	float: left;
	margin-right: 5px;
}
form .cat2 span {
	display: block;
	float: left;
	margin-right: 5px; 
}
form .cat2 label {
	float: left;
	width: 260px;
}
form .cat2 label.last {
	float: none;
	display: block;
	margin-bottom: 5px;
}
form .cat2 .medio {
	display: block;
	width: 80px;
	height: 100px;
	float: left;
	border: solid 1px red;
}
.bt-enviar {
	background: url(../images/franquicias-bt.gif) top left no-repeat;
	width: 340px;
	height: 19px;
	clear: both;
}
.bt-enviar input {
	border: solid 1px #d2d2d2;
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	float: right;
	padding: 1px 5px;
}
.clear {
	clear: left;
}

form input.error, form textarea.error {
	border: solid 1px red;	
}

/*COLECCIÓN LOOK BOOK*/
#contenido.look-book #contenido-primario {
	position: relative;
	float: left;
	padding: 25px 32px 25px 33px ;
	width:715px;
}

#contenido.look-book #contenido-primario h2 {
	background: url(../images/h2-look-book.gif) no-repeat;
	width: 715px;
	height: 41px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
	padding-bottom: 25px;
}

#contenido.look-book #contenido-primario .fotos p {
	float:left;
	height:95px;
	margin:0;
	padding:0;
	width:65px;
}

#contenido.look-book #contenido-secundario .conoce-coleccion a, #contenido.coleccion-invierno-09 #contenido-secundario .conoce-coleccion a, #contenido.coleccion-verano-09 #contenido-secundario .conoce-coleccion a  {
	background: url(../images/conoce-coleccion.jpg) no-repeat;	
	width: 478px;
	height: 160px;
	display: block;
	float: left;
	text-indent: -999em;
}
#contenido.look-book #contenido-secundario .esmaltes p {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

/* COLECCION VERANO 2011 */
#contenido.coleccion-home #contenido-primario {
	background: #FFF url(../images/coleccion-home-bg.jpg) top left no-repeat;
	position: relative;
	float: left;
	height: 524px;
}

#contenido.coleccion-home #contenido-primario a.lnk-ver {
	display: block;
	height: 100px;
	position: absolute;
	right: 15px;
	text-indent: -999em;
	top: 73px;
	width: 58px;
}
/* COLECCION VERANO 2011 */
#contenido.coleccion-verano-11 #contenido-primario {
	background: #FFF url(../images/coleccion-verano-11-bg.jpg) top left no-repeat;
	position: relative;
	float: left;
	height: 524px;
}

#contenido.coleccion-verano-11 #contenido-primario img {
	float: none;
}

/* COLECCION INVIERNO 2010*/
#contenido.coleccion-invierno-10 #contenido-primario {
	background: #FFF url(../images/bg-coleccion.jpg) top left no-repeat;
	position: relative;
	float: left;
	height: 492px;
}

#contenido.coleccion-invierno-10 #contenido-primario a.coleccion {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px /*esto te va a ocultar el texto*/;
	background: url(../images/coleccion-click.jpg) no-repeat;
	width: 124px;
	height: 127px;
	display: block;
}

#contenido.coleccion-invierno-10 #contenido-primario div.fotos {
	margin: 125px 0 0 290px;
	overflow: auto;
}

#contenido.coleccion-invierno-10 #contenido-primario div.fotos div {
	background: url(../images/marco-coleccion.gif) no-repeat;
	width: 98px;
	/*height: 112px;*/
	float: left;
	padding: 13px 0 0 17px;
	margin: 10px 3px 0px 0px;
}

#contenido.coleccion-invierno-10 #contenido-primario div.fotos div img {
	margin-bottom: 20px;
}

/* COLECCION VERANO 10 */
#contenido.coleccion-verano-10 #contenido-primario {
	width: 760px;
	padding: 20px 0 0 20px;
}

#contenido.coleccion-verano-10 #contenido-primario h2 {
	background: url(../images/h2-coleccion.gif) no-repeat;
	width: 253px;
	height: 26px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 15px;
}

#contenido.coleccion-verano-10 #contenido-primario div.fotos {
	margin-bottom: 15px;
	overflow: hidden;
}

#contenido.coleccion-verano-10 #contenido-primario div.fotos p {
	background: url(../images/marco-fotos.gif) no-repeat;
	width: 95px;
	height: 136px;
	padding: 9px 0 0 9px !important;
	float: left;
	margin: 0 1px 0 0;	
}

#contenido.coleccion-verano-10 #contenido-primario div.fotos a {
	display: block;
	/*width: 86px;
	height: 127px;	*/
}

#contenido.coleccion-verano-10 #contenido-primario .look-book {
	background: url(../images/look-book-wide.jpg) no-repeat;
	float: left;
	height: 157px;
	width: 381px;
}

#contenido.coleccion-verano-10 #contenido-primario .look-book a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	height: 157px;
	width: 381px;
}

#contenido.coleccion-verano-10 #contenido-primario .videos {
	background: url(../images/videos.jpg) no-repeat;
	width: 342px;
	height: 120px;
	float: left;
	margin: 37px 12px 0 0;
}

#contenido.coleccion-verano-10 #contenido-primario .videos a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 342px;
	height: 120px;
}

/*COLECCION INVIERNO 09*/
#contenido.coleccion-invierno-09 #contenido-primario {
	padding: 33px 0 0 22px;
	width: 758px;
}
#contenido.coleccion-invierno-09 #contenido-primario h2 {
	height: 0;	
	display: block;
   text-indent: -999em;
   overflow: hidden;
}
#contenido.coleccion-invierno-09 #contenido-primario {
	background: url(../images/coleccion-invierno-09.jpg) no-repeat;
	height: 522px;
	float: left;
}
#contenido.coleccion-invierno-09 #contenido-secundario .verano-09 a  {
	background: url(../images/verano-09.jpg) no-repeat;	
	width: 257px;
	height: 160px;
	display: block;
	float: left;
	text-indent: -999em;
}

#contenido.coleccion-invierno-09 #contenido-primario .fotos {
	margin: 60px 0 0 340px;
}
#contenido.coleccion-invierno-09 #contenido-primario .fotos p {
	background: url(../images/marco-coleccion-invierno.png) no-repeat;
	width: 115px;
	height: 115px;
	float: left;
	padding: 1px 0 0 1px;
	margin: 10px 10px 0 0;
}
/*COLECCION VERANO 09*/
#contenido.coleccion-verano-09 {
	padding: 33px 22px 0 22px;
}
#contenido.coleccion-verano-09 h2 {
	height: 0;	
	display: block;
   text-indent: -999em;
   overflow: hidden;
}
#contenido.coleccion-verano-09 #contenido-primario {
	background: url(../images/coleccion-verano-09.jpg) no-repeat;
	height: 498px;
	float: left;
}
#contenido.coleccion-verano-09 #contenido-secundario .invierno-09 a  {
	background: url(../images/invierno-09.jpg) no-repeat;	
	width: 257px;
	height: 160px;
	display: block;
	float: left;
	text-indent: -999em;
}

#contenido.coleccion-verano-09 #contenido-primario .fotos {
	margin: 40px 0 0 310px;
}
#contenido.coleccion-verano-09 #contenido-primario .fotos p  {
	margin: 0 3px 3px 0;
	width: 97px;
	height: 97px;
	float: left;
}
#contenido.coleccion-verano-09 #contenido-primario .fotos img {
	width: 95px;
	height: 95px;
	border: solid 1px #ecfac0;
}

/*TENDENCIA*/
#contenido.tendencia #contenido-primario {
	padding: 20px 0px 0px 12px;
	width: 768px;
}

#contenido.tendencia #contenido-primario p {
	font-size: 1.8em;
	margin: 0 0 15px 30px;
	font-family: BerrangerHandITCStd, Georgia, Arial, Helvetica, sans-serif;
}

#contenido.tendencia #contenido-primario .tendencias {
	overflow: auto;
  margin-bottom: 40px;
}

#contenido.tendencia #contenido-primario .nube {
	overflow: auto;
  margin-bottom: 30px;
  opacity: 0.5;
}

#contenido.tendencia #contenido-primario .nube p {
  margin: 0 10px;
	color: #f95a82;
  font-size: 2.2em;
  font-family: ITCAmericanTypewriterStdMediu, Georgia, Arial, Helvetica, sans-serif;
}

#contenido.tendencia #contenido-primario img {
	padding: 0;
  margin: 0;
}

/*NUESTRO LOCAL*/
#contenido.nuestro-local #contenido-primario {
	padding: 17px 0px 0px 22px;
	width: 758px;
}
#contenido.nuestro-local h2 {
	background: url(../images/h2-nuestro-local.gif) no-repeat;
	width: 161px;
	height: 30px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 0 15px 30px;
}
#contenido.nuestro-local h2.otros-locales {
	background: url(../images/h2-otros-locales.gif) no-repeat;
	width: 262px;
	height: 28px;
}
#contenido.nuestro-local #contenido-primario p {
	font-size: 1.5em;
	margin: 0 0 15px 30px;
	font-family: BerrangerHandITCStd, Georgia, Arial, Helvetica, sans-serif;
}

#contenido.nuestro-local #contenido-primario div.otros-locales p {
	margin: 0 10px 20px 0;
}
#contenido.nuestro-local #contenido-primario div.otros-locales img {
	margin-bottom: 20px;
}
#contenido.nuestro-local #contenido-primario span {
	display: block;
	font-weight: normal;
	font-size: .9em;
	margin-left: -10px;
	float: left;
}
#contenido.nuestro-local #contenido-primario div {
	margin: 0 0 0 25px;
}
#contenido.nuestro-local #contenido-primario div p {
	background: url(../images/marco-nuestro-local.gif) no-repeat;
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 25px 10px 0;
	padding: 14px 0 0 15px;
}
#contenido-secundario .puntos-de-venta a, #contenido-secundario .consulte-franquicias a, #contenido-secundario .otros-locales a, #contenido-secundario .coleccion-verano a, #contenido-secundario .local-big a{
	height: 162px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	float: left;
}
#contenido-secundario .puntos-de-venta a {
	background: url(../images/puntos-de-venta.jpg) no-repeat;
	width: 257px;
}
#contenido-secundario .consulte-franquicias a {
	background: url(../images/franquicias.jpg) no-repeat;
	width: 257px;
}
#contenido-secundario .otros-locales a {
	background: url(../images/otros-locales.jpg) no-repeat;
	width: 266px;
}
#contenido-secundario .coleccion p {
	width: 257px;
	float: left;
}

#contenido-secundario .coleccion a {
	background: url(../images/nueva-coleccion.jpg) no-repeat;
	width: 257px;
	height: 162px;
	float: left;
	display: block;
}
#contenido-secundario .accesorios p{
	width: 257px;
	float: left;
}
#contenido-secundario .accesorios p a{
	background: url(../images/home-accesorios.jpg) no-repeat;
	width: 257px;
	height: 162px;
	float: left;
	display: block;
}
/*PRENSA*/
#contenido.prensa #contenido-primario{
	padding: 47px 0px 0px 22px;
	width: 758px;
}

#contenido-secundario .coleccion-verano a {
	background: url(../images/coleccion-verano2.jpg) no-repeat;
	width: 245px;
}
#contenido.prensa .foto-grande {
	background: url(../images/marco1-prensa.gif) no-repeat;
	width: 323px;
	height: 447px;
	float: left;
	padding: 25px 0 20px 18px;
	margin: 0 20px 0 0;
}
#contenido.prensa h2 {
	background: url(../images/h2-prensa.gif) no-repeat;
	width: 81px;
	height: 24px;	
	display: block;
   text-indent: -999em;
   overflow: hidden;
	margin-bottom: 5px;
}
#contenido.prensa #contenido-primario .click {

	font-family: BerrangerHandITCStd, Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#contenido.prensa .tapas div {
	background: url(../images/marco-prensa.gif) no-repeat;
	width: 64px;
	/*height: 112px;*/
	float: left;
	padding: 7px 0 0 6px;
	margin: 20px 7px 0px 0px;
}
#contenido.prensa .tapas div img {
	margin-bottom: 10px;
}

#contenido.prensa .tapas p {
	font-family: Tahoma;
	font-size: .9em;
/*	background: url(../images/prensa-p.gif) left center no-repeat; */
	clear: both;
	text-align: center;
	color: #fa615f;
}

#contenido.prensa .tapas p span{
	font-weight: bold;
}

/*CONTACTO*/
#contenido.contacto #contenido-primario{
	padding: 20px 10px 0px 0px;
	width: 770px;
}

#contenido.contacto #contenido-primario img {
	margin: 0 30px 0 0px;
}

#contenido.contacto #contenido-primario h2 {
	background: url(../images/h2-contacto.gif) no-repeat;
	width: 148px;
	height: 39px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 0 0 30px;
}
#contenido.contacto .recibir-info {
	font-size: 1.5em;
	font-style: italic;
	padding: 5px 0 15px 0;
	font-family: BerrangerHandITCStd, Georgia, Arial, Helvetica, sans-serif;
}
#contenido.contacto form {
	padding: 0;
}
#contenido.contacto #contenido-primario ul {
	list-style: none;
	margin: 20px 40px 0 0;
	float: left;
}
#contenido.contacto #contenido-primario li {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
#contenido.contacto #contenido-primario li a, #contenido.contacto #contenido-primario li a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
#contenido.contacto #contenido-primario li.horario {
	margin-bottom: 10px;
}
#contenido.contacto #contenido-primario li a:hover {
	text-decoration: underline;
}
#contenido.contacto #contenido-primario li span {
  font-weight: bold;
	color: #000;
}
#contenido .seccion-prensa a {
	background: url(../images/seccion-prensa.jpg) no-repeat;	
	width: 257px;
	height: 162px;
	display: block;
	float: left;
	text-indent: -999em;
}

#contenido.contacto .visita-locales a {
	background: url(../images/visita-otros-locales.jpg) no-repeat;	
	width: 472px;
	height: 160px;
	display: block;
	float: left;
	text-indent: -999em;
}
/*PUNTOS DE VENTA*/
#contenido.puntos-de-venta #contenido-primario {
	background: #FFF url(../images/puntos-de-venta-back.gif) right 25px no-repeat;
	padding: 20px 0 0px 30px;
	width: 740px;
}
#contenido.puntos-de-venta .mapa-flash {
	width: 241px;
	height: 506px;
	float: left;
	margin-right: 30px;
}

#contenido.puntos-de-venta h2 {
	background: url(../images/h2-puntos-de-venta.gif) no-repeat;
	width: 185px;
	height: 28px;	
	margin: 20px 0 5px 0;
	display: block;
   text-indent: -999em;
   overflow: hidden;
}
#contenido.puntos-de-venta h3 {
	color: #e15070;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

#contenido.puntos-de-venta .interna p {
	font-size: 1.2em;
	margin-bottom: 20px;
}
#contenido.puntos-de-venta .interna ul {
	width: 350px;
	float: left;
}
#contenido.puntos-de-venta .interna li {
	font-size: 1.2em;
	float: left;
	margin: 0 25px 10px 0;
	width: 150px;
}
#contenido.puntos-de-venta .interna li span {
	color: #1a8480;
	display: block;
}

/*ACCESORIOS*/
#contenido.accesorios {
	/*padding: 30px 22px 0 22px;*/
}
#contenido.accesorios #contenido-secundario {
	/*background: none;*/
}
#contenido.accesorios #contenido-primario {
	background: url(../images/accesorios-back.jpg) no-repeat;
	overflow: hidden;
	/*padding: 50px 0 20px 20px;*/
	width: 780px;
	padding: 0;
	height: 486px;
}

#contenido.accesorios #contenido-primario a{
  position: absolute;
  display: block;
  text-indent: -999em;
}

#contenido.accesorios #contenido-primario a.perfumeria{
    height: 35px;
    right: 242px;
    top: 359px;
    width: 85px;
}

#contenido.accesorios #contenido-primario a.medias{
    height: 35px;
    right: 25px;
    top: 340px;
    width: 138px;
}

#contenido.accesorios #contenido-primario a.pelo{
    height: 30px;
    right: 298px;
    top: 515px;
    width: 168px;
}

#contenido.accesorios #contenido-primario a.cinturones{
    height: 30px;
    right: 38px;
    top: 509px;
    width: 164px;
}

/*FUN AREA*/
#contenido.fun-area #contenido-primario {
	/*height: 700px;*/
	/*background: url(../images/fun-background.jpg) bottom right no-repeat;*/
	overflow: hidden;
}
#contenido.fun-area .descarga {
	background: url(../images/descarga-wallpapers.png) no-repeat;
	display: block;
   text-indent: -999em;
   overflow: hidden;
	width: 151px;
	height: 170px;
	position: absolute;
	top: 285px;
	right: 15px;
}

#contenido.fun-area #contenido-primario .interna {
	padding: 20px 0 0 20px;
}
#contenido.fun-area #contenido-primario div.avatares {
	width: 375px;
	margin-bottom: 10px;
	float: left;
}

#contenido.fun-area #contenido-primario div.avatares div {
	margin-top: 10px;
	overflow: hidden;padding-top:20px;padding-left:22px;
}
#contenido.fun-area #contenido-primario .avatares a {
	display: block;
	margin: 0 10px 15px 0;
	width: 60px;
	height: 60px;
	float: left;
}

* html #contenido.fun-area #contenido-primario .avatares p {
	margin: 0 5px 5px 0;
}
#contenido.fun-area h2, #contenido.fun-area h3 {	
	display: block;
   text-indent: -999em;
   overflow: hidden;
}
#contenido.fun-area h2 {
	background: url(../images/h2-fun-area.gif) no-repeat;
	width: 347px;
	height: 53px;
}
#contenido.fun-area h3.avatares {
	background: url(../images/h3-avatares.gif) no-repeat;
	width: 87px;
	height: 88px;	
	margin-right: 5px;	
	float: left;margin-top:-20px;margin-left:-22px;
}
#contenido.fun-area h3.wallpapers {
	background: url(../images/h3-wallpapers.gif) no-repeat;
	width: 87px;
	height: 192px;		
	float: left;margin-top:-5px;
}
#contenido.fun-area #contenido-primario div.wallpapers {
	width: 740px;
	padding-bottom: 25px;
	margin: 0 auto;overflow:hidden;padding-top:15px;
}
#contenido.fun-area #contenido-primario .wallpapers a {
	float: left;
	cursor: pointer;
	display: block;
}

#contenido.fun-area #contenido-primario .wallpapers a img {
	margin: 0 0 1px 6px;
}
#contenido.fun-area h3.postales {
	background: url(../images/h3-postales.gif) no-repeat;
	width: 90px;
	height: 301px;	
	float: left;
	margin: 0 5px 10px 0;	
}
#contenido.fun-area .contenedor-avatares {
	width: 375px;
	float: left;margin:0 10px;
}
#contenido.fun-area .contenedor-postales {
	float:left;
	width:350px;padding-top:15px;
	margin-bottom: 10px;
}
#contenido.fun-area .contenedor-postales div.postales {
	width:255px;
	float: left;
	padding-top: 11px;
}

#contenido.fun-area #contenido-primario div.postales div img {
	margin: 0 0 4px 4px;
}

/*NOVEDADES*/

#contenido.novedades #contenido-primario {
	overflow: hidden;
	background: url(../images/novedades-bg.jpg) top left no-repeat;
	width: 720px;
	padding: 52px 20px 20px 40px;
	height: 361px;
}
#contenido.novedades #contenido-primario h2 {
	background: url(../images/h2-novedades.gif) no-repeat;
	width: 387px;
	height: 37px;	
	margin-bottom: 10px;
	margin-left: 140px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#contenido.novedades #contenido-primario a.lnk-kit{
	position: absolute;
	right: 5px;
	top: 165px;
	width: 90px;
	height: 70px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#contenido.novedades #contenido-primario a.lnk-calzado{
	position: absolute;
	right: 5px;
	top: 405px;
	width: 90px;
	height: 70px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
/*INFO-UTIL*/

#contenido.infoutil h2 {
	background: url(../images/h2-infoutil.gif) no-repeat;
	width: 300px;
	height: 37px;	
	margin-bottom: 10px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#contenido.infoutil #contenido-primario .interna {
	padding:20px 0 0 20px;
}

#contenido.infoutil #contenido-primario #informacion {
	margin-left: 260px;
}

table{
	font-size: 14px;
	border-collapse: collapse;
}

table td, table th{
	width: 50px;
	border: 1px solid #DB2627;
	padding: 6px 5px 4px 5px;
	margin: 0;
	text-align: center;
	color: #5f6057;
}

table thead th{
	color: #000000;
}

table td.principal, table th.principal{
	width: 150px;
	text-align: left;
	color: #000000;
}

#contenido.infoutil #contenido-primario .detalle {
	margin-top: 10px;
	width: 465px;
}

#contenido.infoutil #contenido-primario .detalle h3 {
	color:#db2627;
	font-weight: normal;
	margin-bottom:4px;
	font-size: 1.6em;
	font-family: ITCAmericanTypewriterStdMediu, Georgia, Arial, Helvetica, sans-serif;
}

#contenido.infoutil #contenido-primario .detalle p {
	color: #292828;
	font-size: 1.0em;
	font-family: Georgia;
}

#contenido.infoutil #contenido-primario .detalle .item{
	border-bottom:1px dashed #000000;
	padding-bottom: 10px;
	padding-top:10px
}
/*
#contenido.novedades #contenido-primario div {
	border-bottom: dashed 1px #000;
	width: 650px;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
#contenido.novedades #contenido-primario div.last {
	border-bottom: none;
}
#contenido.novedades #contenido-primario h3 {
	font-size: 2em;
	color: #a4b046;
	margin-bottom: 5px;	
}
#contenido.novedades #contenido-primario li {
	font-size: 1.1em;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/novedades-li.gif) left 5px no-repeat;
}
#contenido.novedades #contenido-primario .perfumeria {
	background: url(../images/novedades-ver-mas1.jpg) right top no-repeat;
	height: 90px;
}
#contenido.novedades #contenido-primario .linea-playa {
	background: url(../images/novedades-ver-mas2.jpg) right top no-repeat;
	height: 115px;
}
#contenido.novedades #contenido-primario ul {
	list-style: none;
	width: 100%;
}
#contenido.novedades #contenido-primario .linea-playa ul {
	width: 460px;
}
#contenido.novedades #contenido-primario .ver-mas a {
	position: absolute;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
	cursor: pointer;
	background: url(../images/pixel.gif);
}
#contenido.novedades #contenido-primario .perfumeria .ver-mas a {
	top: 32px;
	right: 3px;	
}
#contenido.novedades #contenido-primario .linea-playa .ver-mas a {
	top: 0;
	right: 3px;
}
*/
/*PIE*/
#pie {
	clear: both;
	width: 780px;
	height: 55px;
	color: #fff;
	padding: 25px 0 0 0;
	background: url(../images/pie-home.gif) no-repeat;
}

#pie p {
	font-size: 1.1em;
	text-align: center;
}

#pie p a, #pie p a:visited {
	color: #fff;
	text-decoration: none;
}

#pie p a:hover {
	text-decoration: underline;
}

#photo-change li{
	list-style: none;
}

form .cat2 div {
	height: 20px;
	margin-bottom: 5px;
}

#contenido.contacto #contenido-primario ul.radio_list{
	margin: 0;
}

ul.radio_list li{
	display: inline;
}

ul.radio_list li label{
	width: 14px;
	font-size: .9em;
}

ul.media_radio_list li{
	display: inline;
	float: left;
	width: 90px;
	height:20px;
	margin-bottom:5px;
}

ul.media_radio_list li label{
	width: 60px;
}

/* SLIDER */
