@charset "utf-8";
/* Styles (www.npicasso.com) */

/* Genérico */

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#585858;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #9d9d9d;
}
a {
	text-decoration:none;
	color:#0048ff;
}
h1 {
	font-size:10px;
	color:#0099FF;
	font-weight:bold;
	margin-left:15px;
	float:left;
}	

/* DIV ID */
#principal {
	width:900px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background:#FFF;
	/*background:url(img/bkg_principal.jpg) repeat-y center;*/
}
#cabeza {
	width:100%;
	height:26px;
	/*background:url(img/bkg_cabeza.jpg) top center no-repeat;*/
	background:#FFF;
}
#cabecera {
	width:758px;
	height:99px;
	margin-top:0;
	margin-left:25px;

}
#logo {
	width:320px;
	height:69px;
	border:solid 2px #B09FB1;
	padding:7px;
	float:left;
	margin-top:5px;
}
#menu {
	height:99px;
	width:414px;
	float:right;
	margin:0;
	padding:0;
}
#contenidos {
	width:850px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
	background: #C9C9FC;
}
#izquierda {
	float:left;
	height:525px;
	width:171px;
	margin-top:7px;
	margin-left:7px;
	margin-bottom:7px;
	background:#9D9D9D;
	padding:1px;
}
#derecha {
	float:left;
	width:650px;
	height:525px;
	background:#9D9D9D;
	margin-top:7px;
	margin-left:7px;
	margin-bottom:7px;
}
#derecha_i {
	float:left;
	height:361px;
	width:196px;
	background:#fffde7;
	margin-left:6px;
	margin-top:6px;
	margin-bottom:6px;
	border:solid 1px #C9C9FC;
}
#derecha_d {
	float:left;
	height:500px;
	width:625px;
	background:#fffde7;
	margin-left:6px;
	margin-top:6px;
	margin-bottom:6px;
	border:solid 1px #C9C9FC;
	font-size:10px;
	text-align:left;
	padding:5px;
	overflow-y:auto;
}
	
#pie {
	width:100%;
	height:26px;
	/*background:url(img/bkg_pie.jpg) bottom center no-repeat;*/
	background:#FFF;
}
#enlances_inf {
	clear:both;
	width:798px;
	height:45px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	color:#333;
}
#enlances_inf a {
	color:#333;

}
#enlances_inf a:hover{
	color:#fff;
	text-decoration:underline;
}
#npicasso {
	margin:0;
	padding:0;
	display:block;
	width:798px;
	height:18px;
	margin-top:25px;
	text-align:left;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:auto;
	margin-right:auto;
	
}
#npicasso a{
	color:#999999;
}
#npicasso a:hover{
	color:#CCCCCC;
}

/* DIV CLASS */

/* Menu superior */
#menu ul{
	list-style:none;
	padding:0;
	margin:0;

}
#menu li {
	margin:0;
	padding:0;
	float:left;
	margin-right:3px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;


}

#menu li a {
	display:block;
	padding:5px;
	padding-bottom:0;
	padding-top:45px;
	background:#B09FB1 url(img/bkg_menu1.jpg) right;
	height:47px;
	width:90px;


}
#menu li a:hover {
	width:90px;
	display:block;
	margin-top:5px;
	height:52px;
	padding-top:40px;
	background:#B09FB1 url(img/bkg_menu1.jpg) left;

}

	

/* Menu lateral */

#izquierda ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#izquierda a, #izquierda h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
}

#izquierda h2 {
	color: #000;
	background: #B09FB1;
	text-transform: uppercase;
}

#izquierda a {
	color: #3e3e3e;
	background: #FFFFFF;
	text-decoration: none;
}

#izquierda a:hover {
	color: #baae52;
	background: #fff;
}

#izquierda li {
	position: relative;
}

#izquierda ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#izquierda ul ul ul,
div#izquierda ul ul li:hover ul ul
	{display: none;}

div#izquierda ul ul li:hover ul,
div#izquierda ul ul ul li:hover ul
	{display: block;}
	
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#izquierda ul li {float: left; width: 100%;}
#izquierda ul li a {height: 1%;} 

#izquierda a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 

/*

#izquierda ul li {float: left; width: 100%;}

#izquierda ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#izquierda a, #izquierda h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#izquierda h2 {
	color: #000;
	background: #B09FB1;
	text-transform: uppercase;
}

#izquierda a {
	color: #8b8b8b;
	background: #ffffff;
	text-decoration: none;
}

#izquierda a:hover {
	color: #a00;
	background: #fff;
}

#izquierda li {
	position: relative;
}

#izquierda ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#izquierdaul ul ul,
div#izquierda ul ul li:hover ul ul
	{display: none;}

div#izquierda ul ul li:hover ul,
div#izquierda ul ul ul li:hover ul
	{display: block;}
	
	*/


/* BODY-CLASS */

.quien #quien {
	width:90px;
	display:block;
	margin-top:5px;
	height:52px;
	padding-top:40px;
	background:#B09FB1 url(img/bkg_menu1.jpg) left;

}
.donde #donde {
	width:90px;
	display:block;
	margin-top:5px;
	height:52px;
	padding-top:40px;
	background:#B09FB1 url(img/bkg_menu1.jpg) left;

}
.catalogo #catalogo {
	width:90px;
	display:block;
	margin-top:5px;
	height:52px;
	padding-top:40px;
	background:#B09FB1 url(img/bkg_menu1.jpg) left;

}

.contacto #contacto {
	width:90px;
	display:block;
	margin-top:5px;
	height:52px;
	padding-top:40px;
	background:#B09FB1 url(img/bkg_menu1.jpg) left;

}

/* Formularios */

.form_normal {
	width:200px;
	height:16px;
	border: solid 1px #FFCC33;
	color:#333333;
	background:  #FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
}
.form_cometario {
	width:250px;
	border: solid 1px #FFCC33;
	height:116px;
	color:#333333;
	background:  #FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
}
.linea_form {
	width:440px; 
	height:20px; 
	margin-bottom:5px;
	background: #0066FF;
	color:#FFFFFF;
	font-size:11px;
} 



/* VARIOS */
.borde_imagen {
	border:solid 1px #C9C9FC;
}
.medidas {
	margin-left:18px;
}
.lista-medidas li{
	margin:0;
	padding:0;
}
.medidas_div {
	float:right;
	width:260px;
	margin-right:15px;
}
.modelos {
	padding:0; 
	margin:0; 
	padding-bottom:10px;
	text-align:center;
}
.tabla_productos {
	text-align:center;
}

.tabla_productos p {
	margin:0;
	padding:0;
}

/*lightbox*/


#lightbox, #textLightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#outerTextContainer{
	position: relative;
	background-color: #fff;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	line-height:1.5em;
	text-align:left;
	padding:10px;	
	border:1px solid #000
}

#closeText{text-align:right}
#bottomNav{margin-top:5px;text-align:right}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000000;
	}
.thumbnail {
	margin-bottom:2px;
}



/** alexunai **/
.listaalex {

	list-style:none;
	display:block;
	height:500px;
	width:100%;
	margin:0;
	padding:0;
}

.listaalex-a {
	float:left;
	margin-left:5px;
	margin-top:5px;
	height:140px;
	width:150px;
}
table.special p {
	margin:5px 0 5px 0;
}
.special {
	text-align:center;
}