@charset "utf-8";
a.wl:link, a.wl:visited {

	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

a.wl:hover {
	text-decoration: none;
	color: #fff;
}

body {
	background-image:url(../img/bg_main.gif);
	background-repeat:repeat-x;
	background-color: #333333;
}

body, td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#999;
	font-size:12px;
	}

a.menu:link, a.menu:visited {

	display: block;
	background: url(../img/menu_bg.gif);
	background-repeat:no-repeat;
	vertical-align: middle;
	text-align: left;
/*	padding-top: 5px;*/
	padding-left: 25px;
	height: 25px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	line-height:20px;
}

a.menu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ffaa00;
}


a.submenu:link, a.submenu:visited {

	display: block;
	background: url(../img/submenu_bg.gif);
	background-repeat:no-repeat;
	vertical-align: middle;
	text-align: left;
/*	padding-top: 5px;*/
	padding-left: 35px;
	height: 25px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	line-height:20px;
}

a.submenu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

.sqg { background-color:#2d2d2d;}
.sqg_tl { background-image:url(../img/sqg_tl.gif); height:5px; width:5px;}
.sqg_tr { background-image:url(../img/sqg_tr.gif); height:5px; width:5px;}
.sqg_bl { background-image:url(../img/sqg_bl.gif); height:5px; width:5px;}
.sqg_br { background-image:url(../img/sqg_br.gif); height:5px; width:5px;}


.sqb { background-color:#000000;}
.sqb_tl { background-image:url(../img/sqb_tl.gif); height:5px; width:5px;}
.sqb_tr { background-image:url(../img/sqb_tr.gif); height:5px; width:5px;}
.sqb_bl { background-image:url(../img/sqb_bl.gif); height:5px; width:5px;}
.sqb_br { background-image:url(../img/sqb_br.gif); height:5px; width:5px;}

.form{
	background-color:#333;
	border:#666 solid 1px;
	color:#F90;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:2px;
}
.boton{
	background-color:#F90;
	border:#fc0 solid 1px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:2px;
	cursor:pointer;
}

.resaltar{color:#FFF;}
