/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #996600;
}


A:link
{
	font-weight: bold;
	font-size: 10px;
	color: #996633;
	text-decoration: none;
}	

A:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #996633;
	text-decoration: none;
}
		

A:active	{	
	text-decoration:	none;
	font-weight: bold;
	font-size: 10px;
	color: #996633;
	}	
		
A:hover
{
	color: #336699;
	text-decoration: underline;
}
/*Style para las clases*/
	.data
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}
.menutitle
{
font-size: 12px;
cursor:pointer;
margin-bottom: 1px;
background-color:#006699;
color:#ffffff;
width:219px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
font-size: 12px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
	

TABLE
{
	background-color: #ffffff;
	font-size: 12px;
}
