@import "/assets/css/bootstrap-editable.css";

/**
 * NUEVO DISENO 141015
 */
* {
  margin: 0;
}

 #header{position:fixed;z-index:1000; background: url(/images/header.png) #064677;margin: 0px;width: 100%;height: 50px;border-bottom:2px solid #000;overflow:hidden;}
 #header #logo{float:left;width:300px;height:50px;margin-left:10px;}
 #header #botones{postion:relative;float:right;overflow:hidden;width:150px;height:50px;margin-right:100px;display: inline-block;
  
    
    }
    
   /* .hvr-bounce-to-left:active,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:hover{color:#fff}
    .hvr-bounce-to-left:active:before,.hvr-bounce-to-left:focus:before,.hvr-bounce-to-left:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}
    
  */
 .hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.hvr-bounce-to-left::before {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
    cursor: pointer;
}
.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;   
    right: 100px;
    bottom: 0;
    width:180px;
    background: #605f60;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover a{color:#fff !important}

    
 #header #botones .hvr-bounce-to-left div{color:#fff;float:left;margin:20px 10px}
 #header #botones .hvr-bounce-to-left div a{color:#fff !important}
 html,body{margin: 0px;padding:0px;font-size:14px;font-family: Arial, Helvetica, sans-serif;text-align: center;width:100%;height:100%;font-family: 'Oswald', sans-serif;}
div#interfaz
{
	width: 90%;
	/*height:100%;*/
	background-color: #fff;
	margin: 0;
	text-align: left;
	overflow:hidden;
}

/*#contenidoL{width:13%;float:left;background-color:#e9e7e9;border-right:1px solid #d2d0d2;height:100%;position:fixed;}
#contenido{width:80%;float:left;margin-left:20px;position:relative;}*/
#contenidoL {display: block;position: fixed;top: 52px;left: 0; bottom: 0;margin: 0;padding: 0;width: 250px;height: 100%; background: #e9e7e9;overflow: hidden;z-index:0/* 9999999*/;border-right:1px solid #d2d0d2;}
#contenido{
	position:absolute;
	/*Dejar de mover la position atte Diego Amarillas*/
	margin-top: 52px;
	height:100%;
    left: 270px;width:80%;
    padding-bottom: 180px;
	display:inline-block;}
	/*#pie{bottom: -500px;
width: 80%;
display: inline-block;
float: right;
position: absolute;
left: 270px;
text-align: center;}*/
 #pie{/*position:relative;width:300px;height:100px;padding:50px;margin:0 auto;*/ /*position:relative;text-align: center;
width: 80%;
display: inline-block;
left: 24%;*/
   display: inline-block;
    margin: 10% 0;
    position: relative;
    text-align: center;
    width: 100%;
	}
#perfil{background-color:#fff;overflow:hidden;width:90%;margin:10px auto;}
#perfil_top{overflow:hidden;}
#perfil_bottom{overflow:hidden;}
#perfil #foto{float:left;width:90px;border-right:1px solid #d2d0d2;text-align:center}

#perfil #nombre{float:left;width:130px;padding:30px 0px 0px 0px;text-align:center}
#perfil #nombre span{font-size:12px;color:#064677}
#perfil #btnperfil{text-align: center;float:left;width:70px;transition: background-color 1s ease;background-color:#fff;padding:10px; color:#605f60;cursor:pointer}
#perfil #btnperfil span{color:#605f60;transition: background-color 1s ease;background-color:#fff;}
#perfil #btnperfil:hover{color:#fff;background-color:#064677;}
#perfil #btnperfil:hover span{color:#fff;background-color:#064677;}
#contenido h1
{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #064677;
	padding:10px;
	
}
#title h1
{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;	
	color: #064677;
	padding:10px;
	width:100%
	
}
#contenido h2{color:#605f60 !important;font-size:16px;font-weight:bold;}
#title{position:relative;width:100%;height:50px;margin-bottom:30px;border-bottom:1px solid #e9e7e9}

