/**************************************
 * THEME NAME: ceslcam
 *
 * Files included in this sheet:
 *
 *   ceslcam/styles.css
 *   ceslcam/styles.php.css
 *   ceslcam/mejoras.css
 **************************************/

/***** ceslcam/styles.css start *****/

/***** ceslcam/styles.css end *****/

/***** ceslcam/styles.php.css start *****/

/***** ceslcam/styles.php.css end *****/

/***** ceslcam/mejoras.css start *****/

/********  Redondear sideblocks   *************/
.sideblock{
  -moz-border-radius:10px;
}

.sideblock .header{
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
}

.sideblock .content{
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

/*********  Menu dentro de leccion ************/
.menuwrapper .selected{
  margin-left: 10px;
  color:orange;
  font-weight: bold;
}

.menuwrapper .notselected,
.menuwrapper .selected{
  border-bottom: orange solid 1px;
}

.menuwrapper li:hover.notselected{
  background:orange;
}

strong{
  color:rgb(64,99,123);
  font-weight:bold;
}

/************* Mejorar la visualizacion del menú scorm *******************/
#toctree{
  overflow:auto;
  width:100%;
}


#mod-scorm-player #tocbox {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(menu-top.png) no-repeat scroll 0 0;
  width:260px;
  height:500px;
}

#mod-scorm-player #tochead{
  padding:5px;
}

#mod-scorm-player #toctree {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background-color:#FFFFFF;
  border-color:#FF8918;
  border-width:0;
  overflow-x:hidden;
  overflow-y:auto;
  text-indent:-32px;
  padding-left: 38px;
  width:auto;
  height:500px;
  overflow:auto;
  position:relative;
}

#mod-scorm-player #toctree b a:visited{
  color:#FF8918;
}

#mod-scorm-player .generalbox{
  padding:0;
}

#mod-scorm-player .structurelist {
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
  width:96%;
}

#mod-scorm-player .structurelist ul {
  margin-left:0.5em;
  padding-left:0.5em;
}

#mod-scorm-player #scormbox {
  width: 780px;
  padding-right:10px;
}

#mod-scorm-player .scoframe{
  height:500px;
}

/************ Aspecto de botón a los enlaces siguiente y anterior en el módulo scorm **********/
#mod-scorm-player #scormnav a,
#mod-scorm-player #scormnav a:link {
  background-color:#DCDCDC;
  border:2px outset;
  color:#000000;
  font-family:helvetica,arial,sans-serif;
  font-size:10pt;
  padding:1px 3px;
  text-decoration:none;
}

#mod-scorm-player #scormnav a:hover {
  background-color:#E0E0E0;
  border:2px inset;
  color:#000000;
  font-family:helvetica,arial,sans-serif;
  font-size:10pt;
  padding:1px 3px;
  text-decoration:none;
}

/*********** Scroll y colocación del contenido del scorm  *****************/
.mod-scorm .boxwidthwide{
  width:95%;
  overflow:auto;
}

/********** Resalte del título de "Contenido" en el índice de temario de un curso Scorm  *********************/
.mod-scorm .structurehead{
  background-color:#000099;
  color:#FFFFFF;
  padding:5px;
  font-size:16px;
}
/***** ceslcam/mejoras.css end *****/

