@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Patrick+Hand+SC);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:700);
@import url(http://fonts.googleapis.com/css?family=Rochester);
.tituloRosa {
	/* [disabled]color: #000; */
	/* [disabled]background-color: #FFC9E3; */
	font-weight: 400;
	padding-left: 30px
!important;
	clear: both;
}
#fondomenu {
background: url(imagenes/menu-bg.jpg) repeat-x;
height:100px;
width: 100%;
z-index:1000;
position: absolut;
margin-bottom: 0px;
}
#formulario .escala{
	width:100%;
	max-width: 300px;
}
#formulario td{
	padding:5px;
}
.fondoBlanco{
	background-color: #FFF;
	height: auto;
	/* [disabled]clear: both; */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#cami-mail{
	color:#333;
	text-decoration:none;	
}
h2   , h2 span{
	font-size: 1.2em !important;
	/* [disabled]text-decoration: underline; */
	/* [disabled]background-color: #FFC9E3; */
	padding: 5px;
}
#menuPrincipal a{
	color:#000;
}
#menuPrincipal a:hover,
#menuPrincipal .seleccionado a{
	color:rgb(220, 234, 227);
}
#contenido *{
	font-family: 'Noto Serif', serif;
	/*font-weight: 500;*/
	font-size: 12px;
	display: block;
	/* [disabled]height: auto; */
}
#contenido p{
	font-size: 1em;
	text-align: justify;
}
#contenido #aboutUs-txt{
	font-size:1.2em;
}
#lookMe *{
	/*font-size:1.1em;*/
	font-weight: 700;
	color: #666;
	text-align: center
!important;
	text-decoration: none;
}
#main{
	position: relative;
	clear: both;
}
#imagenesPrensa #main ul li,
#imagenesPrensa #main a{
	margin:0 !important;
	padding:0 !important;
}
div#main ul li div.descripcionColeccion{
	display:none !important;
	/*height:auto;
	left:-35px;*/
	width:173px;
	border-radius:0px 0px 10px 10px;
	padding:0;
}
/*div#main ul li:hover img,
div#main ul li:hover div.descripcionColeccion{
	border:#333 4px solid;	
}*/
div#main ul li:hover div.descripcionColeccion{
	display:block !important;
	height:auto;
}
/*div#main ul li img{
	width:200px;
}*/
div#main ul li:hover{
	height:auto;
	z-index:999999;
	cursor:pointer;
}
/*div#main ul li:hover img{
	width:300px;
}*/
div.descripcionColeccion{
	position:absolute;
	/*height:50px;*/
	color:#333;
	/*font-weight:700;*/
	font-size:1.5ex;
	text-align:left !important;
	margin:0;
	padding:5px 10px;
	background-color:#fde0d0;
	font-family:"Times New Roman", Times, serif;
}
p.descripcionColeccion{
	margin:0px;
	padding:5px;
	border-radius:0px 0px 10px 10px;
	background-color:#fde0d0;
}
div.fotoColeccion,
div#galeria,
div#imagenesPrensa{
	position:relative !important;
}
/*div#contenido,
div#galeria,
div#galeria ul#foo,
div#galeria div.caroufredsel_wrapper{
	height:auto !important;
	min-height:570px !important;
}*/
div#imagenesGaleria > div{
	position:relative !important;
}
#siguiente {
	position: absolute;
	width: 69px;
	height: 40px;
	z-index: 99999;
	/*left: 349px;*/
	top: 135px;
	cursor:pointer;
}
#anterior {
	position: absolute;
	width: 71px;
	height: 41px;
	z-index: 100000;
	left: 5px;
	top: 142px;
	cursor:pointer;
}
div.colecciones,
div.colecciones *{
	text-align:center;
}

