/** Add css rules here for your application. */
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled{
  	cursor: pointer;
	cursor: hand;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:none;
	border:0px;
}
a:link, visited, hover, active {
    cursor: pointer;
    cursor: hand;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:800;
	background-image:none;
	border:0px;
}
.buttonMenu .gwt-StackPanelItem{
    cursor: pointer;
    cursor: hand;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#0136AD;
}
.header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#0136AD;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-top:10px;
	padding-left: 15px;
}
	
.transparentButton {
	border:0px;
	text-align: left;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	text-decoration:underline;
	color:#014a99;
	font-size:0.8em;
    cursor: pointer;
    cursor: hand;  
    background-color:transparent; 
    background-repeat:no-repeat;
    background-position: center center;
	width:368px;
	height:30px;
	padding:0;
	font-size:12px;
}
.htmlTexto{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}