/* GENERAL :: PARA ESQUEMA GENERICO */
body {
   background-color: #ffffff;
   padding:0;
   margin:0;
}

/* ESTILOS PARA MARCO CONTENEDOR */
.borde_derecho {
      border-left: 1px solid #CCCCCC;
               
}
.borde_izquierdo {
    border-right: 1px solid #CCCCCC;
}

.borde_inferior {
	background-image: url(../imagenes/es/fondos/v2/borde_inferior.gif);
	background-repeat:   repeat-x;
	background-position: top;
}
.borde_superior {
	background-image: url(../imagenes/es/fondos/v2/borde_superior.gif);
	background-repeat:   repeat-x;
	background-position: bottom;
}
.esq_inf_izq {
	background-image: url(../imagenes/es/fondos/v2/bordes_inf_izq.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.esq_inf_der {
	background-image: url(../imagenes/es/fondos/v2/bordes_inf_der.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.esq_sup_izq {
        height:10px;
	background-image: url(../imagenes/es/fondos/v2/bordes_sup_izq.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.esq_sup_der {
	background-image: url(../imagenes/es/fondos/v2/bordes_sup_der.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* ------------ ESTILOS PARA PANTALLA LOGIN ------------ */

div.log_contenedor {
    border:none;
    border-bottom:3px #D0E7DD double;
    width:450px;
    background-image: url(../imagenes/es/fondos/v2/marca_agua_muisca.jpg);
    background-repeat: no-repeat;
    background-position: 0px 28px;
}

div.log_contenedor table {
    border-spacing: 0px 0px;
    border-collapse:collapse;
}

div.log_contenedor object {
    margin: 0px;
}


div.log_contenedor table.titulo{
    width:100%;
    height:31px;
    background-image: url(../imagenes/es/fondos/v2/barra_verde.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent:20px;
    font-family: "Arial";
    font-size: 10pt;
    font-weight:bolder;
    color:#2D5544;
}
div.log_contenedor table.cuerpo{
/*    border:solid 1px #000000;*/
    margin-top:68px;
    width:100%;
    font-family: "Arial";
    font-size: 10pt;
    color:#2D5544;
}
div.log_contenedor table.cuerpo td{
/*    border:solid 1px #000000;*/
    padding:0px;
    padding-left:20px;
    height:29px;
    vertical-align:top;
}
div.log_contenedor table.cuerpo table.formulario{
/*    border:solid 1px #000000;*/
    font-family: "Arial";
    font-size: 10pt;
    color:#000000;
}
div.log_contenedor table.cuerpo table.formulario td{
    width:90px;
    height:30px;
    padding:0px;
    padding-right:10px;
    vertical-align:top;
}
div.log_contenedor table.cuerpo table.formulario select {
    background-color:#F3F3F3;
    border:1px solid #CCCCCC;
}
div.log_contenedor table.cuerpo table.formulario input {
    background-color:#F3F3F3;
    border:1px solid #CCCCCC;
}

/* ------------ ESTILOS PIE DE PAGINA ------------ */

td.opcion{
    width:80px;
    text-align:center;
}

table.creditos_pie td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

table.creditos_pie {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.borde_inferior_nuevo {
    background-image: url("../imagenes/es/fondos/v2/fondo_pie.png");
    background-repeat:   repeat-x;
	background-position: bottom;
 }

 .piepagina {
    background: rgba(221, 221, 221, 1) none repeat scroll 0 0;
    bottom: 0;
    height: 25px;
    left: 0;
    position: fixed;
    width: 100%;
}








