@charset "UTF-8";

/** GLOBAL */
html,body{
	height: 100%;
	margin: 0px;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	color: #474843;
	background: #FFF;
}
body.login{
	background: rgba(34,62,88,1);
	background: -moz-linear-gradient(-45deg, rgba(34,62,88,1) 0%, rgba(101,131,150,1) 52%, rgba(163,195,208,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(34,62,88,1)), color-stop(52%, rgba(101,131,150,1)), color-stop(100%, rgba(163,195,208,1)));
	background: -webkit-linear-gradient(-45deg, rgba(34,62,88,1) 0%, rgba(101,131,150,1) 52%, rgba(163,195,208,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(34,62,88,1) 0%, rgba(101,131,150,1) 52%, rgba(163,195,208,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(34,62,88,1) 0%, rgba(101,131,150,1) 52%, rgba(163,195,208,1) 100%);
	background: linear-gradient(135deg, rgba(34,62,88,1) 0%, rgba(101,131,150,1) 52%, rgba(163,195,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223e58', endColorstr='#a3c3d0', GradientType=1 );
}
a{
	color: #474843;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #3b5998;
}
h1{
	text-align: center;
	font-size: 40px;
	color: #474843;
}
h2{
	text-align: left;
	font-size: 32px;
	color: #474843;
}
h3{
	background: #F0F0F0;
	font-size: 11px;
	text-transform: uppercase;
	color: #848585;
	font-weight: normal;
	padding: 3px 5px;
	box-sizing:border-box;
}
h3.completo{
	max-width: 100%;
}
h4{
	font-style: italic;
	text-align: center;
}
div,ul,li,a,p,input,td,tr{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.info{
	padding: 10px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
abbr{
	border-bottom: 1px dotted;
	cursor: help;
}
span.underline{
	text-decoration: underline !important;
}

/** GENERAL */
.header,
.footer{
	width: 100%;
	max-width: 1170px;
	min-height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.footer{
	bottom: 0;
	background: #FFF;
	height: 150px;
	padding: 20px 0;
	text-align: center;
	margin: 30px 0 0 0;
}
.main-cont{
	display: table;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.main-cont #CONTENT{
	color: #999;
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.main-cont #CONTENT .scroll{
	display: block;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.main-cont .left{
	width: 204px;
	max-width: 204px;
	display: table-cell;
	background: #E3E9F5;
	vertical-align: top;
}
.main-cont #CONTENT h2{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #BDBDBD;
	margin: 2px;
	background: #F0F0F0;
	color: #7A7A7A;
	padding: 10px 25px;
}
.main-cont #CONTENT h2.min{
	text-transform: none;
	font-size: 11px;
}
.main-cont #CONTENT h2.min span{
	color: #52BFEB;
}
.main-cont #CONTENT h2.error{
	color: #00F;
}
.main-cont #CONTENT h2 img{
	float: right;
	margin: -10px 0 0 0;
	cursor: pointer;
	border-right: 1px solid #52BFEB;
	max-height: 34px;
}
.main-cont #CONTENT h2 img:first-child{
	border-right: none;
}
span.imp{
	font-size: 110%;
	font-weight: bold;
}

/* HTML */
dl.dl-horizontal dt,
dl.dl-horizontal dd{
	display: inline-block;
	width: 24%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0 !important;
}
dl.dl-horizontal dt{
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
dl.dl-horizontal dd{
	width: 74%;
}

/* HEADER */
.header{
	height: 70px;
	box-shadow: 0px -4px 8px #888;
	background: #f7f7f7;
}
.header-main-cont{
	max-width: 1170px;
	width: 100%;
}
.header img.logo{
	margin: 12px 0 0 5px;
}
.header img.logo-tae{
    margin: 16px 0 0 20px;
    width: 36px;
    vertical-align: top;	
}
.header img.message, .header img.calendar, .header img.search{
	float: right;
	margin: 25px 20px 0 0;
}
.header img.search{
	cursor: pointer;
	display: none;
}
.header div#buscar-global{
	display: none;
	float: right;
	margin: 22px 10px 0 -20px;
}
.header div#buscar-global input[type="text"]{
	background: #86D5F1;
	color: #FFF;
	border: 1px solid #ccc;
	padding: 4px;
}
.header div.user{
	height: 44px;
	float: right;
	width: 290px;
	border-left: 1px solid #66c9eb;
	margin: 13px 0;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.header div.user-options{
	right: 78px;
	margin-top: 10px;
	position: absolute;
	width: 200px;
	/*box-shadow: 0px 0px 8px #888;*/
	display: none;
}
.header div.user-options.show{
	display: inherit;
}
.header div.user-options ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #f7f7f7;
	box-shadow: 0px 2px 4px #888;
}
.header div.user-options ul li{
	color: #474843;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 20px;
}
.header div.user-options ul li:hover{
	border-left: 3px solid #52BFEB;
	background: #D1EBF4;

}
.header div.user img.user-img{
	float: left;
	width: 44px;
	height: 44px;
}
.header div.user img.perfil-flecha{
	margin: 20px 0 0 -30px;
}
.header div.user p{
	float: left;
	margin: 10px 0 -5px 15px;
	width: 200px;	
}
.header div.user p.user-name{
	font-size: 11px;
}
.header div.user p.user-rol{
	font-size: 8px;
}

/** MENU */
ul.menu{
	max-width: 204px;
	width: 100%;
	list-style-type: none;
	padding: 0 15px;
	margin: 0 0 20px 0;
}
nav.left.col{
	width: 52px;
}
nav.left.col ul.menu{
	padding: 0;
}
nav.left.col ul.menu li span{
	display: none;
}
nav.left.col ul.menu li.titulo-logo{
	background: url(../img/logo.png) no-repeat 0px 15px;
	width: 52px;
}
nav.left.col ul.menu li:not(.titulo-logo){
	text-align: center;
	margin: 0;
	padding: 5px 0;
}
nav.left.col ul.menu li#colapsable img{
	float: none;
}
ul.menu li.titulo-logo{
	border-bottom: 1px solid #1346AC;
	padding: 18px 0 5px 0;
	height: 75px;
	background: url(../img/logo.png) no-repeat 0px 15px;
}
ul.menu li:not(.titulo-logo){
	color: #1346AC;
	padding: 5px 15px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0 -15px;
}
ul.menu li:not(.titulo-logo):hover{
	background: #B6C5E6;
}
ul.menu li:not(.titulo-logo) a{
	color: #1346AC;
	display: block;
}
ul.menu li:not(.titulo-logo) img{
	margin: 0 6px -6px 0;
}
ul.menu li.selected{
	border-left: 4px solid #52BFEB;
	background-color: #C1DCEE;
	background-image: url(../img/flecha-menu-sel.png);
	background-repeat: no-repeat;
	background-position: right;
}
ul.menu li#colapsable{
	background: #1346AC;
	margin-top: 10px;
	color: #FFF;
	cursor: pointer;
	min-height: 32px;
}
ul.menu li#colapsable img{
	float: right;
	margin: 0 0px -6px 0;
}

