#contenedorComunidadesHome{    
    margin-top: 5px;
    margin-left: 8px;
}
#contenedorCursosHome{    
}

#cursoHome{
    margin-left: 0px;
    width: 140px;
    min-height: 110px;
    border: 1px #f4f4f4 solid;        
    cursor: pointer;
}

#textoDetalle1 p{
    margin: 0;
    padding: 0;
}

#cursoHomeSombra{
    width: 140px;
    height: 16px;
    background-image: url(../images/cursos/sombraPequena.png);
    background-repeat: no-repeat; 
    margin-top: -5px;
    opacity: 0.5;
}

#cursoHomeImagen{
    width: 130px;
    height: 100px;
    margin-top: 5px;    
    margin-left: 5px;    
}

#cursoHomeDesc{
    width: 126px;
    height: 31px;
    background-color: #dadada;
    margin-left: 5px;
    margin-top: 70px;    
    position: absolute;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;     
    padding: 2px;
}


/** FORMULARIO DE ACCESO */

#loginCampus{
    width: 420px;
    height: 102px;
    position: absolute;
    top: 0px;
    left: 580px;
    overflow: no-content;
}

#loginCampus .titulo{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;         
    color: #199cbc;
    margin-left: 100px;
    margin-top: 10px;
}

#loginCampus fieldset{
    border: none;
    padding: 0;
    margin-top: -0px;
    text-align: right;
}

#loginCampus label{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;         
    color: #555;        
}

#loginCampus form fieldset p {
    text-align: right;
    color: #555;
    margin: 0;
    margin-bottom: 5px;    
    width: 260px;    
}

#loginCampus input{
    height: 20px;
}

#form-login-remember{
    display: none;
}

#loginCampus ul{    
    margin-top: -66px;
    margin-left: 260px;
    text-decoration: underline;
    list-style: none;
    padding: 0;
    padding-left: 5px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;         
    color: #555;            
}

#loginCampus ul li{        
    margin-bottom: 5px;
}

#loginCampus form ul li input{
    width: 55px;
    height: 24px;
    border: none;
    background-image: url(../images/cursos/btnLogin.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
}

#loginCampus #usuarioInfo{
    float: right;
    position: relative;
}

#loginCampus #usuarioInfo #usuario{
    float: left;
}

#loginCampus #usuarioInfo #usuario:hover{
    color: #0081C2;
    cursor: pointer;         
}

#loginCampus #usuario{  
    /*
    background-image: url(../images/usuario/iconoUsuario.png);
    background-repeat: no-repeat;
    */
    width: 280px;
    height: 20px;
    padding-left: 25px; 
    padding-top: 4px;
    margin-top: 15px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #808080;    
    overflow: hidden;
    text-align: right;
}

#loginCampus #opciones{
    float: right;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    text-decoration: underline;
    clear: both;    
}

#loginCampus #opciones:hover{
    cursor: pointer;
    color: #333;
}

#loginCampus #mochila{
    float: right;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 15px;
    background-image: url(../images/usuario/mochila.png);
    background-repeat: no-repeat;
    width: 67px;
    height: 73px;
    cursor: pointer;    
    display: none;
}

/******************************************************************************/
/**  Espacio para Cursos en grande  **/
/******************************************************************************/

#panel1, #menuPrincipalCursos, #menuPrincipalComunidad, #lineaCursos, #lineaComunidad{
    display: block;
}

#panel2, #menuPrincipalCursosSolo, #menuPrincipalCursosOpciones{
    display: none;    
}

#panel3, #menuPrincipalCursosSolo, #menuPrincipalPerfilUsuario{
    display: none;
}

#panel4, #panel5{
    display: none;        
}

#panel6{
    display: none;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

#registroUsuario:hover{
    cursor: pointer;
    color: #333;
}

#registroFS{
    width: 450px;
    margin: 0 auto;
    border: none;
}

#registroFSPaso2{
    width: 800px;
    margin: 0 auto;
    border: none;
}

#registroFS legend, #registroFSPaso2 legend{
    font-weight: bold;
    font-size: 14px;
    margin-left: -20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.btnPaso1Registro {
        margin-top: 10px;
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;	
	line-height:28px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 2px 0px #ffffff;
}
.btnPaso1Registro:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
        cursor: pointer;
}.btnPaso1Registro:active {
	position:relative;
	top:1px;    
}

