﻿/* Estilos del Reporte */
.Rpt
{
    background-color: #ffffff;
    border: solid 2px #aaaaaa;
    border-collapse: collapse;
}

.Rpt td
{
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    padding: 2px;
}

.Rpt td.txt
{
    text-align: left;
}

.Rpt tr.hd
{
    font-weight: bold;
	background-color: #bec6d2;
	text-align: center;
}

.Rpt tr.hd td
{    
    border: solid 2px #aaaaaa;
    width: 100px;
    white-space: normal;
}

.Rpt tr.hd td.txt
{
    text-align: center;
    width: 250px;
    white-space: normal;
}

.Rpt tr.bd
{
    text-align: right;
}

.Rpt tr.bd1
{
    font-weight: bold;
    background-color: #eeeeee;
    text-align: right;
}

/* Estilos del Reporte - Fin */

/* Ficha del Proyecto */
.RptSection
{
    margin: 10px;
    border: solid 1px #d7daee;
    color:#000; 
     font-size: 12px;
}

.RptSection .hd
{
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    background-color: #ecf0f4;
    border-bottom: solid 1px #d7daee;  
    color:#000; 
}

.RptSection .bd
{
    margin: 10px;    
}

.RptSection .ft
{   
}

.RptSection .bd table
{
    border-collapse: collapse;
}

.RptSection .bd table.cuadro td
{    
    border: solid 1px #eeeeee;
}

.RptSection .bd table.cuadro th
{    
    border: solid 1px #eeeeee;
}

.RptSection .bd > table > tbody > tr > td
{
    padding: 2px;
    border: solid 0px #000000;   
}
/* Ficha del Proyecto - Fin */
