.modalAjax {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalAjax {
    display: block;
}



body{
    font-family: arial;
}
.header {
    color: #FFFFFF;
    overflow: hidden;
}
.wrapper-header {
    background: url("images/dummy-header2.jpg") repeat-x scroll center 0 #FFFFFF;
    border-bottom: 3px solid #0A2F5A;
    height: /*215px*/ 200px;
}
.wrapper-header .container {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.wrapper-header .container .content-header {
    margin: 0 auto 0 120px;
    position: absolute;
    width: 960px;
}
.top {
    position: relative;
    top: 8px;
    z-index: 1;
}
.header .contiene-elementos {
    background: url("images/header-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 72px;
    padding: 23px 10px 0;
    width: 918px;
}
.logo-uniandes {
    background: url("images/logo-uniandes.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 45px;
    width: 149px;
}

.volver{
    background: url("images/back.png") no-repeat scroll 0 4px transparent;
    padding-left: 42px;
    line-height: 3;
    margin-left: 10px;
    display: block;
    height: 49px;
    width: 67px;
}
.volver:hover{
    background: url("images/back_2.png") no-repeat scroll 0 4px transparent;
    color: #385bd9;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #093568;      
}
a:hover {
    color: #808080;
}

.noticias{display: block;}

.header .contiene-elementos h1 {
    float: right;
    letter-spacing: -0.8px;
    margin-top: 8px;
    text-shadow: -1px -2px 0 #000000;
}

h1 {
    font-size: 1.9em;
}
.header .rb {
    background-position: 0 -100px !important;
}

.header .lb, .header .rb {
    background: url("images/sprite-bordes.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 95px;
    width: 11px;
}

.header .contiene-elementos h1 a {
    color: #FFFFFF;
}

.hole {
    background: url("images/body-bg.png") repeat-x scroll 0 203px #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.hole #minicartelera  {
    background: url("images/body-bg.png") repeat-x scroll 0 0px #FFFFFF;
}

.menu-principal {
    float: right;
    margin: -7px 27px 0 0;
}

.menu-principal .lb, .menu-principal .rb {
    background: url("images/sprite-bordes.png") no-repeat scroll 0 -204px transparent;
    display: block;
    float: left;
    height: 37px;
    width: 5px;
}
.menu-principal .rb {
    background-position: 0 -254px;
}
.menu-principal ul {
    background: url("images/nav-bg.jpg") repeat-x scroll 0 0 transparent;
    display: block;
    float: left;
    height: 37px;
    overflow: hidden;
    margin-top: 0;
}
.menu-principal ul li {
    float: left;
    list-style: none outside none;
}
.menu-principal ul li a {
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.menu-principal .level2 a {
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    height: 23px;
}
.menu-principal .level2 a:hover{
    background-color: #9f6502;
}

.menu-principal  .active a{
    background-color: #9f6502;
}

.wrapper-footer {
    background: url("images/footer-bg.png") repeat scroll 0 0 #FFFFFF;
    /*margin-top: 30px;*/
}
.footer {
    font-size: 0.7em;
    padding: 10px 0;
}
.footer .content-block {
    border-bottom: 1px solid #0B305B;
    overflow: hidden;
    padding: 0 0 4px;
}
.footer .menu {
    overflow: hidden;
	margin-left:140px;
}
.footer .menu li {
    float: left;
    list-style: none outside none;
    margin: 0 8px 0 0;
}
.footer .menu li a {
    background: url("images/sprite-iconos.png") no-repeat scroll 0 -690px transparent;
    color: #D5D5D5;
    display: block;
    padding: 0 0 0 10px;
}
.footer .menu li:first-child a {
    background: none repeat scroll 0 50% transparent;
    padding: 0;
}
.footer p {
    border-top: 1px solid #1D4575;
    color: #8194AB;
    padding: 8px 0 7px;
    text-align: center;
}

.inicio{
	height:250px;
}
.iniciosolo{
	margin-left:360px;
}
.login_fieldset {
    border: 1px solid #808080;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    color: #808080;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    margin: 15px 0px;
    text-align: center;
    width: 412px;
    padding: 10px 20px 17px;
	height:205px;
}
.noticia{
    float: left;
    font-size: 10px;
    text-align: justify;
    color: #555555;
    padding: 5px 0;
    margin-top: 11px;
}
.not_titulo{
    font-size: 14px;
    font-weight: bold;
}
.noticias_fieldset {
    border: 1px solid #808080;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    color: #808080;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    margin: 15px 100px;
    text-align: center;
    width: 412px;
    height: 205px;
    padding: 10px 20px 17px;
}
.login_fieldset form{
    border: none !important;
    margin: 0;
    padding: 10px 0px;
}
.login_fieldset form input{
    margin: 0 !important;
}
.login_fieldset .formfield{
    background: none repeat scroll 0 0 #DADADA;
    border: 1px solid #808080;
    color: #808080;
}
input[type="submit"],input[type="button"],button{
    text-align: center;
    border: none;
    background: url("images/bg_ingresar.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #CBCBCB;
    color: #525252;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    margin: 5px 0 10px 0px;
    text-align: center;
    width: 80px;
}

form {
    border: 1px solid #808080;
    border-radius: 12px 12px 12px 12px;
    color: #808080;
    margin: 10px 269px;
    padding: 10px 60px;
    text-align: left;
}

form input,select,textarea{
    display: compact;

}
from p input[type="submit"]{
    text-align: center;
}
#user {
    color: #0B0B3B;
    float: left;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    width: 650px;
}
form h1{
    text-align: center;
}

#minicartelera .opt{
    /*background: url("images/opcionCartelera.png") no-repeat scroll 0 0 transparent;*/
    /*text-align: center;
    width: 157px;
    height: 72px;*/
    color: #093568;
    font-weight: bold;
    /*margin-left: 5px;
    padding-top: 20px;*/
}
#minicartelera .headerCartelera{
    background: url("images/headerCartelera.png") repeat-x scroll 0 0 transparent;
    color: #ffffff;
    text-align: right;
    height: 100px;
    font-size: 9pt;
    padding: 0 10px;
    line-height: 1px;
}
#minicartelera .headerCartelera p{
    font-size: 10pt;
    font-weight: normal;
}
#minicartelera .headerCartelera h1{
    font-size: 1.1em;
    text-align: right;
}

#minicartelera input,select,textarea{
    margin: 5px;
}
#minicartelera form{
    border: none;
    margin: 0px;
    padding: 0px;    
}