#menuPrincipalCursosSolo{
    width: 925px;
    height: 42px;
    float: left;            
    position: relative;
}

#titulomenuPrincipalCursosSolo{
    font-family: "MOB";
    font-size: 30px;
    color: #9837ca; 
    float: left;
    margin-top: 10px;
    cursor: pointer;
}

#menuPrincipalCursosOpciones{
    width: 610px;
    height: 57px;
    position: relative;    
    font-family: "RobotoSu";
    font-size: 16px;
    text-decoration: none;
    color: #999;
    float: left;
}



#menuPrincipalCursosOpcionesSeparador, #menuPrincipalPerfilSeparador{
    background-image: url(../images/header/menu/separador.png);
    background-repeat: no-repeat;
    width: 2px;
    height: 52px;
    float:left;
    margin-top: 4px;
}

#menuPrincipalCursosOpcionesBoton1, #menuPrincipalCursosOpcionesBoton2, #menuPrincipalCursosOpcionesBoton3,
#menuPrincipalComunidadOpcionesBoton1, #menuPrincipalComunidadOpcionesBoton2, #menuPrincipalComunidadOpcionesBoton3{
    width: 200px;
    height: 39px;
    float: left;    
    text-align: center;
    padding-top: 18px;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: bold;
}

#menuPrincipalCursosOpcionesBoton1{ background-image: url(../images/cursos/btnCursos1.png); }
#menuPrincipalCursosOpcionesBoton2{ background-image: url(../images/cursos/btnCursos2.png); }
#menuPrincipalCursosOpcionesBoton3{ background-image: url(../images/cursos/btnCursos3.png); }
#menuPrincipalComunidadOpcionesBoton1{ background-image: url(../images/cursos/btnCursos1.png); }
#menuPrincipalComunidadOpcionesBoton2{ background-image: url(../images/cursos/btnCursos2.png); }
#menuPrincipalComunidadOpcionesBoton3{ background-image: url(../images/cursos/btnCursos3.png); }

#menuPrincipalCursosOpcionesBoton1:hover, .menuPrincipalCursosOpcionesBoton1Sel,
#menuPrincipalComunidadOpcionesBoton1:hover, .menuPrincipalComunidadOpcionesBoton1Sel{
    background-color: #13b8e1;
    color: #fff !important;
    cursor: pointer;
}

#menuPrincipalCursosOpcionesBoton2:hover, .menuPrincipalCursosOpcionesBoton2Sel,
#menuPrincipalComunidadOpcionesBoton2:hover, .menuPrincipalComunidadOpcionesBoton2Sel{
    background-color: #01a997;
    color: #fff !important;
    cursor: pointer;
}

#menuPrincipalCursosOpcionesBoton3:hover, .menuPrincipalCursosOpcionesBoton3Sel,
#menuPrincipalComunidadOpcionesBoton3:hover, .menuPrincipalComunidadOpcionesBoton3Sel{
    background-color: #83b302;
    color: #fff !important;
    cursor: pointer;
}

#cursosGrande{
    width: 1000px;
    min-height: 300px;    
    margin-top: 40px;    
    position: relative;
}

#categoriasCursos{
    width: 230px;
    min-height: 520px;    
    margin-left: 20px;
    margin-right: 18px;
    float: left;
    padding-bottom: 10px;
    border-right: 1px #cecece solid;
    margin-top: -10px;    
}

#resultadosBusqueda{
    margin-top: 20px;
}

#feedResultadosBusqueda{
    margin-top: -10px;
    margin-left: 40px;
    margin-bottom: 20px;
    font-family: "Trebuchet";
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}

#tituloBusqueda{
    background-image: url(../images/cursos/flecha.png);    
    background-repeat: no-repeat;        
    min-width: 230px;
    height: 31px;
    padding-left: 20px;
    padding-top: 8px;
    text-align: left;
    font-family: "Tahoma";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -1;
    color: #808080;            
    margin-bottom: 10px;
    margin-left: 0px;
}

#lineaTabPrincipal{    
    width: 1000px;
    height: 40px;    
    margin-bottom: 35px;
    margin-top: -30px;    
}

#tituloPrincipalCursos, #tituloPrincipalComunidad{    
    width: 500px;    
    font-family: "MOB";
    font-weight: bold;
    font-size: 20px;    
    float: left;    
}

.tituloPrincipalCursosSel{
    color: #9837CA;
    text-align: center;    
    padding-top: 10px;
}

