/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #e6e4e1;
	font-weight : bold;
	color : #003163;	
}

A:hover	{	
	text-decoration:none;
	}
A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
TD 
{
  font-size:xx-small 
}
	
.gb {
	background-color: E6E4E1;
	border: 1px solid #555878;
	width: 60;
	font-family: Verdana;
	font-weight: bold;
	color: #555878;
	font-size: 10px;
	cursor: hand;
}
.text {
	font-family: Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #003163;
	

}
.lightlGrey
{
	background : e6e4e1;
	font-family: Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #003163;
} 

.darkGrey
{
	font-family: Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #003163;
	background : d6d3ce;	
} 
.azul
{
	font-family: Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #003163;
	background : 555878;
} 	

.Encabezado
{
	cursor: hand;
}