/** BREADCRUMBS */
div.breadcrumbs{
	margin: 3px 2px 2px 2px;
	padding: 2px 5px;
	font-size: 12px;
	background: #F0F0F0;
}

/** HISTORICO */
div.historico{
	margin: 3px 2px 2px 2px;
	padding: 5px 5px;
	font-size: 14px;
	background: #1346AC;
	color: #FFF;
}
div.historico a{
	color: #FFF;
	float: right;
}

/** FORMS - GENERALES */
input[type="checkbox"]{
	width: 30px !important;
	display: inline-block;
}

/** LISTAS - GENERALES */
ul.errors{
	padding: 0;
	list-style-type: none;
	margin: 0;
}
ul.errors li{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #CC4444;
}

/** DEFAULT - LOGIN */
div.login-box{
	width: 952px;
	height: 595px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
div.login-box .login-box-left{
	width: 627px;
	height: 568px;
	display: table-cell;
	position: relative;
	vertical-align: top;
}
div.login-box .login-box-left .slides{
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
}
div.login-box .login-box-left .nav-bar{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 10;
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 100px;
}
div.login-box .login-box-left .nav-bar span.nav{
	display: inline-block;
    width: 41px;
    height: 50px;
    text-indent: 99999px;
	cursor: pointer;
    background: url(../img/slide-prev.png) no-repeat center;
	float: left;
}
div.login-box .login-box-left .nav-bar span.nav.nav-next{
    background: url(../img/slide-next.png) no-repeat center;
	float: right;
}
div.login-box .login-box-left .slide{
	overflow: hidden;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
div.login-box .login-box-left .slide.active{
	z-index: 3 !important;
	display: block;
}
div.login-box .login-box-left .slide .img img{
	width: 100%;
	height: auto;
}
div.login-box .login-box-left .slide .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 20px;
	background: rgba(0,0,0,.5);
}
div.login-box .login-box-left .slide .caption p{
	color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: 5px 0;
	white-space: normal;
}
div.login-box .login-box-right{
	width: 325px;
	height: 568px;
	background: #EFEFEF;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
div.login-box .login-box-right > img{
	margin: 40px 0 0 50px;
}
div.login-box .login-box-right .select-rol{
	padding: 20px;
	
}
div.login-box .login-box-right .login-box-right-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 40px;
}
div.login-box .login-box-right .login-box-right-bottom p{
	margin: 0;
	text-align: justify;
}
div.login-box .login-box-right .login-box-right-bottom p,
div.login-box .login-box-right .login-box-right-bottom p a{
	font-size: 12px;
	color: #36b9e7;
}
div.login-box .login-box-right .login-box-right-bottom p a:hover{
	text-decoration: underline;
}
div.login-box .login-box-right .login-box-right-bottom p span{
	border-left:2px solid #A6A7A7;
	margin: 0 20px;
}
form#login{
	padding: 0 15px;
}
form#login table{
	width: 100%;
}
form#login table tr{
	float: none;
	margin-right: 0;
}
form#login input{
	margin-top: 10px;
	border: 1px solid #ced4d6;
}
form#login input[type='text'], form#login input[type='password']{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 0 0 0 40px;
}
form#login input.username{
	margin-top: 30px;
	background-image: url(../img/user.png);
}
form#login input.password{
	background-image: url(../img/password.png);
}
form#login label[for='username'],form#login label[for='pass']{
	display: none;
}
form#login input[type="submit"]{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	float: right;
	background-color: #36b9e7;
	color: #FFF;
}