.tituloPrincipalComunidadSel{
    color: #2a9dbb;
    text-align: center;    
    padding-top: 10px;
}

#surayadoComunidad{    
    width: 160px;
    height: 23px;
    border-bottom: #2a9dbb 3px solid;
    margin: 0 auto;
}

#surayadoCursos{    
    width: 110px;
    height: 23px;
    border-bottom: #963ec8 3px solid;
    margin: 0 auto;
}

.tituloPrincipalCursosOff{
    color: #a7a9ac;
    text-align: center;    
    background-image: url(../images/header/grisNoSelect.png);
    background-repeat: repeat-x;
    padding-top: 10px;
    height: 30px;
    -webkit-box-shadow: inset -2px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -2px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset -2px 0px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}

.tituloPrincipalComunidadOff{
    color: #a7a9ac;
    text-align: center;    
    background-image: url(../images/header/grisNoSelect.png);
    background-repeat: repeat-x;
    padding-top: 10px;
    height: 30px;
    -webkit-box-shadow: inset 2px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 0px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}

#titulocategoriasCursos{
    background-image: url(../images/comunidad/flecha.png);    
    background-repeat: no-repeat;        
    min-width: 230px;
    height: 31px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
    font-family: "MOB";
    font-weight: bold;
    font-size: 30px;
    color: #9837CA;            
    margin-bottom: 10px;
    margin-left: 40px;
}

#titulocategoriasComunidad{
    background-image: url(../images/cursos/flecha.png);    
    background-repeat: no-repeat;        
    min-width: 230px;
    height: 31px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
    font-family: "MOB";
    font-weight: bold;
    font-size: 30px;
    color: 199CBC;            
    margin-bottom: 10px;
}

#botonBuscarCursos{
    width: 200px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    margin-left: 12px;
    margin-top: 15px;
    padding-left: 5px;
    outline:0px;
}

#subtitulocategoriasCursos{    
    width: 230px;
    text-align: center;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    margin-top: 20px;
}

#opcionCursos{            
    margin-left: 20px;    
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    text-decoration: none;    
    color: #757575;
    height: 17px;
    width: 200px;
    clear: both;    
    height: 30px;
    overflow: hidden;    
}

.check{
    height: 15px;
    padding-top: 3px;    
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    text-decoration: none;
    color: #757575;   
    float: left;    
    width: 170px;
    overflow: hidden;
}

.opcionCursosCK{
    float: left;
    margin-right: 10px;
}

#opcionCursosTX{    
    width: 160px;
    overflow: hidden;
    height: 17px;
    float: left;
}

#showOfertaCursos{
    width: 668px;
    min-height: 520px;    
    float: left;
    margin-right: 9px;    
}

#showCursoDetalleGrupo{
    width: 668px;
}

#showCursoDetalle{
    border: 1px solid #f2f2f2;
    width: 210px;
    min-height: 200px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

#showCursoDetalleImagen{
    width: 200px;
    height: 150px;    
    margin-top: 5px;    
    margin-left: 5px;    
    cursor: pointer;
}


#showCursoDetalleSeparador{
    width: 15px;
    height: 10px;
    float: left;    
}

#precioDetalleCursoGris{
    min-width: 38px;
    height: 15px;
    background-color: #c0bfbf;
    background-image: url(../images/cursos/grisPrecio.png);    
    background-repeat: no-repeat;    
    float: right;
    padding-left: 25px;
    padding-right: 4px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #464646;        
    margin-right: 5px;
    margin-top: -5px;
}

#precioDetalleCursoVerde{
    min-width: 38px;
    height: 15px;
    background-color: #95c65c;
    background-image: url(../images/cursos/verdePrecio.png);    
    background-repeat: no-repeat;    
    float: right;
    padding-left: 25px;
    padding-right: 4px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #464646;        
    margin-right: 5px;
    margin-top: -5px;
}

#tituloDetalleCurso{    
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #464646; 
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
}

#fechaDetalleCurso{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #6d6e71;     
    margin-left: 5px;
    width: 200px;
    height: 14px;
    overflow: hidden;
}

#btnVerMasDetalleCurso{
    width: 200px;
    text-align: center;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #565656;     
    background-color: #e0e0e0;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;    
}

#btnVerMasDetalleCurso:hover{
    cursor: pointer;
    background-color: #9837ca;
    color:#fff;
}

