﻿thead {display: table-header-group;}
tfoot {display: table-footer-group;}

body
{
    font-family:Century Gothic;    font-size:12px; margin:0;
    }

.header
{
     background-image:url(../imagenes/top.jpg);
     background-repeat:repeat-x;
     height:36px;
     color:#5e5e5f;
     font-size:10pt;
     font-style:normal;
}

.alternative
{
    background-color:#f1f1f1;
    text-align:center;
}

.tablatop
{
    height:32px; text-align:left; background-image:url(../imagenes/top.jpg); padding-left:10px; color:black; font-weight:bold; font-size:14px
}

.titulocelda
{
    height:32px; text-align:right;
}
    
.controlcelda
{
    text-align:left;padding-left:7px; width:65%
}

.bottomtabla
{
    text-align:right; background-color:#bed5f5; padding-right:10px; height:50px; vertical-align:middle;
}

/* ************************************************************ */


.vinculo{
font-family:tahoma;
font-size:11px;
font-weight:normal;
text-decoration:underline;
color:Blue;
cursor:pointer;
}

.texto_small
{
 font-family:Courier New, Century Gothic, Verdana; font-size:8px; color:black;
}

.texto_normal
{
 font-family:Courier New, Century Gothic, Verdana;
 font-size:12px;
 color:black;
}

.texto_normal_14
{
 font-family:Courier New, Century Gothic, Verdana;
 font-size:14px;
 color:black;
}

.texto_normal_bold
{
 font-family:Courier New, Century Gothic, Verdana;
 font-size:12px;
 color:black;
 font-weight:bold;
}

.texto_normal_bold_14
{
 font-family:Courier New, Century Gothic, Verdana; font-size:14px; color:black; font-weight:bold;}

.texto_normal_bold_white
{
 font-family:Courier New, Century Gothic, Verdana;
 font-size:12px;
 color:White;
 font-weight:bold;
}

.texto_title
{
 font-family:Courier New, Century Gothic, Verdana;
 font-size:14px;
 color:black;
}

.texto_title_bold
{
 font-family:Courier New, Century Gothic, Verdana; font-size:14px; color:black; font-weight:bold;}

.texto_title_bold_white
{
 font-family:Courier New, Century Gothic, Verdana;
 font-size:14px;
 color:white;
 font-weight:bold;
}

.border_tp{border-top:solid 1px black}
.border_tp_rht{border-top:solid 1px black; border-right:solid 1px black}
.border_tp_rht_btm{border-top:solid 1px black; border-right:solid 1px black; border-bottom:solid 1px black}
.border_btm{border-bottom:solid 1px black}

.border_rht{border-right:solid 1px black}
.border_rht_btm{border-right:solid 1px black; border-bottom:solid 1px black}

.btn_Print{font-family:Courier New; font-size:12px; height:24px}

.celda_blanca{border:solid 1px black; background-color:white}


table.print-friendly tr td, table.print-friendly tr th {
    page-break-inside: avoid;
}

