.tabla {
margin:0px;padding:0px;
width:65%;	
border:0px solid #000000;


}.tabla table{
width:65%;
height:100%;
margin:0px;padding:0px;
}.tabla tr:last-child td:last-child {
-moz-border-radius-bottomright:1px;
-webkit-border-bottom-right-radius:1px;
border-bottom-right-radius:1px;
}
.tabla table tr:first-child td:first-child {
-moz-border-radius-topleft:1px;
-webkit-border-top-left-radius:1px;
border-top-left-radius:1px;
}
.tabla tr:hover td{

}.tabla tr:nth-child(odd){ background-color:#aad4ff; }
.tabla tr:nth-child(even)    { background-color:#ffffff; }
.tabla td{
vertical-align:middle;


border:1px solid #000000;
border-width:0px 1px 1px 0px;
text-align:left;
padding:7px;
font-size:10px;
font-family:Arial;
font-weight:normal;
color: #000;
}.tabla tr:last-child td{
border-width:0px 1px 0px 0px;
}.tabla tr td:last-child{
border-width:0px 0px 1px 0px;
}.tabla tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.tabla tr:first-child td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);
background-color:#005fbf;
border:0px solid #000000;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:1px;
font-family:Arial;
font-weight:bold;
color: #000;
}
.tabla tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);
background-color:#005fbf;
}
.tabla tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.tabla tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}