#sombraDetalleCurso{
    width: 200px;
    height: 19px;    
    background-image: url(../images/cursos/sombra.png);    
    background-repeat: no-repeat;    
    top: 387px;
    position: absolute;
    display: none;
}

#pestanaComunidad{
    width: 53px;
    min-height: 400px;    
    background-image: url(../images/cursos/comunidad.png);
    background-repeat: no-repeat;
    margin-top: -6px;
    float: left; 
    position: fixed;
    cursor: pointer;
    margin-left: 930px;
    margin-top: -25px;
    display: none;
}

#restoPestanaComunidad{
    margin-top: 365px;
    width: 53px;
    background-color: #f5f5f5;
    min-height: 200px;    
    position: relative;
}

/*INFO DEL CURSO*/
#showInfoCursos{
    width: 1000px;        
    float: left;
    position: relative;
    min-height: 450px;
}

#showInfoCursosCol1{
    width: 200px;
    float: left;        
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f2f2f2;
    margin-right: 20px;
    position: absolute;
    height: 100%;
    min-height: 450px;
}

#showInfoCursosCol2{
    width: 510px;
    float: left;        
    background-image: url(../images/cursos/sombraInfoCursos.png);
    background-repeat: no-repeat;
    background-position-y: 40px;
    padding-top: 0px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #727272;                
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 220px;
    min-height: 450px;
}

#showInfoCursosCol2 #showCursoDetalleImagenIn{
    margin-right: 20px;
    margin-bottom: 10px;
}

#showInfoCursosCol3{
    background-image: url(../images/cursos/sombraInfoCursos.png);
    background-repeat: no-repeat;
    background-position-y: 40px;
    width: 220px;    
    padding-top: 10px;
    float: left;
    min-height: 450px;
}

#detallesInfodCurso1{    
    width: 200px;     
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #727272;
    position: relative;
    background-color: #f00;
}

#linkvolver{
    min-width: 6px;
    height: 16px;
    background-image: url(../images/cursos/volver.png);
    background-repeat: no-repeat;    
    padding-left: 10px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #2dc1cf;  
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 4px;
}

#textoDetalle1{
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}

#textoDetalle1Titulo{
    width: 65px;
    margin-right: 4px;
    margin-bottom: 5px;
    float: left;
    font-weight: bold;
}

#textoDetalle1Texto{    
    width: 125px;    
    margin-right: 4px;
    margin-bottom: 5px;
    float: left;    
}

#textoDetalle2{
    width: 100%;
    margin-top: -10px;
}

#fotoProfesorDetalle{
    width: 145px;
    height: 155px;
    margin-left: 10px;
    border: 1px #cecece solid;
}



#showInfoCursosCol2 b, #showInfoCursosCol2 strong{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #57cdcd;    
}

#nombreCurso{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #199cbc;        
    line-height: 24px;
}

#showCursoDetalleImagenIn{
    width: 200px;
    height: 150px;    
    margin-bottom: 0px;
    margin-right: 15px;    
    cursor: pointer;
    float: left;
    border: 1px #cecece solid;   
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}


#btnCompraCurso{
    background-image: url(../images/cursos/btnCompra.png);
    background-repeat: no-repeat;    
    width: 160px;
    height: 59px;
    padding-top: 10px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;        
    margin:  0 auto;
    padding-left: 15px;
    cursor: pointer;
}

.btnVerHorarios{
    background-image: url(../images/cursos/btnHorarios.png);
    background-repeat: no-repeat;    
    width: 100px;
    height: 33px;
    margin:  0 auto;
    cursor: pointer;
}

.textoYaEsta{
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #996600;
    font-weight: bold;
    margin-bottom: 20px;
}

.btnIrCurso{
    background-image: url(../images/cursos/btnIrCurso.png);
    background-repeat: no-repeat;    
    width: 100px;
    height: 38px;
    margin:  0 auto;
    cursor: pointer;
    margin-top: 17px;
    position: relative;
    float: right;
}

.btnIncribir{
    background-image: url(../images/cursos/btnInscribir.png);
    background-repeat: no-repeat;    
    width: 100px;
    height: 38px;
    cursor: pointer;
    float: right;
    margin-top: -49px;
}

#btnhorarioCursosN{
    background-image: url(../images/cursos/btnHorarios.png);
    background-repeat: no-repeat;    
    width: 100px;
    height: 33px;
    margin:  0 auto;
    padding-left: 15px;    
}

