.boton{
font-size:14px;
font-family:Times New Roman,Times;
font-weight:bold;
color:white;
background:#005001;
border:0px;
width:150px;
height:20px;
}

div{ 
border: 1px solid; 
height: 210px; 
width: 560px; 
margin:10px; 
background-color:white; 
padding-top: 20px; 
word-wrap:break-word; 
} 

.tabla th {
padding: 5px;
font-size: 12px;
background-color: #0B3B0B;
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
font-family: Times New Roman, Arial;
text-transform: uppercase;
}

.tabla td {
padding: 5px;
font-size: 12px;
background-color: #FFFFFF;
background-repeat: repeat-x;
color: #000000;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #000000;
border-bottom-color: #000000;
font-family: Times New Roman, Arial;
text-transform: uppercase;
}