#titlebottom{position:absolute;bottom:-1px;left:30px;background:url(/images/menu_triangulo.jpg) no-repeat bottom left;width:100%;height:10px;}
#menuprincipal{margin:10px 0px 0px 10px;}
#menuprincipal a{color:#605f60 !important;}
#menuprincipal a div{width:100%;}
#menuprincipal ul li{margin-bottom:10px;font-size:14px;padding:5px;border-top:1px solid #e9e7e9;border-bottom:1px solid #e9e7e9;border-left:1px solid #e9e7e9;}
#menuprincipal li ul{display:none;list-style:none;margin-left:20px;}
#menuprincipal li ul li{margin-bottom:0px !important;border:none !important;}
#menuprincipal .seleccionado a span{color:#64b630}
#menuprincipal .seleccionado/*, #menuprincipal li:hover*/{background-color:#fff;border-top:1px solid #d2d0d2;border-bottom:1px solid #d2d0d2;border-left:1px solid #d2d0d2;}
#menuprincipal li ul li{   transition: background-color 1s ease; background-color: #e9e7e9;}
#menuprincipal li ul li:hover,#menuprincipal li ul li:hover a {
  background-color: #fff;color:#064677;font-weight:bold;
}
#menuprincipal li ul li a{transition: color 1s ease; }
/*#menuprincipal li ul li a:hover{color:#064677;font-weight:bold}*/
#main{width:100%;/*overflow:hidden;*/}
#mainL{float:left;width:80%;padding-top:10px}
#mainR{float:left;width:18%;border:1px solid #d2d0d2;color:#605f60;margin-top:10px;}
#mainR #titulo{background-color:#e9e7e9;padding:10px;font-size:16px;font-weight:bold;}
#mainR .avisos{margin:10px;padding:10px;border-bottom:1px solid #eee}
#mainR .cumple{width:100%;overflow:hidden;margin:5px;padding:5px;border-bottom:1px solid #eee}
#mainR .cumple .cumple_foto img{float:left;	width: 20px;border-radius: 50%;}
#mainR .cumple .cumple_nombre{float:left;width: 70%; margin-left: 10px;font-size:12px;}
#mainR .avisos i{color:#C7C000}



#mainL .curso{position:relative;color:#605f60;float:left;width:230px;border:1px solid #d2d0d2;height:487px;margin:0px 10px 10px 0px;}
#mainL .curso a{color:#064677}
#mainL .curso .nombreCurso{padding:10px 10px;text-align:center;height:50px; font-size:16px;background-color:#e9e7e9;margin-bottom:10px;display: block;}
#mainL .curso .nombreCurso a{ line-height: 16px !important;font-weight:700; display: inline-block;}
#mainL .curso .maestro{overflow:hidden;margin-bottom:10px}
#mainL .curso .maestro span{font-size:12px;}
#mainL .curso .maestro img{float:left;width:45px;}
#mainL .curso .maestro div{text-align:left;padding-left:10px;float:left;width:160px;}
#mainL .curso .progreso{overflow:hidden;padding:20px 10px;}
#mainL .curso .progresoL{float:left;width:100px;}
#mainL .curso .progresoR{float:right;width:100px;text-align:center;}
#mainL .curso .curso_links_usuario, .curso_links_admin{height:28px;background-color:#f7f7f7;border-top:1px solid #f0f0f0;padding:10px 0px 0px 5px;overflow:hidden;}
#mainL .curso .curso_links_usuario a:hover, .curso_links_admin a:hover{color:#064677 !important}

#mainL .curso .curso_links_usuario div{float:left;width:45px;}
#mainL .curso .curso_links_admin div{float:left;width:32px;height:28px;}
#mainL .curso .curso_links_usuario a, .curso_links_admin a{color:#605f60 !important;}
#mainL .calendario{background-color:#fff;position:absolute;padding:20px;z-index:1000;display:none}
#mainL .curso .progresografica{width:100px;border:1px solid #f0f0f0;height:20px;background-color:#e1e1e1}


/* Estilo para los botones de Ateneo.UI.Boton */
a.ateneo_ui_boton
{
	padding: 5px;
	border: none;
	border: #c0c0c0 solid 1px;
	margin-right: 6px;
	display: inline-block;	
	overflow: hidden;
}

a.ateneo_ui_boton img
{
	margin-right: 5px;
}

a.ateneo_ui_boton:hover
{
	background: #069;
	color: #fff;
	border: #069 1px solid;
}



