table.G_tableElementos thead td {
   background-color: #2614E2;
   color: #DCE628;
   border-color: #000000;
}
table.G_tableElementos {
   width:450px;
}
table.G_tableElementos tbody th {
   background-color: #F7FFAF;
}
table.G_tableElementos tbody td {
   background-color: #F2C5FF;
}
table.G_tableMiniaturas tbody td {
   width:33%;
}
table.tableCV {
   margin: 5px 3px 5px 3px;
   width:95%;
   border-collapse:collapse;
}
table.tableCV thead th {
   font-weight:bolder;
   font-size:120%;
   text-align:left;
   padding: 3px 0px 3px 0px;
   color:#0000A1;
}
table.tableCV tbody th {
   font-weight:bolder;
   text-align:left;
   vertical-align:top;
   width:100px;
   padding: 1px 0px 1px 0px;
}
table.tableCV tbody td {
   text-align:left;
   vertical-align:top;
   padding: 1px 0px 1px 0px;
}
table.tableCV tbody td p {
   margin-left: 15px;
}

div.divCV {
   width:550px;
   background-image:url("/varios/img/curriculum.png");
   background-repeat:repeat-y;
   height:500px;
   margin:5px auto 5px auto;
   overflow:auto;
   padding:5px;
   border-style:outset;
   border-width:3px;
   border-color:#000000;
}
div.divCV div {
   text-align:center;
   font-weight:bolder;
   font-size:150%;
   margin: 0px auto 10px auto;
}
div.divCodigo {
   width:590px;
   margin:5px auto 5px auto;
   overflow:scroll;
   height:80px;
   background-color:#ffffff;
   text-align:left;
   font-family:monospace;
}
table.G_tableMiniaturas td {
   width:25%;
   text-align:center;
}