/* ========================================================================== */
/*                              tags generales                                */
/* ========================================================================== */
body {
    background-image: url(../images/bodybg.jpg);
    background-repeat: repeat-x;
    background-color: #FFF;    
    margin: 6px;
    padding: 6px;
}

hr {
    border-style: solid;
    border-width: 1px;
}

body, ul, ol, li, td, p, div, span, input, textarea, select {   
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: #000000;

}

h1 {
    font-size: 160%;
    color: #630;
    padding: 0;
    cursor: pointer;
}

h2 {
    font-size: 150%;
    color: #630;
    padding: 0;
    
}

h3 {
    font-size: 120%;
    color: #630;
    padding: 0px;
}

h4 {
    font-size: 100%;
    color: #630;
    padding: 3px;
}


h5 {
    font-size: 100%;
    color: #630;
    padding:4px;
}

h6 {
    font-size: 100%;
    color: #630;
    padding: 3px;
}

/* ========================================================================== */
/*                                   tabla                                    */
/* ========================================================================== */


td.header {
    background-image: url(../images/layout/principal/titulo.png);
    background-position: 0 0;
    background-repeat: no-repeat;    
    height: 81px;
    font-weight: bold;
    text-align:right;
    vertical-align:bottom;
    padding-right: 10px;
    padding-bottom: 0px;
    border: none;
}

td.fullPageHeader {
    background-image: url(../images/layout/principal/tituloFullPage.png);
    background-position: 0 0;
    background-repeat: no-repeat;    
    height: 40px;
    font-weight: bold;
    text-align:right;
    vertical-align:bottom;
    padding-right: 10px;
    padding-bottom: 0px;
    border: none;
}

td.menubar, td.content, td.bottomspacer {
    border-style: none solid;
    border-width: 2px;
    border-color: #056ead;
    background-color: #7ca8c1;
}

td.content {
    height: 400px;
    background-color: #d3e6ee;
    vertical-align:text-top;
}


td.bottomspacer {
    line-height: 6px;
    background-image: url(../images/rounded_bottom.gif);
    background-position: 0 0;
    background-repeat: no-repeat;    
    background-color: #d3e6ee;
}

td.footer {
    line-height: 25px;
    background-image: url(../images/bottom.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 8pt;
    text-align: right;
    vertical-align: bottom;
}

div.scrollbox {
    overflow: auto; 
    height:450px;
    border: 1px #CCC solid; 
    margin: 7px;
    padding: 2px;
    background-color:#FFF;
}



div.scrollboxFullPage {
	min-height:550px;
    border: 1px solid #CCC; 
    margin: 7px;
    padding: 2px;
    background-color:#FFF;
}

/* ============================= Public View ================================ */

div.informationbox {
	min-height: 340px;
    border: 1px #CCC solid; 
    margin-top: 0px;
    margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
    background-color:#FFF;
    text-align: center;
}

td.informationcontent {
    height: 350px;
    background-color: #d3e6ee;
    vertical-align:text-top;
}

.informationbox p {
    text-align: left;
}

.informationbox .center {
    text-align: center;
}