#contenedor_buscador{width:100%;text-align:left;}
div .buscador:after{
            font-family: FontAwesome;
         
           content: "\f002 ";
            
           display: inline-block;
           padding-right: 3px;
           padding-left: 10px;
           vertical-align: right;
           padding-top: 8px;
           padding-bottom:4px;
           height: 20px;
           width:20px;
           color: rgb(30, 51, 105)
           
        }
        div .buscador{
	       
		    width: 473px; 
		    height: 33px; 
		    position: relative;
          border: solid 1px #ccc;
          //border-radius: 5px;
        }
        .buscador .buscar{
            width: 422px; 
            /*height: 56%;*/
            font-style: italic;
            font-size:12px;
            color:#666; 
            //border-radius: 5px 0px 0px 5px;
            //padding:3px; 
            border: none;
            padding-top: 9px;
           	//padding-left: 10px;
            //border-left: solid 1px #ccc;
        }
       .buscador .buscar:focus{
            outline:none;
            background: #fff;
            font-style: normal;
            //border: solid #ccc 1px;
           border:none;
        }

        .buscador .buscar:active{
           outline:none;
           background: #fff;
           font-style: normal;
           //border: solid #ccc 1px;
           border:none;
        }
       .pestanas{width: 100%;}
    .pestanas ul li a div.icono{float: left;margin-top:10px;cursor: pointer;}
    .pestanas ul li a div.texto
{
	float: left;
	padding: 0 6px;
	cursor: pointer;
	line-height: 33px;
}
  .pestanas ul{margin: 0 0 40px 0;
    padding: 0;
    border: 1px solid #dae3e6;
    border-radius: 2px;
    overflow:hidden;}
   .pestanas li{padding:5px;	
    height: 35px;
    float: left;
    background: url(http://cssmenumaker.com/sites/all/themes/cssmenu/images/menu_actions_bg.jpg) top left repeat-x;
    border-right: 1px solid #dae3e6;
    list-style: none;overflow:hidden;}
    .pestanas li:hover,.pestanas .seleccionado{background-position:0 -53px;}
   /* .pestanas li a:hover{padding: 0 15px 0 52px;
    margin: 12px 0 0 0;
    display: block;
    left: left;
    line-height: 30px;
   
    color: #37738e;
    font-size: 13px;
    font-weight: normal;
    font-weight: bold;}*/
/*.pestanas{height: 35px;margin-bottom: 10px;margin-left: 5px;width: 100%;margin-top: 25px;font-size: 14px;position:relative;
	border-bottom:1px solid #d2d0d2;}
.pestanas ul{list-style: none;padding-left: 10px;height: 42px;overflow: hidden;}
.pestanas a{color:#666666 !important}
div.pestanas ul li
{
	float: left;	
	padding: 0;
	padding-right: 5px;	
	
	height:40px
	
}

div.pestanas ul li a:hover
{
	color: #064677 !important;
	
}

div.pestanas ul li:hover a
{
	height: 36px;
	border-bottom: 0;
}

div.pestanas .pestanatriangulo{background:url(/images/menu_triangulo.jpg) no-repeat bottom;position:absolute;width:50px;height:30px;bottom:-1px;z-index:1000}


div.pestanas ul li a
{
	float: left;
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: auto;
}

div.pestanas ul li a div.icono{float: left;margin-top:10px;cursor: pointer;}

div.pestanas ul li a div.texto
{
	float: left;
	padding: 0 6px;
	cursor: pointer;
	line-height: 33px;
}

*/






 /*FIN NUEVO DISENO 141015*/

/*e52c2defd428921154db2dac8aed7cfc*/

.table-cell.calc2 {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 200px;
}
.table-cell .inputs-paper {
    margin-bottom: 20px;
    width: 100% !important;
}

.header-modal-white {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    padding: 2px 5px;
}
.header-modal-white h2 {
    color: rgb(51, 51, 51);
    display: inline-block;
    width: 100%;
}
.header-modal-white .close-modal-white {
    cursor: pointer;
    float: right;
    margin-right: 5px;
}
.footer-modal-white {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    border-top: 1px solid rgb(204, 204, 204);
    bottom: 0;
    height: 32px;
    padding: 5px;
    position: absolute;
    text-align: right;
    width: 590px;
}
.body-modal-white {
	font-size:13px;
    height: 100%;
    overflow: hidden;
    padding: 10px 10px 50px;
    width: 580px;
}
.background-modal{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	position:fixed;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.69) none repeat scroll 0 0;
display:none;
overflow-y:scroll;
}
.window-modal-white{
	background: #FFF;
    border-radius: 5px;
    box-shadow:0 2px 40px rgba(0, 0, 0, 0.4);
    margin:5% 1% 0% 0%;
    min-height: 250px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: 600px;
}
.mybtn-red {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.mybtn-red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.mybtn-red:active {
	position:relative;
	top:1px;
}

.mybtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.mybtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.mybtn:active {
	position:relative;
	top:1px;
}


.tblSalas {
    border: 1px solid rgb(221, 221, 221);
    width: 980px;
}
.tblSalas thead {
    background: rgba(0, 0, 0, 0) url("../../images/th_back.png") repeat-x scroll 0 0;
    color: rgb(0, 51, 102);
    font-size: 20px;
}
.tblSalas tbody tr:hover {
    background-color: rgb(240, 240, 240);
}
.icon-room{
	width:32px;
	height:32px;
	display:block;
	cursor:pointer;
}

.divSalas {
	margin-bottom:50px;
    display: block;
    float: left;
    height: 160px;
    margin-right: 50px;
    position: relative;
    width: 250px;
	background:url("../images/collab_room.png");
	background-size:cover;
	background-position:center;
}
.lista-de-salas {
	width:100%;
	margin:50px 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.footer-salas {
    bottom: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
}
.footer-salas > ul {
    display: inline-block;
    list-style: outside none none;
    width: 100%;
}
.footer-salas li {
    float: right;
    margin-right: 10px;
}
.titulo-salas {
    text-align: center;
}
/*
Eduardo avila
16 04 2015
*/
.responstable div#foto {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    padding: 5px;
}

.regular-container{
position: relative; display: block; overflow: hidden;
}
.square-buttons{

    display: block; float: left; height: 20px; width: 20px; text-align: center; background: none repeat scroll 0% 0% rgb(22, 127, 146); color: rgb(255, 255, 255); padding: 5px;
    margin-right: 10px;
}
.square-buttons i.fa{
    line-height: 20px;
}
.square-buttons:hover{
    background: #00D8FF;
}
.ul-barside {
    font-size: 14px;
    list-style: outside none none;
    white-space: normal;
}
.ul-barside li.container-name-course:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.05);
}
.ul-barside .container-name-course {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.chev-li{
    float: right; position: absolute; right: 0px; top: 37%;
}
.barside {
    background: none repeat scroll 0 0 #fff;
    color: #444;
    float: left;
    position: relative;
    width: 150px;
}
.ul-barside {
    min-height: 400px;
    max-height: 405px;
    font-size: 14px;
    list-style: outside none none;
    white-space: normal;
}
.ul-barside .container-name-course {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.ul-barside li.container-name-course:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
#search-course {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #80A1BF;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 10px;
    position: relative;
    width: 96%;
}

.container-right {
    border-left: 1px solid #ccc;
    display: block;
    float: left;
    height: 100%;
    padding-left: 10px;
    position: relative;
    width: 800px;
}

/*** end Eduardo 16 04 2015 */


/* Quitar por default espacios */
div, form, table, h1, h2, h3, ul, li{margin: 0;padding: 0;}

a{color: #064677 !important;text-decoration: none;}
/* Evitar que las im�genes tengan bordes */
img{border: 0;}
/* Evitar que un p�rrafo tenga espaciado por default */
p{margin:0;padding:0;}
*{-webkit-box-sizing: inherit !important;}



div #botonComunidadh{
	
	padding:10px;
	position:absolute;
	bottom: -50px;
	right: 50px;
	color: #fff;
	text-shadow:1px 1px 3px #333;
	font-size:1.2em;
	border-radius:5px;
	box-shadow:0px 0px 10px #333;
background-image: linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -o-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -moz-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -ms-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.41, rgb(21,93,148)),
	color-stop(0.56, rgb(49,121,178)),
	color-stop(0.81, rgb(79,158,214))
);
	

}
div #botonComunidad{
	-webkit-transition: all 1s ;
