html {
	height:100%;
}

body {
	background-color:#FFFFFF;
	font-family:"Arial";
	font-weight: normal;
	font-size: 11px;
	color:#333333;
	background-image:url(../img/fondo.jpg);
	background-position-x:center;
	background-position-y:top;
	background-repeat:repeat;
	
}
img{
	border:none;
}

input, select, textarea {
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:11px;
}

#copy{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#E6E6E6;
	width:300px;
	text-align:center;
	float:right;
	font-weight:bold;
	color:#FFFFFF;
}

#container{
	/*width: 80%;*/
	width: 720px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding:5px;
	/*border:1px solid #000000;*/
	text-align:left;
	
	
}

#header{
	float:left;
	width:100%;
	height:60px;
	margin-bottom:10px;
}

#logo{
	float:left;
	width:268px;
	height:60px;
	text-align:right;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	
}

#sponsor{
	float:right;
	width:228px;
	height:60px;
	text-align:right;
	background-image:url(../img/logomemory.gif);
	background-repeat:no-repeat;
}

#sidebar {
	float:left;
	/*width:24%;*/
	width:141px;
	/*height:318px;*/
	background:transparent;
	background-image:url(../img/logo_sidebar.jpg);
	background-repeat:no-repeat;
	padding:15px 0;
	/*border:1px solid red;*/
	margin-top:25px;
}

#sideBanner{
	float:left;
	width:141px;
	height:60px;
	margin-top:20px
}

#maincontent{
	float:left;
	width:520px;
	margin: 0 20px 0 23px;
	/*border:1px solid red;*/
}

#maincontent_menu{
	float:left;
	width:100%;
	/*background-color:#E6E6E6;*/
	margin-bottom:24px;
}

#footer{
	float:left;
	width:100%;
	height:60px;
	margin-top:20px;
	/*border:1px solid #000000;*/
}
#footer div{
	padding:3px;
}




.menuitem{
	float:left;
	width:100%;
	height:16px;
	background-color:#6ab82e;
	margin-bottom:3px;
}

.menuitem div{
	padding:3px;
}

.menuitem a{text-decoration: none;color: #FFFFFF;padding-left: 4px;font-family:"Arial";font-size:11px;}
.menuitem a:hover{color: #FFFFFF;font-weight:bold}
.menuitem a:visited{color: #FFFFFF;}
.menuitem a:active{color: #FFFFFF;}

.menuitem_selected{
	background-color:transparent;
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:center;
}

.menuitem_selected div{
	padding:3px;
}

.menuitem_selected a{text-decoration: none;color: #6ab82e;padding-left: 4px;font-family:"Arial";font-size:11px;}
.menuitem_selected a:hover{color: #6ab82e;font-weight:bold}
.menuitem_selected a:visited{color: #6ab82e;}
.menuitem_selected a:active{color: #6ab82e;}

#submenu{
	float:left;
	width:100%;
	background-color:transparent;
	margin-bottom:3px
}


.submenuitem{
	float:left;
	width:100%;
	height:16px;
	background-color:#F7F5E7;
	margin-bottom:3px;
}

.submenuitem div{
	padding:3px;
}
.submenuitem a{text-decoration: none;color: #666666;padding-left: 4px;font-family:"Arial";font-size:11px;}
.submenuitem a:hover{color: #333333;}
.submenuitem a:visited{color: #666666;}
.submenuitem a:active{color: #666666;}

.submenuitem_selected{
	float:left;
	width:100%;
	height:16px;
	background-color:#F1E75E;
	margin-bottom:3px;
}

.submenuitem_selected div{
	padding:3px;
}


.submenuitem_selected a{text-decoration: none;color: #666666;padding-left: 4px;font-family:"Arial";font-size:11px;}
.submenuitem_selected a:hover{color: #333333;}
.submenuitem_selected a:visited{color: #666666;}
.submenuitem_selected a:active{color: #666666;}


.spacer{
	float:left;
	width:100%;
	height:3px;
	
}

.spacer_10{
	float:left;
	width:100%;
	height:10px;
	
}

.spacer_40{
	float:left;
	width:100%;
	height:40px;
	
}

.thumbtitle{
	float:left;
	width:100%;
	height:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}

.thumb{
	float:left;
	width:70px;
	height:50px;
	margin-right:10px;
}

.cursositem{
	float:left;
	height:16px;
	
}

.cursositem div{
	padding:3px;
	
}

.cursositem a{text-decoration: none;color: #666666;padding-left: 4px;font-family:"Arial";font-size:11px;}
.cursositem a:hover{color: #333333;text-decoration: underline;}
.cursositem a:visited{color: #666666;}
.cursositem a:active{color: #666666;}
