/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	background: #000;
	color:#f5f5f5;
	line-height:normal;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#menu0 {
	width: 201px;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background:url(../images/bck_but.gif) repeat-y;
}
/*///////////////////////////////
MENU - CONTENEDOR GENERAL
///////////////////////////////*/
.menu-container {
	width:200px;
	margin:0px;
	background-color:#000;
	padding-top: 12px;
	padding-bottom: 25px;
	letter-spacing:-0.05em;
}
/*///////////////////////////////
MENU GENERADO POR INDEXHIBIT
///////////////////////////////*/
#menu {
	width:200px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li.section-title, #menu ul li.section-title:hover {
	font-size:20px;
	padding-left:25px;
}
#menu ul li.section-title:hover {
	background-color:#f5f5f5;
	color:#000;
}
/*/ sub items ///////////////////////////////*/
#menu ul li, #menu ul li a, #menu ul li a:hover, #menu ul li a:visited, #menu ul li:hover {
	font-size:12px;
	color:#f5f5f5;
	padding-left:20px;
	padding-top: 2px;
	padding-bottom:2px;
	letter-spacing:0em;
}
#menu ul li a:hover, #menu ul li:hover, #menu ul li.active {
	background-color:#151515;
}
/*///////////////////////////////
MENU PERSONALIZADO
///////////////////////////////*/
.menu2 {
	width:200px;
	margin:0px;
	padding:0px;
	font-size:20px;
}
.menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu2 ul li {
	text-indent:25px;
}
.menu2 ul li a:link, .menu2 ul li a:visited {
	color:#f5f5f5;
	display:block;
}
.menu2 ul li a:hover {
	background-color:#f5f5f5;
	color:#000;
}
#content {
	height: 100%;
	margin: 0 0 0 200px;
	top: 0;
}
.container {
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-top:25px;
	margin-left:40px;
}
#tit_page {
	font-size:24px;
	font-style:italic;
	letter-spacing: -0.05em;
	width:100%;
	height:40px;
	margin-top:15px;
	margin-bottom:10px;
	background-image: url(../images/bck_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float:left;
	z-index: -1;
}
#content p {
	width: 600px;
	margin-bottom: 9px;
	line-height: 20px;
	font-size:14px;
	color:#e9e9e9;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#once {
	clear: left;
}
/*///////////////////////////////
FOOTER
///////////////////////////////*/
#copy {
	width:170px;
	clear:both;
	background-color:#151515;
	padding:15px;
	margin-top:25px;
}
.copy, .lacieguita {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f5f5f5;
}
.lacieguita a:link, .lacieguita a:visited {
	color:#b1b1b1;
	text-decoration:none;
}
.lacieguita a:hover {
	color:#f5f5f5;
	text-decoration:underline;
}
/*///////////////////////////////
LOGO
///////////////////////////////*/
.logo {
	margin-bottom:31px;
	padding-top:16px;
}
/*///////////////////////////////
COLECCIONES
///////////////////////////////*/

.texto_coleccion {
	font-size:12px;
	position:absolute;
	top: 490px;
}
#img-container {
	padding: 0;
	margin:0;
	margin-top: 65px;
}
#img-container p {
	margin: 0;
	padding: 0;
}
.nav, .nav a, .nav a:visited {
	font-size:12px;
	color:#bbbbbb;
	text-align:right;
}
.nav {
	width:605px;
	position:absolute;
	top: 45px;
}
#flash {
	position:absolute;
	background-color:#000;
	width:auto;
	top:20px;
	left:220px;
	z-index: 3;
}
#negro{
	background-color:#000;
	width:100%;
	height:500px;
	z-index: 2;
	position:relative;
}
