/* ===============================================================
   FONT FACE
   ============================================================ */
   
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');


/* ===============================================================
   GENERAL
   ============================================================ */

	html { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400; line-height: normal; color:#292011; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;}
	
	body { margin: 0; width: 100%; font-size: 1em;  font-family: 'Roboto', sans-serif; font-weight: 400; background-color:#FFF!important; overflow-x: hidden; height: 100%;}
	* {
	margin: 0;
	padding: 0;
	}
	img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    }
	a {
	color:#000;
	text-decoration: none;
	}
	table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	}
	p {
	margin: 0;
	padding: 0;
	}
	strong {font-weight: 700;}
	.main {
	width:100%;
	}


/* ===============================================================
   TOP
   ============================================================ */
#top {
	width:100%;
	height: 75px;
	padding:0;
	position: fixed;
	background-color:#E8EFBE;
	z-index:99;
	/*-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);*/
	}

#logo {
	float:left;
	padding:5px 0px 0px 20px;
	}
#title_page {
	float: right;
	padding: 25px 20px 0px 0px;
	font-size:17px;
	font-weight:700;
	color:#818B31;
	}

/* ===============================================================
   NAV
   ============================================================ */
#menu {
	position: fixed;
	float:left;
	padding:90px 0px 0px 0px;
	width: 250px;
	height:100%;
	min-height:100%;
	background-color:#BFD350;
	/*box-shadow:-3px 0px 8px -4px rgba(0, 0, 0, 0.3) inset;*/
	z-index:90;
	color: #FFF;
	}

#desarrollo {
	padding: 15px 0px 15px 15px;
	color:#fff;
	position: fixed;
	bottom:0px;
	font-size:11px;
	}
#bienvenido {
	padding: 15px 0px 15px 15px;
	color:#333;
	}
	
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

#cssmenu > ul > li > a {
  padding: 15px 0px 15px 45px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top: 1px solid #DFE9A8;
  border-bottom: 1px solid #A5B837;
  }

#cssmenu > ul > ul > li > a {
  padding: 15px 0px 15px 45px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #75723F;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  background-color:#E8EFBE;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #C9D584;
  }

/* ICONOS */
.nav_misdatos {	background: url(img/icon_user.png) no-repeat 15px center; }
.nav_miscursos { background: url(img/icon_course.png) no-repeat 15px center; }
.nav_clases { background: url(img/icon_clase.png) no-repeat 15px center; }
.nav_actividades { background: url(img/icon_activ.png) no-repeat 15px center; }
.nav_calificaciones { background: url(img/icon_calif.png) no-repeat 15px center; }
.nav_ayuda { background: url(img/icon_help.png) no-repeat 15px center; }
.nav_mail { background: url(img/icon_mail.png) no-repeat 15px center; }
.nav_foro { background: url(img/icon_foro.png) no-repeat 15px center; }
.nav_salir { background: url(img/icon_logout.png) no-repeat 15px center; }

.notificacion {
	font-size:13px;
	padding:2px 5px;
	display:inline-block;
	background-color:#818B31;
	color:#fff;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	}

/* ===============================================================
   LOGIN
   ============================================================ */
#login {
	padding: 0px 0px 15px 15px;
	color:#818B31;
	}
#ingreso {
	padding: 15px 0px 15px 15px;
	color:#5F6523;
	}
.olvido {
	color:#fff;
	font-size:13px;
	}
.error {
	color:#F30;
	font-size:13px;
	}

	
/* ===============================================================
   RUTAS
   ============================================================ */
#rutas {
	width:100%;
	height: 35px;
	padding:90px 0px 0px 280px;
	position: fixed;
	background-color:#818B31;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	z-index:10;
	}
.ruta {
	float: left;
	color:#E8EFBE;
	font-weight:700;
	text-transform: uppercase;
	font-size: 15px;
	}

/* ===============================================================
   CONTENIDOS 
   ============================================================ */