-moz-transition: all 1s ;
-ms-transition: all 1s ;
-o-transition: all 1s ;
transition: all 1s ;
	padding:10px;
	position:absolute;
	bottom: 20px;
	right: 50px;
	color: #fff;
	text-shadow:1px 1px 3px #333;
	font-size:1.2em;
	border-radius:5px;
	box-shadow:0px 0px 10px #333;
background-image: linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -o-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -moz-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);
background-image: -ms-linear-gradient(bottom, rgb(21,93,148) 41%, rgb(49,121,178) 56%, rgb(79,158,214) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.41, rgb(21,93,148)),
	color-stop(0.56, rgb(49,121,178)),
	color-stop(0.81, rgb(79,158,214))
);
	

}
div #botonComunidad:hover{
	-webkit-transition: all 0.5s ;
-moz-transition: all 0.5s ;
-ms-transition: all 0.5s ;
-o-transition: all 0.5s ;
transition: all 0.5s ;
	right:60px;
	background-image: linear-gradient(bottom, rgb(230,139,28) 40%, rgb(255,167,56) 65%, rgb(255,201,84) 88%);
background-image: -o-linear-gradient(bottom, rgb(230,139,28) 40%, rgb(255,167,56) 65%, rgb(255,201,84) 88%);
background-image: -moz-linear-gradient(bottom, rgb(230,139,28) 40%, rgb(255,167,56) 65%, rgb(255,201,84) 88%);
background-image: -webkit-linear-gradient(bottom, rgb(230,139,28) 40%, rgb(255,167,56) 65%, rgb(255,201,84) 88%);
background-image: -ms-linear-gradient(bottom, rgb(230,139,28) 40%, rgb(255,167,56) 65%, rgb(255,201,84) 88%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(230,139,28)),
	color-stop(0.65, rgb(255,167,56)),
	color-stop(0.88, rgb(255,201,84))
);
	
}	