#precioCursoTexto{
    width:200px; 
    text-align:center; 
    font-size: 24px; 
    height: 30px;
    padding-top: 25px;
}

#similares{
    background-image: url(../images/cursos/similares.png);
    background-repeat: no-repeat;
    background-position: center bottom;    
    width: 160px;
    height: 37px;
    margin:  0 auto;
    margin-top: 10px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #727272;            
    text-align: center;        
}

#paraMasInformacion{
    width: 100%;    
    margin-top: 10px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #727272;    
    margin-bottom: 10px;
}

/******************************************************************************/
/**  Cuando estoy logueado  **/
/******************************************************************************/

#marcadorLogueado{
    width: 20px;
    height: 20px;
    background-color: #f00;
    position: absolute;
    left: -5px;
}

#tituloCursoMostrado{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #727272;    
    margin-left: 40px;
}

#panel6 input:focus, #panel6 textArea:focus{
    background-color: #fff0c9;
    color: rgb(6, 69, 173);
}

.errorForm{
    color: #ff0101;
}

/**/
#menuPrincipalPerfilUsuario{    
    width: 975px;
    height: 42px;            
    position: relative;
    font-family: "RobotoSu";
    font-size: 16px;
    text-decoration: none;
    color: #999;
    float: left;
}

#menuPrincipalSeparadorOpciones{    
    height: 52px;
    position: relative;
    float: left;
}

#menuPrincipalPerfilBoton1, #menuPrincipalPerfilBoton2, #menuPrincipalPerfilBoton3{    
    width: 200px;
    height: 37px;
    float: left;    
    text-align: center;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center top;
}

#menuPrincipalPerfilBoton1{background-image: url(../images/cursos/btnCursos1.png);}
#menuPrincipalPerfilBoton2{background-image: url(../images/cursos/btnCursos2.png);}
#menuPrincipalPerfilBoton3{background-image: url(../images/cursos/btnCursos3.png);}

#menuPrincipalPerfilBoton1:hover, .menuPrincipalPerfilBoton1Sel{
    background-color: #13b8e1;
    color: #fff !important;
    cursor: pointer;
}

#menuPrincipalPerfilBoton2:hover, .menuPrincipalPerfilBoton2Sel{
    background-color: #01a997;
    color: #fff !important;
    cursor: pointer;
}

#menuPrincipalPerfilBoton3:hover, .menuPrincipalPerfilBoton3Sel{
    background-color: #83b302;
    color: #fff !important;
    cursor: pointer;
}



#tituloBuscarCursos{
    font-family: "RobotoSu";
    font-size: 16px;
    text-decoration: none;
    color: #999;
    float: left;
    text-align: right;
    padding-right: 4px;
    width: 70px;
    margin-top: -10px;
}

#buscadorCursos{
    background-image: url(../images/header/buscador.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 25px;
    float: left;
    margin-top: -2px;
}

#buscadorCursos input{
    border: none;
    margin-top: 3px;
    margin-left: 5px;
    width: 150px;
}

#buscadorCursos input:focus{
    outline: 0;
}

#menuClasifCursos{
    width: 225px;
    height: 160px;    
    padding-left: 5px;
    margin-top: 20px; 
    display: none;
}