/** DEFAULT - INDEX */
.cell{
	display: table-cell;
	vertical-align: top;
}
.cell.border-right{
	border-right: 1px solid #ccc;
}
.cell.border-before{
	padding-left: 20px;
}
div.loader{
	width: 150px;
	height: 100px;
	margin: 5px auto;
	padding: 60px 0 0 0;
	background: url(../img/loader.gif) no-repeat center;
	font-size: 12px;
}
table tr td div.loader{
	height: 32px;
	padding: 4px 0;
}
.block{
	width: 100%;
	display: table;
	background: #F0F0F0;
	padding: 20px;
	margin: 0 -2px 0 2px;	
}
.block.white{
	background: #FFF;
	padding: 0 2px 0 0;
}
.block.white h2{
	margin: 0 0 2px 0 !important;
}
.perfil{
	margin: 0 15px;
	text-align: center;
}
.index-perfil-imagen{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 120px;
    -webkit-border-radius: 120px;
	border-radius: 120px;
	border: 6px solid #52BFEB;
}
.index-perfil-imagen img{
	width: 80px;
	height: 80px;
	margin: 14px;
	-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
	border-radius: 80px;
}
.index-perfil{
	float: left;
	width: 100%;
}
.index-perfil p{
	width: 100%;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}
.index-perfil-datos.jefatura{
	width: 100%;
	margin-bottom: 25px;
}
.index-perfil-datos.jefatura:last-child{
	margin-bottom: 0;
}
.index-perfil-datos h3{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.index-perfil-datos ul{
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}
.index-perfil-datos.jefatura ul{
	display: inline-block;
	vertical-align: top;
}
.index-perfil-datos ul li{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 140%;
	color: #5AC3E9;
}
.index-perfil-datos ul li div.curso-alumnos-genero{
	float: right;
	display: inline;
	margin: -35px 0 0 0;
}
.index-perfil-datos.jefatura ul li div.curso-alumnos-genero{
	float: left;
	display: inline;
	margin: 0px 0 0 0;
}
.index-perfil-datos ul li div.curso-alumnos-genero p{
	line-height: 41px;
	font-size: 18px;
	margin: 0;
}
.index-perfil-datos.jefatura ul li div.curso-alumnos-genero p{
	float: left;
	margin: 0 5px;
}
.index-perfil-datos ul.promedios{
	margin: 20px 0 0 5px;
}
.index-perfil-datos.jefatura ul.promedios{
	margin: 0 0 0 5px;
}
.index-perfil-datos.jefatura img.mineduc{
	margin: 0 5px -10px 0;
}
.index-perfil-datos ul.promedios li{
	color: #999;
}
.index-perfil-datos ul.promedios li span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
}
.index-perfil-datos ul.promedios li span.verde{
	background: #8CC63F;
}
.index-perfil-datos ul.promedios li span.amarillo{
	background: #FCEE21;
}
.index-perfil-datos ul.promedios li span.rojo{
	background: #ED1E79;
}
.index-perfil-datos ul li div.curso-alumnos-genero p img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.index-perfil-datos table tr td{
	font-size: 12px;
	text-align: left;
}
div.comentario{
	position: relative;
	background: #F0F0F0;
	width: 100%;
	margin: 0 20px 10px 0px;
	padding: 10px;
	float: left;
	cursor: pointer;
}
div.comentario span.mas{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #88D3F1;
	color: #FFF;
	font-size: 24px;
}
div.comentario img{
	float: left;
	width: 40px;
	height: 40px;
}
div.comentario h4, div.comentario span.fecha{
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	float: left;
	color: #52BFEB;
	font-size: 11px;
	text-transform: uppercase;
	width: 140px;
}
p.comentario{
	font-size: 11px;
	font-weight: bold;
	display: none;
	width: 220px;
	text-align: justify;
}
table.orden{
	width: 100%;
}
table.orden tr td{
	vertical-align: top;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
table.orden tr td .block-curso{
	width: 100%;
	margin-bottom: 10px;
	height: 64px;
}
table.orden.tres tr td{
	width: 33.3%;
}
table.orden.tres tr td:nth-child(2) h3{
	margin: -3px auto 2px;
}
table.orden.tres tr td:nth-child(2) a{
	display: block;
	margin: 0 auto;
}
table.orden.tres tr td:nth-child(2) .block-curso{
	margin: 0 auto 2px;
}
table.orden.tres tr td:nth-child(3) h3, table.orden.tres tr td:nth-child(3) .comentario{
	float: right;
}
table.orden.tres tr td:nth-child(3) .comentario{
	margin: 0 0 2px 0;
}
table.orden.tres tr td:nth-child(3) p.comentario{
	margin: 0 0 10px 0;
}
table.orden tr td h3{
	margin: -3px 0 2px 0;
	width: 100%;
}
a.button{
	float: left;
	display: block;
	width: 100%;
	background: #DDD;
	margin: 0px 0 2px 2px;
	line-height: 32px;
	color: #7DC8E6;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
a.button.admin{
	color: #666;
	width: auto;
	min-width: 50%;
	display: block;
	float: none;
}
select.select-grafico{
	max-width:295px;
	background: #A1D8EE;
	color: #FFF;
	border: none;
	margin: 0 0 5px 43px;
}

/** USUARIO */
p.cambio_clave{
	width: 130px;
	margin: 10px 30px;
	font-size: 12px;
	text-align: right;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	text-align: center;
}
.fileUpload span{
	background: #52BFEB;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 2px 20px;
	width: auto;
	border: thin solid #ccc;
	font-size: 13px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.perfil-foto{
	width: 200px;
	float: left;
}
.perfil-foto img{
	width: 130px;
	margin: 10px 30px;
}
.perfil-datos{
	float: left;
	width: 500px;
}
table.mensajes{
	width: 100%;
	border-spacing: 0px;
	margin: 0;
}
table.mensajes tr.titulo{
	background: #3994B2;
}
table.mensajes tr.titulo td{
	font-size: 12px;
	color: #FFF;
	padding: 5px 5px;
}
table.mensajes tr td.primera{
	background: #52BFEB;
	width: 120px;
}
table.mensajes tr td.primera ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 20px;
}
table.mensajes tr td.primera ul li{
	color: #FFF;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 1px solid #FFF;
}
table.mensajes tr td.primera ul li.nuevo a{
	background: #3994B2;
	display: block;
	width: auto;
	margin: 30px -17px 0 -17px;
	padding: 0px 5px;
	line-height: 20px;
}
table.mensajes tr td.primera ul li a{
	color: #FFF;
	font-size: 11px;
}
table.mensajes tr td.primera ul li:last-child{
	border-bottom: none;
}
table.mensajes tr:not(.titulo) td{
	font-size: 12px;
	padding: 5px;
	color: #BFC0C0;
}
table.mensajes tr:not(.titulo):not(.no-leido) td:not(.primera){
	background: #EBEBEB;
}
table.mensajes tr:not(.titulo) td p{
	margin: 0;
	color: #BFC0C0;
}
table.mensajes tr:not(.titulo) td p.usuario{
	text-transform: uppercase;
	font-size: 11px;
	margin:  20px 0 5px 0;
}
table.mensajes tr:not(.titulo) td p.rol{
	text-transform: uppercase;
	font-size: 10px;
}
table.mensajes tr:not(.titulo) td p.asunto{
	text-transform: uppercase;
	font-size: 11px;
	color: #8C8C8C;
	display: inline;
}
table.mensajes tr:not(.titulo) td span.urgente{
	display: inline-block;
	padding: 0 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F15A24;
	color: #FFF;
	font-size: 10px;
}
table.mensajes tr:not(.titulo) td .perfil-circle{
	width: 70px;
	height: 70px;
	-moz-border-radius: 70px;
    -webkit-border-radius: 70px;
	border-radius: 70px;
	border: 3px solid #FFF;
	margin: 0 auto;
	margin-right: 10px;
	float: left;
}
table.mensajes tr:not(.titulo) td .perfil-circle img{
	width: 50px;
	height: 50px;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 7px;
	margin-left: 7px;
	text-align: center;
	background: #E6E7E7;
}
table.mensajes tr td div.mensaje-nuevo{
	width: 400px;
	margin: 0 auto;
}
table.mensajes.vista{
	width: auto;
	float: left;
	max-width: 360px;
}
table.mensajes tr td.primera{
	width: 70px;
}
table.mensajes.vista tr td.primera {
	width: 40px;
}
table.mensajes.vista tr td:nth-child(4) {
	width: 180px;
}
table.mensajes.vista tr td.primera ul {
	padding: 0;
}
table.mensajes.vista tr td.primera ul li a{
	color: transparent;
	display: block;
	width: 31px;
	height: 31px;
}
table.mensajes.vista tr td.primera ul li a.inbox{
	background: url(../img/CorreoVerde.png);
}
table.mensajes.vista tr td.primera ul li a.enviados{
	background: url(../img/FlechaBlanca.png);
}
table.mensajes.vista tr td.primera ul li a.urgente{
	background: url(../img/AdvertenciaBlanca.png);
}
table.mensajes.vista tr td.primera ul li a.papelera{
	background: url(../img/BasureroBlanco.png);
}
table.mensajes.vista tr td.primera ul li a.nuevo{
	background: url(../img/BloquePlusVerde.png);
}
table.mensajes.vista tr td div.perfil-circle{
	margin: 0;
}
table.mensajes.vista p.fecha{
	float: right;
	color: #8CCFEB;
	font-size: 10px;
}
table.crear-evaluacion{
	width: 100%;
	border-spacing: collapse;
}
table.crear-evaluacion tr td{
	color: #000;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	width: 16.6%;
	padding: 0;
}
table.crear-evaluacion tr td select{
	width:100px;
	background: #A1D8EE;
	color: #657E88;
	border: none;
}
table.crear-evaluacion tr td input{
	width:100px;
	font-size: 11px;
}
table.crear-evaluacion tr td input[type="radio"]{
	width: auto;
	vertical-align: middle;
	margin: 0 4px 8px 0;
}
table.crear-evaluacion tr td textarea{
	height: 100%;
	overflow-y: scroll;
	width: 150px;
	height: 140px;
}
table.crear-evaluacion tr td input[type="submit"]{
	width: auto;
	background: #A1D8EE;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #999;
	padding: 5px 10px;
}
table.crear-evaluacion.notas tr td select{
	width: 300px;
	padding: 2px 0;
}
table.crear-evaluacion tr td #cke_bibliografia{
	display: none;
}
table.crear-evaluacion tr td #cke_bibliografia .cke_toolbar{
	zoom: 0.7;
}
.block.mensaje{
	max-width: 370px;
	float: left;
}
.block.mensaje p{
	margin: 0;
}
.block.mensaje p.username{
	font-size: 11px;
	text-transform: uppercase;
	display: inline;
}
.block.mensaje p.fecha{
	float: right;
	font-size: 11px;
}
.block.mensaje p.rol{
	font-size: 8px;
	text-transform: uppercase;
}
.block.mensaje div.cuerpo{
	font-size: 11px;
	margin: 10px 0;
}
.block.mensaje div.responder form textarea{
	width: 100%;
	min-height: 150px;
	margin: 20px 0 0 0;
}
.block.mensaje div.responder form input[type="submit"]{
	margin: 0;
}

