html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background-color:#7e8182;
    background-image:url(body_bg.png);
    background-repeat:no-repeat;
    background-position: center top;
}

body, td, th, input, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

img {
    border: none;
}

.png {
    behavior: url('javascript/png/iepngfix.htc');
}

a:visited {
    color: #000000;
}

.task {
    height: 61px;
    clear: both;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 0;
    background: #F1F3F5;
    padding-left: 2px;
    _padding-left: 0px;
}
.task div {
    padding: 1px;
}
.task div img {
    display: block;
    margin: 2px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.task .enabled, .task .disabled, .hover {
    float: left;
    width: 50px;
    height: 50px;
    margin: 3px 2px;
    text-align: center;
}
.task .enabled {
    cursor: pointer;
    border: 1px solid #D5D5D5;
    color: #333333;
}
.task .disabled {
    border: 1px solid #D5D5D5;
    color: #999999;
}
.task .enabled:hover {
    cursor: pointer;
    border: 1px solid #30559C;
    background-color: #EBF1FC;
    color: #333333;
}
.task2 {
    height: 61px;
    clear: both;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
    padding-left: 2px;
    _padding-left: 0px;
}
.task2 div {
    padding: 1px;
}
.task2 div img {
    display: block;
    margin: 2px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.task2 .enabled, .task .disabled, .hover {
    float: left;
    width: 50px;
    height: 50px;
    margin: 3px 2px;
    text-align: center;
}
.task2 .enabled {
    cursor: pointer;
    border: 1px solid #D5D5D5;
    color: #333333;
}
.task2 .disabled {
    border: 1px solid #D5D5D5;
    color: #999999;
}
.task2 .hover {
    cursor: pointer;
    border: 1px solid #30559C;
    background-color: #EBF1FC;
    color: #333333;
}

.heading {
    color: #616161;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    margin-left: 5px;
}
.description {
    color: #616161;
    margin: 0px 0px 10px 5px;
    border-bottom: thin dotted rgb(213, 213, 213);
    padding-bottom: 8px;
}

.left {
    text-align: left;
}

.top{
    vertical-align: text-top;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.clear {
    clear:both;
}

.error {
    color: #FF0000;
    font-size: 10px;
    display: block;
    clear: both;
}
.aceptado {
    color: #5FB404;
    font-size: 10px;
    display: block;
    clear: both;
}
.required {
    margin: 0;
    color: #FF0000;
    display: inline;
}
.warning {
    color: #000000;
    text-align: center;
    font-size: 16px;
    background-color: #FFB3B5;
    padding: 13px;
    display: block;
    clear: both;
}
.message {
    color: #000;
    text-align: center;
    font-size: 16px;
    background-color: palegreen;
    padding: 13px;
    display: block;
    margin-bottom: 10px;
}

#wrapper {
    width: 900px;
    margin: 0 auto 0 auto;
    background-color: #fff;
}

#contenido {
    margin: 0 auto 0 auto;
    background-color: #fff;
    color: #57585A;
    min-height: 420px;
    width:846px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}

input {
	width: 160px;
	height: 17px;
	border: #D5D5D5 solid 1px;
}

.botones{
    width: auto;
    height: 19px;
    border: none;
    background-color: #707070;
    color: #fff;
    font-weight: bold;
}

#menu_contenedor{
  border-bottom: 1px solid #D5D5D5;
  height: 28px;
  width: 846px;
  background: #F1F3F5;
  font-size: 11px;
}

#menu_barra_usuario{
    width: 350px;
    text-align: right;
    float: right;
    vertical-align: bottom;
    color: #616161;
    margin-top: 7px;
    margin-right: 12px;
    font-weight: bold;
}

#menu_barra_cerrar{
    width: 110px;
    float: right;
    margin: 7px 4px 4px 4px;
    color: #616161;
    font-weight: bold;
}

#menu_barra_cerrar a, #menu_barra_cerrar a:visited,#condiciones_items,#agenda_items .heading a,#condiciones_items,#agenda_items .heading a:visited {
    color: #616161;
    text-decoration: none;
}

#menu_barra_cerrar a:hover,#condiciones_items,#agenda_items .heading a:hover{
    text-decoration: underline;
}

#menu_barra_cerrar img{
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

#inscripciones_detalles_ventana{
    margin: 0 auto 0 auto;
    width: 640px;
    overflow-y: auto;
}

#inscripciones_detalles_ventana td, #inscripciones_detalles_ventana th{
    font-size: 14px;
}

#inscripciones_detalles_ventana table.list{
    margin: 0 auto 0 auto;
    border: #ccc solid 1px;
}

#inscripciones_detalles_ventana table.list th{
    background-color: #ebebeb;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
}

#recursos_detalles_ventana{
    margin: 0 auto 0 auto;
    width: 640px;
    overflow-y: auto;
}

#recursos_detalles_ventana td, #recursos_detalles_ventana th{
    font-size: 14px;
}

#recursos_detalles_ventana table.list{
    margin: 0 auto 0 auto;
    border: #ccc solid 1px;
}

#recursos_detalles_ventana table.list th{
    background-color: #EBF1FC;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    cursor: auto;
    width: 200px;
}

#recursos_detalles_ventana table.list td{
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    text-align: center;
}

#recursos_detalles_ventana table.list td img{
    width: 15px;
}

#recursos_detalles_ventana table.list td.left{
    text-align: left;
}

#inscripciones_tabla{
    max-height: 450px;
    overflow-y: auto;
}

#inscripciones_mensaje{
    font-weight: bold;
    padding-bottom: 5px;
    color: red;
}

.calendarios{
    cursor: pointer;
    behavior: url('javascript/png/iepngfix.htc');
}

#contacto input, #contacto select, #contacto textarea  {
    width: 300px;
}

#contacto{
    width: 450px;
}

.grupos_contenedor{
    height:315px;
    width:193px;
    overflow:auto;
    border: #aaa 1px solid;
}
.grupos_contenedor input{
    width: auto;
    vertical-align: middle;
}

.grupos_contenedor label{
    vertical-align: middle;
    text-transform: capitalize;
}

#condiciones_items{
    margin-top: 20px;
}

#condiciones_items img{
    height: 50px;
}

#condiciones_items .heading{
    padding-bottom: 15px;
}

#agenda_items{
    margin-top: 20px;
    width: 300px;
}

#agenda_items img{
    height: 50px;
}

#agenda_items .heading{
    padding-bottom: 15px;
}

#cupo{
    width: 50px;
}

#cuadrito_nota{
    margin-top: 30px;
    border: #999999 dotted thin;
    padding: 3px;
}

#ifpopup{
    width: 99%;
    height: 99%;
    border: none;
}

#password_tabla{
    margin-top: 20px;
    margin-bottom: 20px;
}

#imagenPrograma{
    width: 830px;
    text-align: center;
}

#actividades_tabla input{
    width: 100%;
}

#actividades_tabla td{
    padding-right: 10px;
}

#actividades_tabla .fecha{
    width: 60px;    
}

#actividades_tabla .persona{
    width: 60px;    
}

#actividades_tabla .persona_nombre{
    width: 350px;    
}

#aula_virtual_controles{
    width: 700px;    
}

#aula_virtual_controles input{
    width: 40px;    
}

#aula_virtual_controles #fecha_matriculacion, #aula_virtual_controles .botones{
    width: 60px;    
}

.asistencia_info_actividad, .actividades_td_encabezado{
    font-size: 13px;
}