/* TABLA CUADROS */
.mytable {
font-family: Arial, Helvetica, sans-serif;
width: 510px;
padding: 0;
margin: 0 0 30px 0;
}
caption {
padding: 0 0 5px 0;
font-style: italic;
text-align: right;
margin: 0;
}
th {
color: #fff;
text-align: left;
padding: 7px 7px 7px 7px;
background: #ff6600;
}
th.nobg {
background: #ff6600;
}
th.spec {
background: #fff;
color: #FF6600;
border-top: #ff6600 1px solid;
}
th.specalt {
background: #fff;
color: #333333;
border-top: #ff6600 1px solid;
}
td {
background: #fff;
color: #ff6600;
}
td.alt {
background: #fff;
color: #333;
border-top: #ff6600 1px solid;
padding: 5px 5px 15px 0;
font-size: 1em;
line-height: 1.5em;

}
td.altini {
color: #333;
background: #fff;
border-top: #ff6600 1px solid;
padding: 6px 0 6px 0;
}
td.altend {
color: #333;
background: #fff;
color: #333;
padding: 0 0 10px 0;
margin-bottom: 15px;
}
.boton {
color: #fff;
background: #70BC1F;
border:0;
padding: 5px 10px 5px 10px;
cursor:hand;
} 
/* TFOOT */
tfoot th, tfoot td {
	text-align: left;
	border-top: 2px solid #ff6600;
	padding: 10px;
}