ul, ul li{
	margin:0;
	padding:0;
}
div#contenedor{
	background: url(imagenes/fondo.jpg) repeat-x;
	/*min-height: 650px;*/
}
.bordeImagen{
	border: #FFF solid 10px;
	box-shadow: 0px 0px 4px 0px #999;
}
div.seccion{
	clear: right;
	display: block;
	min-height: 200px;
	overflow: inherit;
	padding-bottom: 5px;
	height: inherit;
}
div#pie{
	margin-top:15px;
}
div#redesSociales{
	width:50%;
	float:left;
}
div#dogoMedia{
	width:90px;
	float:right;
	margin-right:15px;
}
.espaciado {
	letter-spacing: 4px;
}
#lookMe p {
	margin-top: 42px;
}
#fotoFacebook img {
	width: 100%;
	/* [disabled]min-height: 102px; */
	/* [disabled]min-width: 104px; */
	/*height: auto !important;*/
}
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	width: 100%;
}
#logotipo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index:50;
	position: relative;
}
#menuPrincipal {
	clear: both;
	float: left;
	margin-left: 0;
	padding-top: 29px;
	width: 100%;
	display: block;
}
ul{
	margin-top:30px;
}
ul li{
	list-style:none;
	margin:5px;
}
ul li a{
	color:#000;
	text-decoration:none;
	font-family: 'Noto Serif', serif;
	display:block;
	text-align:center;
	padding:0 5px;
}
ul li a:hover,
ul li.seleccionado a{
	color:#F9C;
	text-decoration:line-through;
}
#contenido{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 30px;
}
#fotoPrincipal{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#cuerpo{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotoAboutUs{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
	position: relative;
}
#fotoPrensa{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 37.5%;
	display: block;
	position: relative;
}
#fotoContacto{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 37.5%;
	display: block;
	position: relative;
}
#fotoColecciones{
	clear: both;
	float: left;
	margin-left: 0;
	width: 37.5%;
	display: block;
	position: relative;
}
#fotoFacebook{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 16.6666%;
	display: block;
}
#fotoProduct{
	clear: both;
	float: right;
	/* [disabled]margin-left: 80px !important; */
	/* [disabled]margin-top: 0px !important; */
	width: 55%;
	display: block;
	position: relative;
}
#txtCampana {
	position: absolute;
	left: -11px;
	top: 27px;
	width: 144;
	height: 86;
	z-index: 10;
	overflow: visible;
}
#txtAboutUs {
	position: absolute;
	width: 70;
	height: 36;
	z-index: 10;
	left: -3px;
	top: 12px;
}
#txtPress {
	position: absolute;
	left: -7px;
	top: 72px;
	width: 56px;
	height: 46px;
	z-index: 10;
}
#txtContacto {
	position: absolute;
	left: -9px;
	top: 13px;
	width: 84px;
	height: 49px;
	z-index: 10;
}
#txtProduct {
	position: absolute;
	left: 86px;
	top: -12px;
	width: 115px;
	height: 78px;
	z-index: 10;
}
#lookMe {
	position: absolute;
	width: 154px;
	height: 112px;
	z-index: 2;
	left: -96px;
	top: 108px;
	background: url(imagenes/fondito-look-at-me.png) no-repeat;
	text-align: center;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#aboutUs-txt {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#FFF;
}
#aboutUs-txt>*{
	margin:15px;
}
#aboutUs-txt>img{
	float:left;
}
#aboutUs-txt{
	position:relative;
}
div#contenedorFotoSecundaria{
	position: absolute;
	width: 150px;
	height: 143px;
	left: 260px;
	top: 436px;
	z-index: 20;
}
div#contenedorBaul{
	position: absolute;
	width: 203px;
	height: 169px;
	left: 195px;
	top: 574px;
	z-index: 20;
}
#estampa {
	position: absolute;
	width: 106px;
	height: 130px;
	z-index: 1;
	left: 287px;
	top: -5px;
}
#colecciones2014 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colecciones2013 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#colecciones2012 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#colecciones2011 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#ss2013 {
	clear: both;
	float: left;
	margin-left: 3%;
	width: auto;
	display: block;
	text-align: center;
}
#ss2013b {
	clear: both;
	float: left;
	margin-left: 19%;
	margin-right: 1%;
  	width: auto;
}
#fw2013 {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#contacto-txt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;
}
#contacto-imagen {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#foto-contacto {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
	left: 220px;
	top: -3px;
}
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