/* Comienza el estilo de las pesta�as estandarizadas */


/* Estilos de la Interfaz */
input.texto,
textarea.texto,
select.texto
{
	padding: 5px;
	border: solid 1px #b0b0b0;
	/* Firefox */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.ui_boton
{
	display: inline-block;
	cursor: pointer;
}

a.ui_boton:hover
{
	border: none;
	background: #eaf9ff;
}

a.ui_boton .centro
{
	overflow: hidden;
}

a.ui_boton .centro .icono
{
	padding: 5px 2px 5px 7px;
	float: left;
}
a.ui_boton .centro .texto
{
	padding: 5px 7px 2px 7px;
	float: left;
	line-height: 24px;
}

/* Este estilo es para los páneles laterales de usuario
 * que mostrarán la foto, el nombre y otra información
 * que se quiera mostrar. */
div.panelColaborador
{
	border: solid 1px #c0c0c0;
	width: 150px;
	padding: 1px 1px 8px 1px;
	/* NO-IE */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

div.panelColaborador h1
{
	background: url(../images/th2_back.png) repeat-x;
	line-height: 28px;
	text-align: center;
	font-size: 16px !important;
	border: none !important;
	padding: 0 !important;
	/* NO-IE */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

div.panelColaborador img.foto
{
	width: 128px;
	height: 128px;
	margin: 10px 0 5px 0;
}

div.panelColaborador span.posicion
{
	color: #c0c0c0;
}

/* Barra estatica*/
#uberbar
{ 
	background-color:#4d85bc;
	border:1px solid #B0CBDB;
	padding:3px 10px 3px 10px;
	position:fixed;
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
	font-size:13px;	
}
#uberbar a
{
	color:#ffffff;
	text-decoration:none;
}
#uberbar a:hover
{
	text-decoration:underline;
}

/* Estilos de cuadros de mensaje */
div.mensaje_error
{
	padding: 10px;
	background: #ffe6e6;
	-moz-border-radius: 5px;
}
div.mensaje_exito
{
	padding: 10px;
	background-color: #d5ffd5;;
	-moz-border-radius: 5px;
}
div.mensaje_info
{
	padding: 10px;
	background-color: #e8eff7;
	-moz-border-radius: 5px;
}



/* Estilo para los popup*/
.popup
{
	position: absolute; 
	width: 600px; 
	border: solid 1px #c0c0c0; 
	background: #fff; 
	margin-left: 150px; 
	-moz-box-shadow: 0 0 10px #c0c0c0; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	z-index:100;
}
.popup h2
{
	 float: left; 
	 padding: 3px 5px;
	 margin:0;
	 font-size:18px;
}



.cursos_calificacion_box{
	padding: 5px; 
	text-align: left; 
	overflow:hidden; 
	clear:left;
	display: inline;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px 4px 4px 4px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FF6;
	/*background-color: #f8f8f8;*/
}


.cursos_calificacion_box span {
	font-weight: bold;
	font-size: 16px;
}
.cuadro_tareas{
	width: 40%;
	display: inline-block;
	margin: 8px;
	margin-top: 20px;


}

.cuadro_tareas div{
	display: inline;
}

.cuadro_tareas div p{
	display: inline-block;

}

.cuadro_tareas div p:nth-child(odd){
	width: 70%;
}

.cuadro_tareas div p:nth-child(even){
	width: 20%;
	text-align: center;
}

.cuadro_tareas div:nth-child(odd){
	background-color: #FAFAFA;
}

.cuadro_tareas div:nth-child(even){
	background-color: #EFFBFB;
}

.red{
	color:red;
}

.blue {
	color:blue;
}

.green{
	color:green;
}
#footer_login{
	display: inline;
	color: #707070;
	font-size: 13px;
}

#footer_login img{
	text-align: center;	
}
input[type='text']{border:1px solid #ccc;border-radius:3px;padding:5px;}
.tablasimple thead{background:url(../../images/th_back.png) repeat-x;color:#036;font-size:14px;min-width:500px;}
.tablasimple{border:1px solid #ccc;border-collapse:collapse;font-size:12px;}
.tablasimple td,.tablasimple th{border:1px solid #ccc;padding:10px;}
.tablasimple span{color:#999}
.centrar{margin:0px auto;}

/**reloj */
#divISEI{
		text-align: center; color: #c0c0c0; 
		margin:auto auto;		
		margin-bottom:20px;
		padding:10px;
		border-radius: 5px;
		width: 350px;
	}
	#srvTime{
		color:#fff;
		position:fixed;
		bottom:2px; 
		right:13px;
		font-size: .850em;
		height: 73px;
		background-color: #155D94;
		border-radius: 45px;
		padding-bottom: 2px;
		text-align: center;
		width: 150px;
		padding-top: 5px;
	}	
 /**
        * documentos/mostrar
        **/
        
      .user-status.rojo {
          background: rgba(255, 0, 0, 0.11) none repeat scroll 0 0;
      }
      .user-status.amarillo {
          background: rgba(255, 254, 0, 0.13) none repeat scroll 0 0;
      }
      .user-status.verde {
          background: rgba(1, 128, 0, 0.12) none repeat scroll 0 0;
      }
      div#circle-centered {
          background: rgb(70, 130, 180) none repeat scroll 0 0;
          border-radius: 50%;
          box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.28);
          height: 300px;
          margin: 0 auto;
          position: fixed;
          right: 30%;
          top: 30%;
          width: 300px;
          z-index: 9;
          display: none;
      }
      #circle-centered > span#effectiveness-text {
          bottom: -110px;
          color: rgb(255, 255, 255);
          font-size: 4em;
          position: relative;
          right: -43px;
          text-align: center;
          vertical-align: baseline;
      }
      #circle-centered > span#close-circle {
          color: rgb(255, 255, 255);
          font-size: 1.5em;
          left: 232px;
          position: relative;
          cursor: pointer;
      }
      /**documentos**/
      #list-files{
        display: none;
      }