h3 {
    text-align: center;
    color: #808080;
    font-size: 1.9em;
}
#listado{
    border: 1px solid #808080;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    margin: 50px 120px;
    padding: 10px;

}

#listado a {
    padding: 0px 0px 0px 35px;
    color: #808080;
}
#listado a:hover {
    background: url("images/arrow_gray.png") no-repeat scroll 0 0 transparent;
    color: #093568;
}


.th, .td{
    background: #afafaf;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border: 2px solid #cfcfcf;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.td{
    background: #ffffff;
    font-weight: normal;
    font-size: 0.8em;
}
.profe{
    font-weight: normal;
    font-size: 0.6em;
}
.error{
	color: #ff0000;
        font-size: 12px;
}
.paginator span{
    color: #8194AB;
    font-size: 24px;
    font-weight: bold;
    margin: 0 5px
}
.paginator a:hover{
    color: #293F64;
    cursor: pointer;
}
.selected{
    color: #293F64 !important;
}
#minicartelera h3{
    color: #293F64;
    font-size: 16px;
    margin-bottom: -5px;
    text-align: left;
    padding: 10px;
}
#comentarios .cell{
    background: url("images/tr1.png") repeat-x scroll 0 0 #e2e4e9;
    color: #555555;
    text-align: center;
    padding: 5px 0;
}
#comentarios .cellh{
    background: url("images/trh1.png") repeat-x scroll 0 0 #bcc2cd;
    color: #093568;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.formtable td {
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
}
.tdlabel {
    font-weight:bold;
    
}
/**/
table.tablecomenpersonal td{
    border: 1px solid #CCC;
}
.form_crear_com #comentariotitulo {
    width:307px;
}
.form_crear_com #comentariotitulo {
    width:307px;
}
.form_crear_com #comentariocont {
    width:306px;height: 101px;margin:0px;
}
.tablecomenpersonal{
    width: 545px;
}
.tablecomenpersonal td{
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.tablecomenpersonal td.seleccionar{
    width: 10px;
}
div.msg_crear_sol{
    color: #385BD9;
    font-weight: bold;
    text-align: center;
}
.button-delete
{
    background: url("images/delete.png");
    width: 20px;
}
.mensaje
{
    width: 180px;
}

.crns
{
    width: 150px; 
}
.btn-eliminar
{
    width: 50px;
}

.txt-mensaje 
{
    width: 528px;
    height: 60px;
}

.circle-text {
    background: #2196F3 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-table;
    height: 12px;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    padding-top: 2px;
    font-size: 9px;
    margin-left: 5px;
}