
img {
  border: none;
}

#loginbox {
	background-color:#339900;
	color:#ffffff;
	font-size:12px;
	position:absolute;
	left:50%;
	width:400px;
	top:20%;
        padding:20px;	
	border:1px solid #fff;
	z-index:100;
	margin-left:-180px;
	text-align:center;
}

#loginTitle {
	font-size:17px;
	font-weight:bold;
}

/* ----- interface -------- */

#top  {
        position:absolute;
        z-index:99;
        width:99%;
        height:50px;
	padding:5px;
        background-color: #FBFCFC;
/*        background-image: url(/kms/tpl/default/styles/aqua/img/interface/head_bg.jpg);*/
        background-repeat: repeat-y;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #8a939d;
}



#contents {
        position:absolute;
        left:200px;
        top:47px;
        width: 900px;
        height:100%;
	margin:20px;
        z-index:2;
        background-color:#fff;
}

#content {
        padding-left:15px;
}
#leftmenu {
        position:absolute;
        width:200px;
	height: 100%;
	top:0px;
}


#itopGal {
        position:relative;
        z-index:99;
        width:100%;
        height:50px;
        padding:5px;
        background-color: #eee;
/*        background-image: url(/kms/tpl/default/styles/aqua/img/interface/head_bg.jpg);*/
        background-repeat: repeat-y;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #8a939d;
}


.galthumb {
        margin:0px;
        float:left;
        width:130px;
        height:170px;
        font-size:15px;
	text-align:center;
}

.mythumb {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-color: #eee;
        border-width: 1px;
        border-style: solid;
        border-color: #8a939d;
	font-size:15px;
}


b.destacat {
        color:#06c; 

}


