﻿/* \*/
* html #tlcAdmin, * html #trcAdmin
{
    height: 1%;
}
/* */


#boxAdmin
{
    padding: 0;
    text-align: left;
    width: 100%; /* <-- use this to tie width to viewport size */
}

#contentwAdmin
{
    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 
*/

#tlcAdmin, #trcAdmin, #blcAdmin, #brcAdmin
{
    background-color: transparent;
    background-repeat: no-repeat;
}

#tlcAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_sup_izq.jpg);
    background-position: 0% 0%;
}

#trcAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_sup_derec.jpg);
    background-position: 100% 0%;
}

#blcAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_inf_izq.jpg);
    background-position: 0% 100%;
}

#brcAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_inf_derec.jpg);
    background-position: 100% 100%;
}

#tbAdmin, #bbAdmin
{
    background-color: transparent;
    background-repeat: repeat-x;
}

#tbAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_superior_horiz.jpg);
    background-position: 0% 0%;
}

#bbAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_inferior_horiz.jpg);
    background-position: 50% 100%;
}

#rbAdmin
{
    background-image: url(../../imagenes/general/marcos/marcoAdmin_vert_derec.jpg);
    background-position: 100% 0%;
    background-repeat: repeat-y;
}

#lbAdmin
{
    background-color: #99ccff;
    background-image: url(../../imagenes/general/marcos/marcoAdmin_vert_izq.jpg);
    background-position: 0% 100%;
    background-repeat: repeat-y;
}

.cuadroGeneralTituloAdmin
{
    border:1px solid #0066CA;
    height: 30px;
    line-height: 30px;
    color: Black;
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.cuadroCursoTituloAdmin
{
    display: block;
    height: 40px;
    line-height: 40px;
    color: red;
    font-family: Arial;
    font-size: 18px;
    padding-left: 0.5em;
}

.cuadroGeneralAdmin
{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    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;
}*/

