﻿/* \*/
* html #tlc, * html #trc
{
    height: 1%;
}
/* */


#box
{
    padding: 0;
    text-align: left;
    width: 100%; /* <-- use this to tie width to viewport size */
}

#contentw
{
    padding: 0.5em;
}


/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
{
    background-color: transparent;
    background-repeat: no-repeat;
}

#tlc
{
    background-image: url(../../imagenes/general/marcos/marco_sup_izq.jpg);
    background-position: 0% 0%;
}

#trc
{
    background-image: url(../../imagenes/general/marcos/marco_sup_derec.jpg);
    background-position: 100% 0%;
}

#blc
{
    background-image: url(../../imagenes/general/marcos/marco_inf_izq.jpg);
    background-position: 0% 100%;
}

#brc
{
    background-image: url(../../imagenes/general/marcos/marco_inf_derec.jpg);
    background-position: 100% 100%;
}

#tb, #bb
{
    background-color: transparent;
    background-repeat: repeat-x;
}

#tb
{
    background-image: url(../../imagenes/general/marcos/marco_superior_horiz.jpg);
    background-position: 0% 0%;
}

#bb
{
    background-image: url(../../imagenes/general/marcos/marco_inferior_horiz.jpg);
    background-position: 50% 100%;
}

#rb
{
    background-image: url(../../imagenes/general/marcos/marco_vert_derec.jpg);
    background-position: 100% 0%;
    background-repeat: repeat-y;
}

#lb
{
    background-color: #F2E8D3;
    background-image: url(../../imagenes/general/marcos/marco_vert_izq.jpg);
    background-position: 0% 100%;
    background-repeat: repeat-y;
}

.cuadroGeneralTitulo
{
    height: 30px;
    line-height: 30px;
    color: #744516;
    font-family: Georgia,Palatino Linotype,Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    text-align:left;
    padding-left: 0.5em;
    padding-right:10px;
    background-image: url(../../imagenes/general/line_titulo.jpg);
    background-repeat: no-repeat;
    background-position: right;
   
}
 
 .cuadroCursoTitulo
{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #744516;
     font-family:Georgia,Palatino Linotype,Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
     font-style:italic;
    padding-left: 0.5em;
}
 
 .cuadroGeneral
{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    padding-left: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}

/*
.cuadroGeneral
{
    width: 100%;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}

.cuadroGeneralTitulo
{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 17px;
    padding-left: 0.5em;
    background-color: #4d3d3a;
}

.cuadroGeneralIzquierda
{
    float: left;
    width: 50%;
    text-align: center;
}

.cuadroGeneralDerecha
{
    float: right;
    width: 50%;
    text-align: left;
}

.cuadroGeneralTodo
{
    text-align: left;
    margin: 2px 2px 2px 2px;
}

.cuadroCurso
{
    width: 100%;
    border: solid 1px #f3781b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cuadroCursoTitulo
{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 2px 2px 2px 2px;
    padding-left: 0.5em;
    background-color: #f3781b;
}

.cuadroCursoIzquierda
{
    float: left;
    width: 50%;
    text-align: center;
}

.cuadroCursoDerecha
{
    float: right;
    width: 50%;
    text-align: left;
}

.cuadroCursoTodo
{
    text-align: left;
    margin: 2px 2px 2px 2px;
    overflow: hidden;
}*/

