.tabla{
display: table;
border: medium #C0C0C0 solid;
width: 1250px;
}
.columna1{
display: table-cell;
background: skyblue;
border: 2px dotted #C0C0C0;
width: 13%;
}
.columna2{
display: table-cell;

color: #101935;
background: #F2FDFF;

border: 2px dotted #C0C0C0;
width: 74%;
}
.columna3{
display: table-cell;
background: skyblue;
border: 2px dotted #C0C0C0;
width: 13%;
}
.titulo{
display: table-cell;
border: 2px dotted #C0C0C0;
height: 100px;
font-size: 20px;
}

.body{
   margin: 20px;
   line-height: 1.5em;
   font-size: 0.875em;
}

.div.textolegible{
   margin: 10px 20px;
   font-family: verdana, arial, helvetica;
   line-height: 18px;
   font-size: 10px;
}