/*@media only screen and (min-width: 481px)*/
@media only screen and (min-width: 515px) {
.gridContainer {
	width: 100%;
}
#logotipo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	padding-top: 8px;
	display: block;
}
#menuPrincipal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
ul li{
	float:left;
}
#contenido{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotoPrincipal{
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#cuerpo{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotoAboutUs{
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#fotoPrensa{
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#fotoContacto{
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#fotoColecciones{	
	clear: both;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#fotoFacebook{
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 18.36%;
	display: block;
}
#fotoProduct{
	clear: none;
	float: right;
	/* [disabled]margin-left: 2.5641%; */
	/* [disabled]margin-left: 70px !important; */
	/* [disabled]margin-top: 80px !important; */
	width: 35.8974%;
	display: block;
}
#txtCampana {
	position: absolute;
	left: -11px;
	top: 253px;
	width: 144;
	height: 86;
	z-index: 10;
	overflow: visible;
}
#txtAboutUs {
	position: absolute;
	width: 70;
	height: 36;
	z-index: 10;
	left: -5px;
	top: 46px;
}
#txtPress {
	position: absolute;
	left: 61px;
	top: 68px;
	width: 56px;
	height: 46px;
	z-index: 10;
}
#txtContacto {
	position: absolute;
	left: 15px;
	top: 57px;
	width: 84px;
	height: 49px;
	z-index: 10;
}
#txtProduct {
	position: absolute;
	left: -37px;
	top: 12px;
	width: 115px;
	height: 78px;
	z-index: 10;
}
#lookMe {
	position: absolute;
	width: 152px;
	height: 112px;
	z-index: 2;
	left: -107px;
	top: 117px;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#aboutUs-txt {
	clear: both;
/*	float: left;*/
	margin-left: 0;
	width: 100%;
	display: block;
}
/*#imagen-aboutUs {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}*/
#imagen-aboutUs {
	clear: none;
	float: right;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
	position:relative;
}
div#contenedorFotoSecundaria{
	width: 146px;
	height: 123px;
	left: 15px;
	top: 267px;
}
div#contenedorBaul{
	width: 203px;
	height: 169px;
	left: 82px;
	top: 311px;
}
#estampa {
	position: absolute;
	width: 106px;
	height: 130px;
	z-index: 1;
	left: 474px;
	top: -23px;
}
#colecciones2013 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.5384%;
	display: block;
}
#colecciones2012 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#colecciones2011 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#ss2013 {
	clear: both;
	float: left;
	margin-left: 3%;
	width: auto;
	display: block;
	text-align: center;
}
#ss2013b {
	clear: both;
	float: left;
	margin-left: 19%;
	margin-right: 1%;
  	width: auto;
}
#fw2013 {
	clear: none;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#contacto-txt {
	clear: left;
	float: left;
	/*margin-left: 2.0408%;*/
	width: 47.3877%;
	display: block;
}
#contacto-imagen {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50.5714%;
	display: block;
}
#foto-contacto {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
	left:-4px;
	top: 308px;
}

}
@media only screen and (min-width: 600px) {
/*#siguiente {
	position: absolute;
	width: 69px;
	height: 40px;
	z-index: 99999;
	left: 612px;
	top: 132px;
}
*/
#fotoProduct{
	/* [disabled]margin-left: 90px !important; */
	/* [disabled]margin-top: 80px !important; */
}
/*
#anterior {
	position: absolute;
	width: 71px;
	height: 41px;
	z-index: 100000;
	left: 30px;
	top: 132px;
}*/	
}
@media only screen and (min-width: 715px) {
#fotoProduct{
	/* [disabled]margin-left: 100px !important; */
	margin-top: 80px !important;
}
#fotoFacebook img {
	width: 50%;}
}
/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