.botonClasifCursos1{
    background-image: url(../images/cursos/orden1.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 154px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: none;
}

.botonClasifCursos1Sel{
    background-image: url(../images/cursos/orden1Sel.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 154px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: none;
}

.botonClasifCursos2{
    background-image: url(../images/cursos/orden2.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 154px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: none;
}

.botonClasifCursos2Sel{
    background-image: url(../images/cursos/orden2Sel.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 154px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: none;
}

.botonClasifCursos3{
    background-image: url(../images/cursos/orden3.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 154px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: none;
}

.botonClasifCursos3Sel{
    background-image: url(../images/cursos/orden3Sel.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 154px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: none;
}

#menuOpciones1{
    width: 230px;
    min-height: 100px;
    display: none;
    margin-top: 10px;
}

#menuOpciones2{
    margin-top: 10px;
    width: 230px;
    min-height: 100px;    
    display: none;
}

#menuOpciones3{
    margin-top: 10px;
    width: 230px;
    min-height: 100px;    
    display: none;
}

#usuarioMini{  
    width: 280px;
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #808080;    
    overflow: hidden;
    text-align: right;    
}

#imgProfesor{
    width: 80px; 
    height: 80px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

#imagenProfesor{
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 10px;   
  margin-right: 10px;
  float: left;
}

.imagenProfesorDetalleOnly{
  width: 150px;
  height: 150px;
  padding: 20px;
  float: left;
}

.descripcionProfesorDetalleOnly{
  float: left;
  width: 400px;
  padding-top: 20px;
}

.descripcionProfesorDetalleOnlyDet{
  width: 400px;
  height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

.nombreProfesorDetalleOnly{
  font-size: 18px;
  color: #555;
}

.imagenProfesorDetalle{
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 10px;   
  margin-right: 10px;
  float: left;
}

.descripcionProfeCurso{
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.descripcionProfeCursoTitulo{
  width:100%;
  color: #000;
  margin-bottom: 5px;
  color: #565656;
}

.descripcionProfeCursoVermas{  
  width: 60px;
  margin-top: -15px;
  padding-left: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  color: #044afd;
}

.descripcionProfeCursoVermas:hover{
  color: #ff9900;
  cursor: pointer;
}

.descripcionProfeCursoTxt{
  float:left;
  width: 100px;
}

.descripcionProfeCursoTxt p{    
    margin-top: -0px;
    height: 83px;
    color: #565656;
    margin-bottom: -10px;
    overflow: hidden;
}

.nombreProfesorCinta{
    background-color: #fff;
    opacity: 0.7;
    width: 76px;
    height: 21px;    
    position: absolute;
    bottom: 5px;
    padding: 2px;
    display: none;
}

#nombreProfesorCintaTexto{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    width: 80px;
    height: 25px;
    overflow-y: hidden;
    color: #000;        
}

#descripcionDetalleCurso{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #6d6e71;     
    margin-left: 5px;
    margin-bottom: 10px;
    width: 200px;
/*    height: 90px; */
    height: 125px;
    overflow: hidden;
}

#espacioIconosCurso{
    width: 100%;
    height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: none;
}

#icoForos, #icoVideos, #icoTarea{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 4px;
    background-repeat: no-repeat;    
}

#icoForos { background-image: url(../images/cursos/icoForos.png); }
#icoVideos{ background-image: url(../images/cursos/icoVideos.png); }
#icoTarea { background-image: url(../images/cursos/icoTarea.png); }


#tuerca{
    background-image: url(../images/header/tuerca.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    margin-left: 10px;
    margin-top: 15px;
}

#tuerca:hover{
    background-color: #c0bfbf;
    cursor: pointer;
}

#searchpersonal{       
    width: 300px;
    height: 30px;    
    float: right;
    padding-top: 18px;        
}

#menutuerca{
    z-index: 20;
    width: 140px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    border-radius: 10px;
    position: relative;
    margin-left: -150px;
    margin-top: 0px;
    display: none;
}

#opcionesManuTuerca{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
    clear: both; 
    margin-top: 5px;
    margin-bottom: 5px;    
}

#opcionesManuTuerca:hover{
    cursor: pointer;
    color: #000;
}

#tituloCurso3Panel{
    margin-top: 20px;
    font-weight: bold;
    padding-left: 15px;
    font-family: "Trebuchet MS","Trebuchet";
    font-size: 13px;
    color: #727272;
    
}

#opcionCurso3Panel{
    padding-left: 20px;
}

#cursoSimilar{
    padding-left: 10px;
    margin-top: 5px;
    padding-left: 20px;
    margin-bottom: 5px;
}

#cursoSimilar:hover{
  cursor: pointer;
  color: #0081C2;
}

#panelBuscarIn{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

#panelBuscarIn input{
    border-radius: 5px;    
    padding-left: 4px;
}

#panelBuscarIn input:focus{
    background-color: #fff0c9;
}

#cajaCursoPerfilImagen{
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
}

#buscarCursoPerfilBoton{
    padding: 5px;
    background-color: #cecece;
    width: 70px;
    text-align: center;
    border-radius: 5px;  
    margin-left: 5px;
    margin-top: -2px;
    float: left;
}

#buscarCursoPerfilBoton:hover{
    background-color: #199cbc;
    color: #fff;
    cursor: pointer;
}

#grupoDeCurso{
    width: 510px;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

#grupoDeCurso #btnInscribir{
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border: 1px #cecece solid;
    border-radius: 5px;
}

