/**
COLORES GESTIÓN AMBIENTAL

COLOR PRINCIPAL:	506C #82CBDD

*/

.datosGenerales div.sep_col_der {
    border-left: 2px solid #82CBDD;
    display: table;
    float: left;
    height: 80%;
    margin-top: 6px;
    min-height: 40px;
    width: 5px;
}

.datosGenerales .info_col_der {
    background-color: #E7E8EA;
    height: 110px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 5px;
	margin-bottom: 10px;
    border-right: 8px solid #82CBDD;
	overflow:hidden;
    box-shadow: #666 3px 3px 5px;    
}

div#estructura_cabecera {
    background-color: #82CBDD;
    height: 65px; 
    position: relative;
    margin-left:186px;
	margin-right: 6px;
	min-width: 900px;
}




div#menu-opciones ul > li {
    background-color: #000;
    border-left: 6px solid #82CBDD;
    color: #FFF;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 0.3em 0 0.4em 1em;
    font-size: 13px;
    box-shadow: #666 3px 3px 5px;
	margin-left: 3px;
}

div#menu-opciones ul > li.activo {
    background-color: #82CBDD;
    border-left: 6px solid #000;
    color: #000;
    list-style: none outside none;
    padding: 0.3em 0 0.4em 1em;
    font-size: 13px;  
    margin-bottom: 10px;
	margin-left: 3px;
}



.nodoDatos {
    border-left: 2px solid #82CBDD; 
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 10px;
}

.nodoDatos .separador {
    border-top: 1px dotted #82CBDD;
    height: 1px;
    width: 100%;
}
.nodoDatos .separador_final {
    border-top: 2px solid #82CBDD;
    height: 1px;
    width: 100%;  
}

.cicloCurso {
    border-bottom: 1px solid #82CBDD;
    color: #000;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
}

h3, .componentheading, h2.seccion {
  border-left: 5px solid #82CBDD;
  margin:0;
  padding:0 0 0 10px;
}


h4 {
  color: #82CBDD;
  font-size:12px;
  margin:18px 0 8px 20px;
  padding:0 0 0 6px;
  border-bottom: 1px dotted #82CBDD;
}

.columnaExtra {
  background-color:  #EEE; 
  border-left: 10px solid #82CBDD;
  float:right;
  font-size:12px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  position:relative;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  width:200px;
  margin-left: 10px;
}

.columnaExtra .catTitulo {
	border-bottom: 1px solid #000;
	display: block;
	width: 97%;
}


.columnaExtra h3 {
  border-left: 5px solid #82CBDD;
  font-size:13px;
  font-weight:bold;
  margin:0;
  padding-left: 6px;
  text-transform:uppercase;
}

.contenidoH3 {
  border-bottom: 1px solid #82CBDD;
  display: block;
  width: 90%;
}

.asignaturasNombre a:hover {
    color: #82CBDD;
    text-decoration: none;
}

/** HORARIO ASIGNATURA
**/

.calendarioPorFecha .fecha { 
    border-bottom-color: #82CBDD;
    color: #82CBDD;
}	

.calendarioPorFecha .hora {
    color: #82CBDD;
}