/*@media only screen and (min-width: 748px)*/
@media only screen and (min-width: 849px) {
.gridContainer {
	width: 100%;
}
#logotipo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}
#menuPrincipal {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 69.3877%;
	display: block;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotoPrincipal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
}
#cuerpo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotoAboutUs {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
#fotoPrensa {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
#fotoContacto {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 18.3673%;
	/* [disabled]display: block; */
	margin-top: 40px;
}
#fotoColecciones {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	/* [disabled]display: block; */
}
#fotoFacebook {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	/*width: 18.3673%;*/
	display: block;
	height: 100%;
}
#fotoProduct {
	clear: none;
	float: left;
	/* [disabled]margin-left: 5%; */
	width: 18.3673%;
	display: block;
	/* [disabled]margin-left: 150px !important; */
	margin-top: 60px !important;
}
#txtCampana {
	position: absolute;
	left: -15px;
	top: 226px;
	width: 144;
	height: 86;
	z-index: 10;
	overflow: visible;
}
#txtAboutUs {
	position: absolute;
	width: 70;
	height: 36;
	z-index: 10;
	left: -3px;
	top: 12px;
}
#txtPress {
	position: absolute;
	left: 1px;
	top: 81px;
	width: 56px;
	height: 46px;
	z-index: 10;
}
#txtContacto {
	position: absolute;
	left: 4px;
	top: 55px;
	width: 84px;
	height: 49px;
	z-index: 10;
}
#txtProduct {
	position: absolute;
	left: 44px;
	top: -24px;
	width: 115px;
	height: 78px;
	z-index: 10;
}
#lookMe {
	position: absolute;
	width: 152px;
	height: 112px;
	z-index: 2;
	left: -101px;
	top: 70px;
	vertical-align: middle;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#aboutUs-txt {
	clear: both;
	/*	float: left;*/
	margin-left: 0;
	width: 65%;
	display: block;
}
#imagen-aboutUs {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
div#contenedorFotoSecundaria{
	width: 204px;
	height: 219px;
	left: -4px;
	top: 79px;
}
div#contenedorBaul{
	width: 280px;
	height: 223px;
	left: 69px;
	top: 242px;
}
#estampa {
	position: absolute;
	width: 106px;
	height: 130px;
	z-index: 1;
	left: 472px;
	top: -32px;
}
#colecciones2013 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
}
#colecciones2012 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
#colecciones2011 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
#ss2013 {
	clear: both;
	float: left;
	margin-left: 3%;
	width: auto;
	display: block;
	text-align: center;
}
#ss2013b {
	clear: both;
	float: left;
	margin-left: 19%;
	margin-right: 1%;
  	width: auto;
}
#fw2013 {
	clear: none;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#contacto-txt {
	clear: none;
	float: left;
	/*margin-left: 2.0408%;*/
	width: 43.3877%;
	display: block;
	position: relative;
}
#contacto-imagen {
	clear: none;
	float: left;
	margin-left: 0;
	width: 53.5714%;
	display: block;
}
#foto-contacto {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
	left: -53px;
	top: 344px;
}
/*#siguiente {
	position: absolute;
	width: 69px;
	height: 40px;
	z-index: 99999;
	left: 761px;
	top: 194px;
}
#anterior {
	position: absolute;
	width: 71px;
	height: 41px;
	z-index: 100000;
	left: 55px;
	top: 192px;
}*/
}

/* Diseño escritorio: de 1000 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

/*@media only screen and (min-width: 1000px)*/
@media only screen and (min-width: 1245px) {
div.seccion{
	min-height: 225px;
}
div#contenedorFotoSecundaria{
	width: 221px;
	height: 224px;
	left: 11px;
	top: 30px;
}
div#contenedorBaul{
	width: 341px;
	height: 254px;
	left: 81px;
	top: 196px;
}
#estampa {
	position: absolute;
	width: 106px;
	height: 130px;
	z-index: 1;
	left: 707px;
	top: -13px;
}
#contacto-txt {
	clear: none;
	float: left;
	/*margin-left: 2.0408%;*/
	width: 43.3877%;
	display: block;
}
#contacto-imagen {
	clear: none;
	float: left;
	margin-left: 0;
	width: 53.5714%;
	display: block;
}
#foto-contacto {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
	left: -78px;
	top: 319px;
}
#fotoProduct{
	/* [disabled]margin-left: 120px !important; */
	/* [disabled]margin-top: 80px !important; */
}
#lookMe {
	left:-64px;
	top:117px;
}
/*#siguiente {
	position: absolute;
	width: 69px;
	height: 40px;
	z-index: 99999;
	left: 1054px;
	top: 239px;
}
#anterior {
	position: absolute;
	width: 71px;
	height: 41px;
	z-index: 100000;
	left: 86px;
	top: 220px;
}*/
}