.volverInfo{
    font-size: 14px;
    color: #0081C2;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}


.volverInfo:hover{
    cursor: pointer;
    color: #ff9900;
}

#labelgrupoDeCurso{
    font-weight: bold;
    float: left;
    font-size: 14px;
    width: 110px;
    margin-right: 5px;
    text-align: right;
}

#txtgrupoDeCurso{
    float: left;
}

#inscripcionCurso{
    display: none;
}

#redireccion{
    position: absolute;
    left: 850px;
    text-decoration: underline;
    top: -5px;
    font-family: "tahoma";
    color: #6d6d6d;
    font-size: 14px;
    cursor: pointer;
}

#btnTodosCursos{
    padding: 5px;
    background-color: #cecece;
    width: 150px;
    text-align: center;
    border-radius: 5px;  
    margin-left: 5px;
    margin-top: -2px;
    float: right;
}

#btnTodosCursos:hover{
    background-color: #199cbc;
    color: #fff;
    cursor: pointer;
}

#iraCursosPresenciales{
  background-image: url(../images/iraCursosPresenciales.png);
  width: 150px;
  height: 35px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

#iraCursosVirtuales{
  background-image: url(../images/iraCursosVirtuales.png);
  width: 150px;
  height: 35px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

#usuarioContactoBusqueda{
    width: 300px;
    
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

#imagenPerfilBusqueda{
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

#nombreContactoShowBusqueda{
    width: 180px;
    height: 16px;
    overflow: hidden;
    font-family: "CuerpoFont";
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #6c6c6c;
    overflow: hidden;
}

#nombreContactoShow1Busqueda{
    width: 180px;
    height: 16px;
    overflow: hidden;
    font-family: "CuerpoFont";
    font-size: 12px;
    text-decoration: none;
    color: #6c6c6c;
    overflow: hidden;
}

#nombreContactoAddBusqueda{
    width: 145px;
    height: 20px;
    overflow: hidden;
    font-family: "CuerpoFont";
    font-size: 12px;
    text-decoration: none;
    color: #707070;
    text-decoration: underline;
    overflow: hidden;
}

#nombreContactoAddBusqueda:hover{
    color: #996600;
    cursor: pointer;
}

#showInfoCursosCol3 li{
    list-style: none;
    color: #727272;
}

#descripcionCurso ul{
    margin-left: 20px;
}

#tituloCursoPres{
    font-family: "RobotoSuRegular";
    font-size: 18px;
    font-weight: lighter;
    color: #888;
    margin-bottom: 10px;
}

#bannerPrograma{
    width: 700px;
    height: 323px;    
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}

#tituloBannerPrograma{
    width: 200px;
    overflow: hidden;
    height: 30px;
    margin-left: 20px;
    margin-top: 210px;    
    position: absolute;
    padding-top: 15px;
    font-family: "RobotoSu";
    font-size: 25px;
    color: #fff;
}

#descripcionBannerPrograma{
    width: 650px;
    overflow: hidden;
    height: 65px;
    margin-left: 20px;
    margin-top: 255px;    
    position: absolute;    
    font-family: "Trebuchet MS";
    font-size: 11px;
    line-height: 13px;
    color: #fff;    
}

#cajasProgramaCursos{
    width: 700px;
    margin-bottom: 40px;
    font-size: 11px;
}

#cajaProgramaCursos{
    width: 220px;
    height: 140px;    
    float: left;        
}

#cajaProgramaCursos li{
    margin-bottom: 0px;
    margin-left: 5px;
    position: relative;
}

#separadorCajaProgramaCursos{
    width: 20px;
    height: 140px;    
    float: left;
    
}

#tituloCajaProgramaCursos{
    border-bottom: 2px solid #cecece;
    padding-bottom: 5px;
    font-family: "RobotoSu";
    font-size: 14px;
}

#textoCajaProgramaCursos{
    height: 97px;
    overflow: hidden;
    margin-top: 10px;    
    
}

#vermasCajaProgramaCursos{
    background-color: #fff;
    color: #044afd;    
    width: 50px;
    text-align: right;   
    position: absolute;
    right: 0;
    bottom: 0;
}

#vermasCajaProgramaCursos:hover{
    color: #ff9900;
    cursor: pointer;
}

#headerTablaCursos{
    background-image: url(../images/cursos/hederTablaPrograma.png);
    width: 700px;
    height: 25px;
    text-align: center;
    color: #051e9c;
    font-size: 14px;
    padding-top: 10px;
    font-family: "RobotoSu";
    border: 1px #cecece solid;
}