/** PROFESOR */
.block-curso{
	position: relative;
	display: inline-block;
	width: 32.9%;
	height: 182px;
	background: #F0F0F0;
	margin: 0 0 2px 0px;
}
.small .block-curso{
	width: 100px;
	height: 100px;
	margin: 2px -2px 2px 0px;
}
#cursos.block.white > a:nth-child(3n+4) > .block-curso{
	margin: 0 0px 2px 0px;
}
.block-curso.perfil{
	width: 120px;
	height: 120px;
}
.block-curso.promedio{
	width: 145px;
	height: auto;
	margin: 10px 0 0 -10px;
	font-size: 11px;
	text-align: center;
}
.block-curso.promedio span.asignatura{
	line-height: 20px;
	display: block;
	border-bottom: 2px solid;
	text-transform: uppercase;
}
.block-curso .mas{
	position: absolute;
	right: 0;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #88D3F1;
	color: #FFF;
	font-size: 24px;
}
.curso-nota-circle{
	width: 120px;
	height: 120px;
	-moz-border-radius: 120px;
    -webkit-border-radius: 120px;
	border-radius: 120px;
	/*border: 10px solid #52BFEB;*/
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;

	background-image: -ms-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8CC63F), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: linear-gradient(to right, #8CC63F 0%, #E6E6E6 100%);
}
.asignaturas .curso-nota-circle{
	display: inline-block;
	float: left;
    margin: 10px;
}
.asignaturas .curso-nota-circle .curso{
	font-size: 12px;
}
.estudiante-imagen{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	padding: 7px 0 0 0;
	-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
	border-radius: 80px;

	background-image: -ms-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8CC63F), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(left, #8CC63F 0%, #E6E6E6 100%);
	background-image: linear-gradient(to right, #8CC63F 0%, #E6E6E6 100%);
}
.estudiante-imagen .inner-grey{
	width: 66px;
	height: 66px;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
	border-radius: 80px;
	background: #FFF;
}
.estudiante-imagen img{
	width: 50px;
	height: 50px;
	margin: 8px;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	border-radius: 50px;
}
.curso-nota-circle.amarillo, .estudiante-imagen.amarillo{
	background-image: -ms-linear-gradient(left, #FAED2F 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(left, #FAED2F 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(left, #FAED2F 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FAED2F), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(left, #FAED2F 0%, #E6E6E6 100%);
	background-image: linear-gradient(to right, #FAED2F 0%, #E6E6E6 100%);
}
.curso-nota-circle.rojo, .estudiante-imagen.rojo{
	background-image: -ms-linear-gradient(left, #EC3B42 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(left, #EC3B42 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(left, #EC3B42 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EC3B42), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(left, #EC3B42 0%, #E6E6E6 100%);
	background-image: linear-gradient(to right, #EC3B42 0%, #E6E6E6 100%);
}
.curso-nota-circle.none, .estudiante-imagen.none{
	background-image: -ms-linear-gradient(left, #E6E6E6 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(left, #E6E6E6 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(left, #E6E6E6 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E6E6E6), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(left, #E6E6E6 0%, #E6E6E6 100%);
	background-image: linear-gradient(to right, #E6E6E6 0%, #E6E6E6 100%);
}
.jefatura .curso-nota-circle{
	display: inline-block;
	width: 80px;
	height: 80px;
	-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
	border-radius: 80px;
	margin: 10px 15px 0 0;
	padding-top: 17px;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(black));
    background: -webkit-linear-gradient(left, #8CC63F, #E6E6E6);
    background: -moz-linear-gradient(left, #8CC63F, #E6E6E6);
    background: -o-linear-background(left, #8CC63F, #E6E6E6);
    background: -ms-linear-background(left, #8CC63F, #E6E6E6);
    background: linear-background(left, #8CC63F, #E6E6E6);
}
.jefedepartamento .curso-nota-circle{
	display: inline-block;
	width: 60px;
	height: 60px;
	-moz-border-radius: 60px;
    -webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 10px 5px 0 0;
	padding-top: 17px;
}
.docencia .curso-nota-circle{
	display: inline-block;
	width: 80px;
	height: 80px;
	-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
	border-radius: 80px;
	margin: 10px 5px 0 0;
	padding-top: 17px;
}
.curso-nota-circle .pre-curso{
	width: 105px;
	height: 105px;
	-moz-border-radius: 105px;
    -webkit-border-radius: 105px;
	border-radius: 105px;
	margin: 0 auto;
	margin-top: -2px;
	padding-top: 3px;
	text-align: center;
	background: #F0F0F0;
}
.curso-nota-circle .curso{
	width: 90px;
	height: 90px;
	-moz-border-radius: 90px;
    -webkit-border-radius: 90px;
	border-radius: 90px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	padding: 25px 0 0 0;
	background: #E6E7E7;
	font-size: 12px;
}
.curso-nota-circle .curso.jefedepartamento{
	font-size: 16px;
	padding: 37px 0 0 0;
}
.curso-nota-circle .curso.jefedepartamento.nivel{
	font-size: 50px;
	padding: 18px 0 0 10px;
}
.jefatura .curso-nota-circle .pre-curso{
	width: 67px;
	height: 67px;
	-moz-border-radius: 70px;
    -webkit-border-radius: 70px;
	border-radius: 70px;
	margin: 0 auto;
	margin-top: -11px;
	padding-top: 2px;
	text-align: center;
	background: #F0F0F0;
}
.jefedepartamento .curso-nota-circle .pre-curso{
	width: 48px;
	height: 48px;
	margin: 0 auto;
	margin-top: -11px;
	padding-top: 2px;
	text-align: center;
	background: #F0F0F0;
}
.docencia .curso-nota-circle .pre-curso{
	width: 68px;
	height: 68px;
	margin: 0 auto;
	margin-top: -11px;
	padding-top: 2px;
	text-align: center;
	background: #F0F0F0;
}
.jefatura .curso-nota-circle .curso{
	width: 55px;
	height: 55px;
	-moz-border-radius: 55px;
    -webkit-border-radius: 55px;
	border-radius: 55px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	padding: 10px 0 0 0;
	background: #E6E7E7;
	font-size: 20px;
}
.jefedepartamento .curso-nota-circle .curso{
	width: 40px;
	height: 40px;
	-moz-border-radius: 55px;
    -webkit-border-radius: 55px;
	border-radius: 55px;
	margin: 0 auto;
	margin-top: 2px;
	text-align: center;
	padding: 12px 0 0 4px;
	background: #E6E7E7;
	font-size: 14px;
}
.jefedepartamento .curso-nota-circle .curso.nivel{
	padding: 12px 0 0 1px;
	background: #52BFEB;
	color: #FFF;
}
.docencia .curso-nota-circle .curso{
	width: 60px;
	height: 60px;
	-moz-border-radius: 55px;
    -webkit-border-radius: 55px;
	border-radius: 55px;
	margin: 0 auto;
	margin-top: 2px;
	text-align: center;
	padding: 10px 0 0 0px;
	background: #E6E7E7;
	font-size: 9px;
}
.docencia .curso-nota-circle .curso span{
	font-size: 12px;
}
.docencia .curso-nota-circle .curso span.promedio{
	margin-top: 2px;
	display: block;
	font-size: 16px;
}
.jefatura .curso-nota-circle .curso p{
	font-size: 9px;
	margin: -2px 0 0 0;
}
.block-curso p.promedio{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.block-curso p.promedio span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
}
.block-curso p.promedio span.verde{
	background: #8CC63F;
}
.block-curso p.tipo-informe{
	display: inline-block;
	color: #52BFEB;
	text-transform: uppercase;
	margin: 8px 0 0 20px;
}
.small .block-curso p{
	color: #52BFEB;
	font-size: 10px !important;
	margin: 0 5px;
}
.small .block-curso p.informe{
	margin: 0 0 0 5px !important;
	overflow: hidden;
	white-space: nowrap;
	max-width: 90px;
}
.small .block-curso p.forma_evaluacion{
	margin: 40px 0 -3px 5px;
	max-width: 90px;
	overflow: hidden;
	white-space: nowrap;
}
.small .block-curso p.forma_evaluacion.short:before,
.small .block-curso p.informe.short:before{
	background: #F0F0F0;
	content: '...';
	margin: 0 0 0 78px;
	position: absolute;
	width: 15px;
}
.ultimos-informes{
	height: 120px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width: 408px;
	text-align: left;
}
.block-curso p.informe,.block-curso p.fecha{
	color: #52BFEB;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 13px;
}
.small .block-curso p.fecha{
	margin: -2px 0 0 5px;
}
table.list{
	width: 100%;
	border-spacing: 0;
}
table.list.w-border{
	border-collapse: collapse;
}
table.list tr.title{
	background: #F0F0F0;
}
table.list tr.title td{
	padding: 10px 5px;
	color: #666;
	font-size: 12px;
}
table.list tr{
	width: 100% !important;
	float: none !important;
}
table.list tr th{
	text-align: right;
	vertical-align: top;
	padding: 6px 10px;
}
table.list tr td{
	position: relative;
	padding: 0 10px;
	line-height: 130%;
	display: table-cell !important;
}
table.list.w-border tr td{
	border: 1px solid #DDD;
}
table.list.small tr td{
	font-size: 12px;
}
table.list.separated tr td{
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
table.list tr td .index-perfil-imagen{
	width: 80px;
	height: 80px;
	text-align: center;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
table.list tr td .index-perfil-imagen img{
	width: 50px;
	height: 50px;
	margin: 9px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
table.list tr td p{
	width: auto;
	margin: 2px 0;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}
table.list tr td p.promedio{
	font-size: 16px;
}
table.list tr td p.promedio span{
	font-size: 12px;
}
table.list tr td a.mensaje{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 30px;
}
div#box-calendario{
	position: relative;
}
div#calendario-blocked{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
table.calendario{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 0 2px;
}
table.calendario > tbody > tr{
	background: #EFEFEF;
	border: 1px solid;
}
table.calendario > tbody  > tr > th{
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
}
table.calendario > tbody  > tr > td{
	padding: 0 10px;
	vertical-align: top;
}
table.calendario > tbody  > tr > td:first-child{
	width: 130px;
}
table.calendario_ev{
	border-collapse: collapse;
	margin: 20px auto;
}
table.calendario_ev tr.meses th > div{
	display: table;
	width: 100%;
}
table.calendario_ev tr.meses th > div > span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.calendario_ev tr.meses th span.prev,
table.calendario_ev tr.meses th span.next{
	width: 5%;
	cursor: pointer;
}
table.calendario_ev tr.dias{
	background: #A1D8EE;
}
table.calendario_ev tr.dias td{
	padding: 5px;
}
table.calendario_ev tr{
	background: #52BFEB;
	border-bottom: 1px solid #FFF;
}
table.calendario_ev tr td{
	color: #FFF;
	font-size: 14px;
}
table.calendario_ev tr td:first-child{
	width: 120px;
}
table.calendario_ev tr td:last-child{
	padding: 0 20px 0 0;
}
table.calendario_ev tr td span{
	display: block;
	width: 45px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	position: relative;
}
table.calendario_ev tr td span img{
	position: absolute;
	bottom: 0;
	right: 0;
}
table.calendario_ev tr td span.selected{
	color: #52BFEB;
	background: #FFF !important;
}
table.calendario_ev tr.eventos td{
	background: #FFF; 
	display: none;
}
div.no_evento,
div.evento{
	display: table;
	width: 100%;
	color: #ABABAB;
	font-size: 11px;
	padding: 0 4px;
	border-left: 5px solid #52BFEB;
	margin: 0 0 1px;
}
div.no_evento{
	line-height: 30px;
}
div.evento span{
	display: table-cell !important;
	width: auto !important;
	text-align: left !important;
	line-height: 16px !important;
	height: auto !important;
	padding: 6px 1px;
}
div.evento span:nth-child(1){
	width: 160px !important;
	font-size: 10px;
}
div.evento span:nth-child(2){
	width: 110px !important;
}
div.evento span:nth-child(3){
	width: 125px !important;
}
table.promedio tr td{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	text-align: left;
}
table.promedio span{
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	display: inline-block;
}
table.promedio span.verde{
	background: #8CC63F;
}

/* INFORMES */
table.informe{
	width: 100%;
	border-collapse: collapse;
}
table.informe tr{
	border-bottom: 1px solid #000;
	background: transparent !important;
}
table.informe tr th{
	background: #F2F2F2;
	border: 1px solid #000;
}
table.informe tr td{
	border: 1px solid #000;
	padding: 2px 5px;
	text-align: center;
	color: #999;
}
table.informe tr.forma td:nth-child(2){
	background: rgba(27, 160, 225,0.3)
}
table.informe tr.contenido td:nth-child(2){
	background: rgba(166, 206, 57,0.3)
}
table.informe tr.lenguaje td:nth-child(2){
	background: rgba(241, 92, 34,0.3);
}
table.informe tr td:nth-child(4){
	text-align: left;
}
table.informe tr td:nth-child(5){
	text-align: left;
}

/** FORM */
form table:not(.crear-evaluacion) tr{
	float: left;
	margin-right:  20px;
	width: 224px;
}
form.one-line table tr{
	display: table-row;
	width: 100%;
}
form.one-line table tr td{
	padding: 2px 10px;
}
form table:not(.crear-evaluacion) tr td{
	display: block;
}
form table:not(.crear-evaluacion) label{
	font-size: 12px;
	color: #656567;
}
form table:not(.crear-evaluacion) input{
	border: thin solid #ccc;
	color: #656567;
	width: 220px;
}
form table:not(.crear-evaluacion) input[type="radio"]{
	width: 15px;
	float: left;
	display: block;
	height: 20px;
}
form table:not(.crear-evaluacion) select[multiple="multiple"]{
	width: 80%;
}
form table tr td#id_genero-label + td label{
	display: block;
	line-height: 26px;
	margin-bottom: -18px;
}
form table:not(.crear-evaluacion) input[type="submit"], input[type="submit"].submit-button{
	background: #52BFEB;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 2px 20px;
	float: right;
	width: auto;
	clear: both;
}
form#editarevaluacion table tr{
	display: table-row;
	width: 100%;
	float: none;
}
form#editarevaluacion table tr td{
	display: table-cell;
}
form#editarevaluacion table tr td:first-of-type{
	width: 25%;
}
form#editarevaluacion table tr td textarea{
	width: 80%;
	height: 180px;
}
form#editarevaluacion table tr td #cke_bibliografia .cke_toolbar{
	zoom: 0.8;
}
input[type="submit"].submit-button{
	border: none;
}
form.historico input[type="submit"]{
	float: none;
}
form.historico select{
	background: #52BFEB;
	color: #FFF;
	border: none;
	padding: 1px 10px;
}
form.mensaje input[type="text"], form.mensaje textarea{
	display: block;
	width: 100%;
	margin: 0 auto;
}
form.mensaje textarea{
	height: 200px;
}
form.mensaje input[type="submit"]{
	margin: 0;
}

/* COLORES */
.lenguaje{
	color: #FFF !important;
	background: #52BFEB !important;
}
.historia{
	color: #FFF !important;
	background: #F9951E !important;
}
.matematica,.matematicas{
	color: #FFF !important;
	background: #F15A24 !important;
}
.ciencias{
	color: #FFF !important;
	background: #99CC54 !important;
}
.quimica{
	color: #FFF !important;
	background: #D9E021 !important;
}
.fisica{
	color: #FFF !important;
	background: #8A79CC !important;
}

/* CALENDARIO */
#ui-datepicker-div,div.ui-datepicker-inline{
	padding: 0;
	margin: 0;
	border: 1px solid #CCC;
	width: 130px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
}
div.ui-datepicker-header{
	background: #52BFEB;
	padding: 0 !important;
	border: none;
	font-size: 10px;
	color: #FFF;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
}
.ui-datepicker .ui-datepicker-title{
	line-height: 24px !important;
}
div.ui-datepicker table{
	font-size: 9px;
}
table.ui-datepicker-calendar tr td{
	border: none;
}
table.ui-datepicker-calendar tr td a.ui-state-default{
	border: none;
	background: none;
	width: 13px;
	height: 13px;
	text-align: center;
	padding: 2px 0 0 0;
	color: #52BFEB;
}
table.ui-datepicker-calendar tr td a.ui-state-default:hover{
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	border-radius: 13px;
	background: #52BFEB;
	color: #FFF;
}
table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active{
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	border-radius: 13px;
	background: #52BFEB;
	color: #FFF;
}
.ui-corner-all{
	cursor: pointer;
}
div.ui-datepicker-header a.ui-corner-all:hover{
	border: none !important;
}

/* ADMIN */
form#usuario table, form#usuario table tr,form#usuario table tr td[colspan="2"]:first-child{
	width: 100%;
}
form#usuario table tr td{
	display: inline-block;
}
form#usuario table tr td label{
	font-size: 14px;
}
form#usuario table tr td:first-child{
	width: 40%;
}
form#usuario table tr td:nth-child(2){
	width: 50%;
}
form#usuario table tr td input{
	padding: 2px 5px;
	font-size: 14px;
	width: 90%;
}
form#usuario table tr td input[type="submit"]{
	width: 150px;
	margin: 50px auto;
	float: none;
}

