/* CSS Document */
body{
	background:#FFFFFF;
	font-family:"Arial";
	color:#003366;
	
}
table{
	font-family:"Arial";
	font-size:14px;
	width:100%;
	border:0;
	color:#333333;
}
th{
	font-family:"Arial Black";
	font-size:14px;
	text-align:left;
	background: url(../image/bg_azul.png) repeat-x bottom ;
	color:#FFFFFF;
	text-transform: uppercase;
	height:30px;
}
td{
	text-transform:capitalize;
}
.total{
	background:#ffffff;
}
.sombra{
background:#cccccc;
}
.botonlarg{
	display:block;
	text-decoration:none;
	border:0;
	color: #003366;
	width: 220px;
	height: 30px;
	background: url(../image/bg_input.png) no-repeat;
	text-align:center;
	padding-top:0px;
	font-size:12px;
	font-family:"Arial";
	font-weight:bold;
	margin-top:10px;
}
a.botonlarg{
	height:23px;
	padding-top:7px;
	height: 23px;
}