table, td{
	font:100% Arial, Helvetica, sans-serif;
}
table{width: 150px%; border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
/*th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}*/
th{background:#328aa4;color:#fff;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a94af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#333;}

/* use this if you want to apply different styling to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}
.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
		cursor: pointer;		
        width:120px;
        height:19px;
       }
.boton1{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb1;
        border:0px;
		cursor: pointer;		
        width:115px;
        height:19px;
       }
.boton2{
        font-size:12;
        font-family:Verdana,Helvetica;
        font-weight:bold;
		color:white;
		border:1px solid white;        
        background:#CC3333;
		cursor: pointer;
        width:150px;
        height:25px;
       }
.boton3{
        font-size:auto;
        font-family:Verdana,Helvetica;
        font-weight:bold;
		border:1px solid white;        
        /*background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;*/
		background:#328aa4;color:#fff;
		cursor: pointer;
        width:auto;
        height:auto;
       }
.boton4{
        font-size:12;
        font-family:Verdana,Helvetica;
        font-weight:bold;
		color:white;
		border:1px solid white;        
        background:#328aa4;
		cursor: pointer;
        width:150px;
        height:25px;
       }
.boton5{
        font-size:19;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:blue;
		text-decoration:underline;
        background:transparent;
        border:0px;
		cursor: pointer; 
        width:auto;
        height:auto;
		}
.arriba{
	position: fixed;
	bottom: 10px; 
	right: 20px;
	cursor: pointer; 
	width: 60px;
	height: 40px;
	}
body {
		background-color: #6a98af;
	}
h3{
	font-family: Verdana;
	color: white;
}
h2{
	font-family: Verdana;
	color:white;
}