#contenido {
	padding:150px 50px 100px 280px;
	}

.recuadro,
.recuadro_destacado {
	display:block;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: solid 3px #818B31;
	padding:20px;
	}
.recuadro_destacado {
	background-color:#EEE;
	}

.recuadro_guardar {
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#EEE;
	padding:20px;
	text-align:right;
	}

.listado-top {
	padding:0px 0px 10px 0px;
	border-bottom: solid 1px #818B31;
	font-weight:700;
	color:#818B31;
	}
.listado-gral {
	padding:10px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}

.listado-respuestas {
	padding:10px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	width:auto;
	}
	
/* =============================================
   01. HOME
   =========================================== */

.home_titulo { font-size:20px; padding-bottom:30px;}
.home_titulo span { 
	font-size:30px;
	color:#818B31;
	font-weight:700;
	}
.cursos_home {
	display:block;
	padding: 15px 0px 20px 60px;
	margin-bottom:20px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 20px;
	font-weight: 700;
	color:#818B31;
	text-transform: uppercase;
	background-image: url(img/icon_course_gde.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* =============================================
   02. MIS CURSOS
   =========================================== */

.cursos_listado {
	display:block;
	padding: 15px 0px 15px 60px;
	margin-bottom:20px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
	background-image: url(img/icono_curso.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

/* =============================================
   03. DETALLE CURSOS
   =========================================== */

.cursos_titulo {
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#818B31;
	padding:10px;
	color:#FFF;
	font-weight:700;
	}
.cursos_listado_info {
	display:block;
	padding:10px 0px 10px 0px;
	border-bottom: solid 1px #E2E2E2;
	}
.cursos_listadoact {
	display:block;
	padding:10px 0px 10px 30px;
	border-bottom: solid 1px #E2E2E2;
	color:#008B83;
	font-weight:700;
	background-repeat: no-repeat;
	background-position: left center;
	}
.cursos_listadoact a {
	color:#818B31;
	}
/* ICONOS */
.navcurso_clase { background-image: url(img/icono_ingresar.gif); }
.navcurso_evaluacion { background-image: url(img/icono_autoevaluacion.gif); }
.navcurso_actividad { background-image: url(img/icono_actividad.gif); }
.navcurso_material { background-image: url(img/icono_material.gif); }
.navcurso_links { background-image: url(img/icon_url.gif); }
.navcurso_examen { background-image: url(img/icono_actividad.gif); }


/* =============================================
   ACTIVIDADES
   ============================================= */
.txt_aprobado {	
	color: #009900;
	}
.txt_desaprobado {	
	color: #FF0000;
	}
.txt_destacado {	
	color: #818B31;
	font-weight:700;
	}
.txt_destacado2 {
	background-color:#BFD350;
	color: #000;
	font-weight:700;
	}

/* =============================================
   EXAMENES
   ============================================= */

.examen_preg {
	color: #818B31;
	font-weight:700;
	padding:0px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	width:auto;
	}
	
   
/* =============================================
   FORMULARIOS
   ============================================= */
label {
	display:inline-block;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:700;
	}
input, textarea, select, button {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	}

.form-control,
.form-ok,
.form-txtarea,
.form-desplegable {
	display:block;
	padding:5px 10px;
	color:#333;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

.form-control {width:98%; height:20px;}
.form-ok {width:100%; height:20px;}
.form-txtarea {width:98%; height:150px;}
.form-desplegable {width:100%; height:35px;}

.form-control:focus,
.form-ok:focus,
.form-txtarea:focus,
.form-desplegable:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	}

.btn_publicar {
	width:200px;
	border-radius: 4px;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.5) inset;
	padding: 10px 0px 12px 0px;
	border-style: none;
	color:#FFF;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight:700;
	}
.btn_publicar { background-color: #818B31; }

.btn_publicar:hover { background-color: #666; color:#FFF;}