/** valdiacion de documentos**/
.divinput {
    border: 1px solid rgb(204, 204, 204);
    display: inline-block;
    float: left;
    margin-right: 5%;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
    width: 25%;
}
.group-hidden{
  display: none;
}

/** clase en vivo **/
#contenido{
    min-height: 500px;
  }

  #player{
    height:0px;
    z-index:1; 
    overflow-y:hidden;
    overflow-x:auto;
    margin: 2%;
      
  }
  #player iframe:nth-child(1){    
    display: inline-block;  
    width: 70%;
    
  }

  #player iframe:nth-child(2){    
    margin-left: 5px;       
    width: 25%;
    
  }

  #timer{
    font-size: 2.45em;
    font-weight: bold;
    color: #355C7D;
    text-align: center;
    margin:5%; 
    width: 88%;
  }

  .contenedor{
    padding-top: 20px;
    background-color: #FAFAFA;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    padding-bottom: 10px;
    width: 48%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;   
      transition: .5s all;

  }

  .contenedor:hover{
    background-color: #EEEEEE;
  }

  .contenedor  img{
    padding-left: 9%;
    padding-right: 9%;
    width: 80%;
    cursor: pointer;
  } 

  .contenedor > div{
    display: inline;
  }

  .contenedor  img{
    border-radius: 5px;
    width: 80%;
  }
  #contiene-clase-en-vivo{
    display: none;
  }
  #container-progress{
    overflow: hidden;
  }
  b#progress{
    font-size: 13px;
    font-weight: lighter;
  }
  span#text-speedTest{
    font-size: 25px;
  }