#col1HeaderTablaCursos{
    width: 155px;
    float: left;    
}

#col2HeaderTablaCursos{
    width: 220px;
    float: left;
}

#col3HeaderTablaCursos{
    width: 140px;
    float: left;
}

#col4HeaderTablaCursos{
    width: 100px;
    float: left;
}

#col5HeaderTablaCursos{
    width: 85px;
    float: left;
}

/**/

#lineaTablaCursos{        
    clear: both;
    border-bottom: 1px #a2a2a2 solid;
    position: relative;
    width: 700px;
    font-size: 12px;
}

#col1FileTablaCursos{
    width: 155px;
    float: left;            
    background-color: #e5e5e5;    
    font-weight: bold;    
    height: 100%;
    position: absolute;    
}

#titcol1FileTablaCursos{
    margin-top: 20%;
    text-align: center;        
    font-family: "RobotoSu";    
    padding: 10px;
}

#col2FileTablaCursos{
    width: 200px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 155px;
}

#col3FileTablaCursos{
    width: 140px;    
    height: 100%;
    position: absolute;
    left: 375px;    
    background-color: #e5e5e5;    
}

#col4FileTablaCursos{
    width: 100px;
    float: left;
    position: absolute;
    height: 100%;
    left: 515px;    
}

#col5FileTablaCursos{
    width: 85px;
    float: left;
    position: absolute;
    height: 100%;
    left: 615px;
    background-color: #e5e5e5;    
}

#flechaTablaCursos{
    background-image: url(../images/cursos/flechaTabla.png);
    width: 16px;
    height: 8px;
    margin: 0 auto;
}

#linkDetalleTabla{
    color: #4c60c3;
    text-align: center;
    padding-top: 50%;
    font-family: "Robotosu";
    font-weight: bold;
}

#linkDetalleTabla:hover{
    color: #ff9900;
    cursor: pointer;
}

#mensajeModal01{
    width: 100%; 
    text-align: center;     
    font-family: "Robotosu";
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}

.criteriosBusqueda{
    font-family: "Robotosu";
    color: #051e9c;
    font-size: 12px;
    margin-bottom: 15px;
}

.btnComoRegistro{
    background-image: url(../images/header/btnComoRegistro.png);
    background-repeat: no-repeat;
    width: 139px;
    height: 33px;   
    margin-left: 690px;
    display: none;
}

.btnComoRegistro:hover{
    background-image: url(../images/header/btnComoRegistroOver.png);
    cursor: pointer;    
}

.btnMatriculaRapida{
    width: 80px;
    height: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to right, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
    color: #7ba21e;
    border: 1px solid #7ba21e;
    border-radius: 5px;
    margin-top: -5px;
    margin-left: 120px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-family: "Arial";
    padding-top: 2px;
}

.btnMatriculaRapida:hover{
    color: #fff;   
    background: #a4b357;
    background: -moz-linear-gradient(left, #a4b357 0%, #75890c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #a4b357), color-stop(100%, #75890c));
    background: -webkit-linear-gradient(left, #a4b357 0%, #75890c 100%);
    background: -o-linear-gradient(left, #a4b357 0%, #75890c 100%);
    background: -ms-linear-gradient(left, #a4b357 0%, #75890c 100%);
    background: linear-gradient(to right, #a4b357 0%, #75890c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=1 );
    cursor: pointer;
}

.btnOfertaCursos{
    background-image: url(../images/header/btnOfertaCursos.png);
    background-repeat: no-repeat;
    width: 139px;
    height: 33px;   
    float: right;
    display: none;
}

.btnOfertaCursos:hover{
    background-image: url(../images/header/btnOfertaCursosOver.png);
    cursor: pointer;    
}

#cajaCursoMatriculado{
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    width: 150px;
    height: 100px;
    float: left;
}

#cajaCursoPerfil{
    position: relative;
}

#cajaCursoMatriculadoDesc{
    float: left;
    margin-left: 20px;
}

#cajaCursoMatriculadoNombre{
    font-weight: bold;            
}

#cajaCursoMatriculadoDetalle{
    margin-top: 10px;
}

.cupolleno{
    width: 100px;
    height: 25px;
    cursor: pointer;
    float: right;
    margin-top: -49px;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}