/* Tabla de Cursos de Formacion */            
.tablaCursos {
    width: 100%;
/*    border-style: solid;
    border-width: 1px;
    border-color: orange; */
    font-size: 13px;
}

.tablaCrusosHeader {
    color: white;
    background-color: #08088A;
    text-align: center;
}                        
            
.tablaCursossRows {
   
}


.tituloCurso {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.tituloCurso:hover {
    color: orange;
}

.enlaceCurso {
    display: block;
    width: 100%;
}

.cursosTexto {                
    vertical-align: top;
    margin-bottom: 20px;  
    border-bottom: 1px solid rgb(231,231,231); 
}


/*                        
           
.cursosIconos {
    min-width: 32px;
}
            

            
.operCurso {
    text-align: left;
}

*/

.tablaBotones {
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
}



/*******************************************************************/
/**** BOTONES ******************************************************/
/*******************************************************************/
.button1, .button2 {
  border-radius: 5px;
  
  border: 2px solid #4a5032;
  box-shadow: #6E7849 0px 0px 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: auto;
  padding: 2.0px 5.0px 2.0px 5.0px;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
}

.button1 {
    background-color: #6E7849;  
}

.button2 {
    background-color: red;
}

.button1:hover, .button2:hover {
  font-size: 12px;
  padding: 2px;
}

/*input, textarea, select { */
.controlesMobile input, .controlesMobile textarea, .controlesMobile select {
   border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;
   width: 80%;
   background: #fff;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;
 }

.controlesMobile select {
    font-size: 10px;
}

/*************************************************************************/
/***********************  INFO CURSO *************************************/
/*************************************************************************/
.tituloInfoCurso {
    font-size: 16px; 
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#botoneraInfoCurso {
    width: 100%; 
    display: block; 
    min-height: 15px; 
    float: left; 
    margin-top: 10px; 
    margin-bottom: 5px;    
}


.tablaInfoCurso {    
       /* background-color: rgb(255,214,214); */
       padding: 1px;  
       margin-top: 15px;
       width: 100%;
       border-spacing: 0px;
}

.tablaInfoCursoCelda, .tablaInfoCursoCeldaNada {
                border: 1px;
                border-style: solid;
                border-color: white;
}

.tablaInfoCursoCelda {    
                font-weight: bolder;
                width: 100pt;
                background-color:rgb(214,231,255);
                padding: 3px;
                vertical-align: top;
            }

.tablaInfoCursoCeldaNada{
                font-family: Arial, Helvetica, sans-serif;
                background-color:rgb(214,214,255);
                padding: 3px;
}
            
.tablaModulos {
         font-size: 10px;
}
            
.tablaModulosColumnas {
         vertical-align: top;
}
            
.tablaModulosMini {
          font-size: 8px;
}

.tablaInfoCursoMini {
    font-size: 10px;
}