div#lista-asistencia div.picture {
    float: left;
    margin-right: 5px;
    width: 48px;
}
.picture > img {
    max-width: 100%;
}
div#lista-asistencia div.name {
    float: left;
    width: 30%;
}
div#lista-asistencia {
    background: rgba(234, 234, 234, 0.14) none repeat scroll 0 0;
    margin: 5% 0;
    padding: 10px;
    display: none;
}

div#lista-asistencia div.container-options {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    width: 40%;
}
div.container-options label {
    display: block;
    float: left;
    margin-right: 20px;
}
div.container-options label:hover{
  cursor: pointer;
}
.container-options input {
    margin-right: 6px;
}

div#opciones {
    display: inline-block;
    margin: 30px 0;
    overflow: hidden;
    width: 100%;
}
a#redirect{
  display: none;
}

/*******************************************
***** recesos******************************/
.cont-contenido{
  display: none;
}
.float-r{
  float: right;
}

.row-to-delete {
    background: rgb(249, 249, 249) none repeat scroll 0 0;
    margin: 1em 0;
    padding: 10px;
    position: relative;
}
.select_time{
  width: 120px !important;
  float: left;
  margin-right: 1em;
}
#message-hidden{
  display: none;
}
table tbody tr td i.fa:hover{
cursor: pointer;
}
table tbody tr td i.fa-pencil{
  color: #008DFF;
}
table tbody tr td i.fa-trash{
  color: red;
}
table tbody tr td i.fa-times{
  color: #008DFF;
}
.fa-2x{
  font-size: 1.5em !important;
}
.fa.fa-times.fa-bbas {
    float: right;
    color: white;
    font-size: 40px;
    margin: 1%;
}
.black-background-all-screen{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  overflow: hidden;
  z-index: 2147483647;
  height: 100%;
}
.container-bbas{
  margin: 5% 25%;
  background: #fff;
  width: 600px;
  height: 400px;
}
.container-bbas img{
  max-width: 100%;
  width: 100%;
}
.cpointer{
  cursor: pointer;
}
#helpYT{
  display: none;
}
img.img_db{
  width: 20%; margin: 5%;

}
.pointer-disabled{
  pointer-events: none;
}
/* cinema */

.cinema {
    background: rgb(51, 51, 51) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    display: none;
}
.film {
     float: right;
    margin: 6% auto;
    max-height: 620px;
    min-height: 600px;
    overflow: hidden;
    width: 1260px;
}
.fa.fa-times.closeBtn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: right;
    font-size: 35px;
    margin: 4%;
}
#url_de_la_noticia{
  display: none;
}
/**clock**/

.cinema #clockdiv {
    display: inline-block;
    left: 0;
    margin: 60px 0 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 125px;
}
#clockdiv span {
    border-bottom: 2px solid rgb(0, 255, 0);
    color: rgb(255, 255, 255);
    font-size: 4.5em;
}
#clockdiv > div {
    float: left;
    text-align: center;
    width: 100px;
}
#clockdiv .smalltext {
    color: rgb(255, 255, 255);
    margin-top: 5%;
}

/** pase **/
.unstyled{
  list-style: none;
}
.unstyled li.pase_img{
  display: none;
  position: relative;
  height: 600px;
}
.unstyled li.pase_img p{
  position: absolute; color: rgb(255, 255, 255); font-size: 2.2em; padding: 0px 20px; text-align: justify; bottom: 0px; background: rgba(0, 0, 0, 0.65) none repeat scroll 0% 0%;
}
.secondclock{
  position: absolute;
  right: 0;
  bottom: 0;
  color: lime;
}

.film span#prev {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: left;
    padding: 6px;
}
.film span#next {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: right;
    padding: 6px;
}
/* timer transition*/