/* FORM */
label[for="titulo1"],label[for="titulo2"]{
	margin: 10px 0;
	color: #545454 !important;
	font-size: 15px !important;
	font-weight: bold;
}

/* TRANSITION */
div,nav,.header div#buscar-global,.tabs .tab, .tabs-pages .tab{
	-webkit-transition: .2s all linear; -o-transition: .2s all linear;
	-moz-transition: .2s all linear; transition: .2s all linear;
}

/* HIGHCHARTS */
span.graph-icon{
	display: inline-block;
	width: 30px;
	height: 28px;
	float: right;
	margin: -7px 0 0 3px;
	cursor: pointer;
}
span.graph-icon:nth-of-type(3){
	background: url(../img/grafico1_gray.png) no-repeat center;
}
span.graph-icon.active:nth-of-type(3){
	background: url(../img/grafico1.png) no-repeat center;
}
span.graph-icon:nth-of-type(2){
	background: url(../img/grafico2_gray.png) no-repeat center;
}
span.graph-icon.active:nth-of-type(2){
	background: url(../img/grafico2.png) no-repeat center;
}
span.graph-icon:nth-of-type(1){
	background: url(../img/grafico3_gray.png) no-repeat center;
}
span.graph-icon.active:nth-of-type(1){
	background: url(../img/grafico3.png) no-repeat center;
}
.block.white .graph{
	margin: 30px auto 20px;
}
.graph{
	margin: 0 auto;
}
.graph.corr-20{
	margin-top: -20px;
}
text.highcharts-title{
	font-size: 12px !important;
	color: #999 !important;
}
svg > text[text-anchor="end"] tspan{
	color: transparent !important;
	display: none;
}

