/* CSS Document */

thead td {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#60BF02;
}
#notis {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	padding: 3px;
}
#notis a {
	font-weight:bold;
}
#notis a:hover {
	color:#006600;
}
#notis tr:hover {
	background-color:#E2FFC6;
}

#notis td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #999999;
	padding: 6px 2px 5px 4px;

}
#titular {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	padding: 5px 5px 5px 80px;
	margin: 10px 0 10px 0;
}
#cosnoti {
	font-size: 11px;
	color:#333333;
	padding: 5px 5px 0px 80px;
	margin: 10px 0 5px 0;
}

#submenu {
	text-align: center;
	margin-bottom: 20px;
	padding-right: 10px;
}
#menu {
	list-style: none;
	margin:0;
	padding:0 0 1px 0;
}
#menu a {
	color: #fff;
	font: normal 11px/20px verdana, arial, tahoma, sans-serif;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(/images/submenu2_mo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#actual{
	background-image: url(/images/submenu_mo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#menu li {
	/*color: #fff;
	font: normal 11px/20px verdana, arial, tahoma, sans-serif;
	text-decoration: none;*/
	float:right;
	background-color: #00001a;
	margin-left: 1px;
}
#menu li a:hover {
	background-image: url(/images/submenu_mo.png);
	background-repeat: no-repeat;
	background-position: left;
}