ul.unstyled li .timer {
    bottom: 0;
    color: rgb(0, 255, 0);
    margin-right: 1%;
    position: absolute;
    right: 0;
}
.container-timer{
  display: none;
}
.pase_vids{
  display: none;
  min-height: 600px;
  width: 100%;
}
/** top nota **/
.top_nota{
  background: rgba(51, 51, 51, 0.51) none repeat scroll 0 0;
}
.top_nota figure {
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.top_nota figure img {
    height: 100%;
    max-width: 100%;
    width: 100%;
}
.top_nota .inner h1{color: rgb(255, 255, 255) !important;
    font-size: 2em;
    padding: 0 10px;}
.top_nota .inner h2{color: rgb(255, 255, 255) !important;
    font-size: 2em;
    padding: 0 10px;}
.top_nota .inner b{color: rgb(255, 255, 255) !important;
    font-size: 2em;
    padding: 0 10px;}
.top_nota .inner {
    position: relative;
    height: 600px;
}

section.tags{
  display: none;
}
.top_nota .inner .text p{
    color: rgb(255, 255, 255);
    font-size: 1.5em !important;
    list-style: outside none none;
    padding: 0 10px;
}
.top_nota .inner .text ul{
    color: rgb(255, 255, 255);
    font-size: 1.5em !important;
    list-style: outside none none;
    padding: 0 10px;
    position: relative;
}
.top_nota .inner .text li{
    color: rgb(255, 255, 255);
    font-size: 1.5em !important;
    list-style: outside none none;
    padding: 0 10px;
}
.top_nota .inner .text {
    background: rgba(51, 51, 51, 0.51) none repeat scroll 0 0;
    overflow: hidden;
    height: 100%;
}
.top_nota .inner .text{
  position: relative;
}
.top_nota .inner .text ul li {
    display: none;
    position: absolute;
    top: 60px;
}
.top_nota .inner .text p{
  display: none;
    position: absolute;
    top: 60px;
}
.top_nota .inner .text iframe{
  display: none;
}
.top_nota .inner .text ol{
  display: none;
}
.top_nota .inner .text table{
  display: none;
}
table .fa.fa-lime{
  color: rgb(2, 188, 0);
}
table .fa.fa-muted{
  color: #999;
}
div#message-error{
  display: none;
}

div#message-error i {
    float: right;
}

.form-group.row-to-delete-dyn {
    background: rgba(234, 234, 234, 0.43) none repeat scroll 0 0;
    padding: 10px;
}
ul#list-unstyled{
  list-style: none;
}
.text-right{
  
  text-align: right;
}
div.bg-modal{
  background: rgba(255, 255, 255, 0.51) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
div.bg-modal div.body{
  background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 5px 5px 8px -6px rgb(51, 51, 51);
    margin: 15% auto;
    min-height: 100px;
    outline: medium none;
    padding: 10px;
    width: 600px;
}


div#collapse-listaTareasRubricas{
  display: none;
}

/** info rubrica tarea **/

div#message-tr {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(234, 234, 234);
    box-shadow: 0 0 10px 0 rgb(204, 204, 204);
    margin-right: 1%;
    margin-top: 5%;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    max-height: 650px;
    overflow-y: scroll;
}
div#collapse-message-tr{
  display: none;
}
ul#list-niveles li.criterios_por_nivel{
  display: none;
}


ul#list-niveles .list-group-item > strong {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 100px;
}
ul#list-niveles li i.fa-chevron-down {
    float: right;
    line-height: 22px;
    cursor:pointer; 
}

.contenedor-de-tareas-por-calificar {
  display: block;
  overflow:hidden;
  width: 100%;
}
.contenedor-lista div{
  
  width: 100%;
}
.contenedor-lista .tarea {
    background: rgb(234, 234, 234) none repeat scroll 0 0;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 390px;
}

.list-group.metro {
    width: 260px;
}
.list-group.metro li.list-group-item {
    list-style: outside none none !important;
}
ul.list-group.metro li.list-group-item span.criterio-span {
    color: rgb(70, 130, 180);
    display: inline-block;
    float: left;
    font-weight: bold;
    width: 100px;
}

div#collapse-message-tr .asignar {
    display: none;
}
ul#ul-cambiar-rubrica-tarea li.list-category:hover{
  cursor: pointer;
  background: rgba(234, 234, 234, 0.33);
}
ul#lista_tareas_rubricas{
  display: none;
}

.list-group-item input[type="radio"] {
    display: inline-block;
    width: 25px;
}
ul.list-group.metro li span {
  width: 100%;
  display: inline-block;
}

/**
* proceso de admision
* eavila
*/
div#cont_tiempo,div#preguntas{
  
}

.container > div#container-diag {
    background: rgb(234, 234, 234) none repeat scroll 0 0;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    display: none;
}
/**reporte de documentos**/
#circle-centered-buttons{
    bottom: 28px;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
}

form#form1-resultados{
  float: left; width: 100%; display: inline-block; margin: 2% 0px;
}