/* TABS */
.tabs{
	position: relative;
	height: 160px;
	text-align: center;
}
.tabs .tab{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 80%;
	z-index: 2;
	background: #F0F0F0;
}
.tabs .tab.active{
	z-index: 3;	
}
.tabs .pag{
	position: absolute;
	display: table;
	bottom: 0;
	height: 20%;
	left: 20%;
	width: 60%;
}
.tabs .pag div{
	display: table-cell;
	font-size: 11px;
	text-transform: uppercase;
	background: #FFF;
	border-left: 1px solid #36b9e7;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.tabs .pag div.active{
	background: #36b9e7;
	color: #FFF;
}
.tabs .pag.tres div{
	width: 33.3%;
}
.tabs .pag div:first-child{
	border-left: none;
}
.tabs .pag div img{
	vertical-align: middle;	
}
.tabs-graph, .tabs-pages{
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.tabs-graph .tab{
	display: none;
	position: relative;
}
.tabs-graph .tab.active{
	display: block;
}
.tabs-graph .pag, .tabs-pages .pag{
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0 0 2px 0;
}
.tabs-graph .pag div, .tabs-pages .pag div{
	display: table-cell;
	font-size: 11px;
	text-transform: uppercase;
	background: #F6F6F6;
	border-left: 1px solid #36b9e7;
	text-align: center;
	line-height: 18px;
	padding: 5px 0;
	cursor: pointer;
	width: 2%;
}
.tabs-graph .pag div.active, .tabs-pages .pag div.active{
	background: #36b9e7;
	color: #FFF;
}
.tabs-graph .pag.tres div{
	width: 33.3%;
}
.tabs-graph .pag div:first-child,.tabs-pages .pag div:first-child{
	border-left: none;
}
.tabs-graph .pag div img{
	vertical-align: middle;	
}
.tabs-pages .pag div span.sub{
	display: block;
	line-height: 140%;
}
table.second-level{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
table.second-level tr td{
	width: 2%;
}
table.second-level tr td > div{
	display: block !important;
	width: 100% !important;
	background: #F0F0F0 !important;
	color: #000;
	border-left: none !important;
	border-bottom: 1px solid #CCC;
}
table.second-level tr td > div.active{
	background: #DDD !important;
	color: #FFF;
}

/* Perfil Editar */
.jcrop-holder{
	background-color: transparent !important;
}

/* Administrador */
ul.list{
    list-style-type: lower-roman;
    padding: 0 0 0 25px;	
	margin: 0;
}
table.list tr td ul{
	margin: 5px 0;
	padding: 0 0 0 20px;
}
table.historial{
	width: 100%;
	border-collapse: collapse;
}
table.historial tr th{
	background: #52BFEB;
	color: #FFF;
	font-size: 12px;
    font-weight: normal;
    padding: 6px 8px;
    text-align: left;
}
table.historial tr td{
	padding: 6px 8px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
table.historial tr td p{
	margin: 5px 0 0;
}
table.historial tr td span.uppercase{
	text-transform: uppercase;
	display: block;
}
table.historial tr td .img-wrap{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
table.historial tr td .img-wrap img{
	width: 100%;
}
form#filtro{
	margin: 20px 0;
	border
}
form#filtro label{
	display: none;
}
form#filtro select{
	padding: 6px 5px;
}
form#filtro input[type="submit"]{
	padding: 6px 5px;	
	font-weight: bold;
}


