/* CSS Document development by southernmind inc || Luciano Di Toto  */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b67;
	margin:0px;
	background-color: #6b6b67;
	background-image: url(img/bg_line.jpg);
	background-repeat: repeat-x;
	
}

#grancontenedor {
	width:813px;
	height:570px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}#encabezado {
	background-color: #9dc8cc;
	background-repeat: no-repeat;
	height: 139px;
	width: 813px;
}
#separador {
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 9px;
	width: 813px;
}
#flash_content {
	background-color: #cccccc;
	background-repeat: no-repeat;
	height: 200px;
	width: 813px;
}
#footer {
	background-color: #9dc8cc;
	background-repeat: no-repeat;
	height: 17px;
	width: 813px;
	float: left;
}
#contenedor_menu {
	background-color: #9dc8cc;
	background-repeat: no-repeat;
	height: 410px;
	width: 150px;
	float:left;
}
#separador_vert {
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 400px;
	width: 6630px;
}
#general_content {
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 408px;
	width: 813px;
}
#menu_content {
	background-color: #939696;
	background-repeat: no-repeat;
	height: 408px;
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#sep_content {
	background-color: #ffff00;
	background-repeat: no-repeat;
	height: 400px;
	width: 10px;
}
#main_content {
	background-color: #cde5de;
	background-repeat: no-repeat;
	height: 400px;
	width: 647px;
	float: right;
	left: 160px;
	top: 0px;
}
#main_gallery {
	background-color: #cde5de;
	background-repeat: no-repeat;
	height: 400px;
	width: 645px;
	left: 160px;
	top: 0px;
	overflow: auto;
}

#barrita_tit {
	background-color: #3C4B4D;
	background-repeat: no-repeat;
	height: 16px;
	width: 615px;
	left: 160px;
	top: 6px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #9FCDD1;
	text-transform: uppercase;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 30px;
}
#content {
	background-repeat: no-repeat;
	height: 372px;
	width: 615px;
	left: 160px;
	top: 6px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #3C4B4D;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 30px;
}

#sub_menu_content1 {
	background-color: #939696;
	background-repeat: no-repeat;
	height: 268px;
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: top;
}
#sub_menu_content2 {
	background-color: #939696;
	background-repeat: no-repeat;
	height: 140px;
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: bottom;
}

#grancontenedori {
	width:813px;
	height:779px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background-color: #fff;
	background-image: url(../img/misc/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/misc/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/misc/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/misc/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

