/* SLIMBOX */


*{
	padding: 0px;
	margin: 0px;
	border: 0px;

}
body{
	background-image:url(../../img/fondo.jpg);
	background-repeat: no-repeat;
	background-color:#121819;
	background-position:top;
}
#ama{
	position: relative;
	width: 750px;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	
}
#cabecera{
	position: absolute;
	width: 750px;
	height: 200px;

}
#logo{
	position: absolute;
	width: 750px;
	height: 84px;
	background-image:url(../../img/cabecera.gif);
	background-repeat: no-repeat;

}

#ikonoak{
	position: absolute;
	width: 750px;
	height: 20px;
	margin-top: 84px;
	background-color:#8FD400;
}
ul.ikonoak li{
	list-style-type: none;
	float: right;
	margin-top: 2px;
	margin-right: 15px;
}


#fondomenu{
	position: absolute;
	width: 750px;
	height: 96px;
	margin-top: 104px;
	background-image:url(../../img/fondomenu.gif);
	background-repeat: no-repeat;

}

#menu{
	position: absolute;
	width: 750px;
	height: 25px;
	margin-top: 20px;
	padding-top: 10px;

}
ul.menua li{
	list-style-type: none;
	float: left;
	padding-left: 22px;
	
}
a:link{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}
a:hover{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color:#121819;
}
a:visited{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}
a:active{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}
#galeria{
	position: absolute;
	width: 720px;
	height: 438px;
	margin-top: 200px;
	background-color:#121819;
	padding: 15px;
	overflow:auto;
	text-align:center;
	
}
a.ttikiak:link{
	margin: 5px;
}
a.ttikiak:hover{
	margin: 5px;
	}
a.ttikiak:active{
	margin: 5px;
}
a.ttikiak:visited{
	margin: 5px;
}



/* 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: #fff url(loading.gif) no-repeat 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(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) 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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
