
/* Tabla de Cursos de Formacion */            
.tablaCursos {
    width: 100%;
/*    border-style: solid;
    border-width: 1px;
    border-color: orange; */
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tablaCrusosHeader {
    color: white;
    background-color: #08088A;
    text-align: center;
}                        
            
.tablaCursossRows {
    display: block;
    margin-bottom: 20px;

}


.tituloCurso {
    font-size:x-large;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0000a7;
    font-weight: bold;
}

.tituloCurso:hover {
    color: orange;
}

.enlaceCurso {
    display: table-cell;
    width: 100%;
}

.cursosTexto {                
    vertical-align: top;
    margin-bottom: 20px;  
    border-bottom: 1px solid rgb(231,231,231); 
    display: block;
}


/* Formulario Preinscripcion */
.tablaWarning {
    background-color: #ffffcc;    
    max-width: 50%;
    min-width: 20%;
    margin: 0 auto;
    padding: 15px;
    
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-spacing: 0px;    
}

.tablaWarning td, .tablaWarning th {
    padding: 15px;
    border-radiuos: 10px;
}

/*                        
           
.cursosIconos {
    min-width: 32px;
}
            

            
.operCurso {
    text-align: left;
}

*/

.tablaBotones {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    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: 18px;
  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: 15px;
  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;
}

/***************************************/
/*** Tabla Busca por Categorias ********/
/***************************************/
.imgTabla {
    
    padding-right: 10px;
}

.colPlanDirectorio {
    padding-top: 15px;
}

.tituloTipoPlan {
    font-size: 25px;
    font-style: italic;
    color: #CC0000;    

}

.tituloPlan, .tituloMateria {
    font-size: 15px;
    font-weight: bold;

}

.tablaListaPlanes {
    margin-left: 20px;
}

/*********************************/
/***** Boton de cursos ***********/
/*********************************/
#BotonCursos {
    margin-top: 10px;
    text-align: center;
}

.botonBuscaCursos {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.botonBuscaCursos:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}