/* RESET
============================================================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, 
figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, 
progress, section, summary, time, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, 
blockquote { 
    display: block;
}

nav ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;	
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0 !important;
    margin: 0 !important;
}

input, select, a img {
    vertical-align: middle;
}

/* GENERAL
============================================================================= */

body {
    /*background: #fff repeat-x url(../images/body-fondo.png);*/
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

input {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #EC2028;
}

a:hover {
    text-decoration: none;
}

.enlace-cuadro {
    float: left;
    display: block;
    background-color: #EC2028;
    color: #999;
    text-transform: lowercase;
    padding: 7px 12px 9px 12px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;                
}

.enlace-cuadro:hover {
    background-color: #000;
}

.ly-contenedor, .ly-sep {
    width: 940px;
    margin: 0 auto;
}

.ly-oculto {
    display: none;
}

.ly-texto {
    line-height: 1.3em;
}

.ly-msg-info {
    background: #F1F1A6;
    padding: 10px;
    margin: 1em 0;
}

    .ly-texto p, .ly-texto ul, .ly-texto ol {
        margin: 1em 0;
    }

.ly-form {
    overflow: hidden;
}
    
    .ly-form-etiqueta {
        display: block;
        font-weight: bold;
        margin: 10px 0 5px 0;
    }
    
    .ly-form-input {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 8px;
    }
    
    .ly-form-fila-botones {
        padding-top: 10px;
    }    
    
        .ly-form-fila-botones .enlace-cuadro {
            float: right;
            text-transform: none;
        }
        
    .ly-form-error {
        color: #e81b22;
        margin-top: 3px;
    }
    
        .ly-form-error li {
            list-style: none;
            font-size: 11px;     
            text-transform: uppercase;   
        }

#ly-enc {
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 10px;
/*    background: no-repeat bottom url(../images/sep-superior.png);*/
}

    #ly-enc-logo {
        float: left;
    }
    
        #ly-enc-logo a {
            display: block;
            width: 250px;
            height: 92px;
            background-image: url(../images/rootlinux.png);
            text-indent: -9999px;
        }

    #ly-frase {
        float: right;
        color: #ccc;
        font-size: 15px;
        letter-spacing: -1px;
        font-style: italic;
        padding-top: 15px;
        margin-bottom: -10px;
        padding-right: 5px;
    }
        
    #ly-nav {
        float: right;
    }
    
        #ly-nav .ly-nav-item {
            float: left;
        }     
    
        #ly-nav-interno {
            clear: right;
            float: right;
            margin-top: 29px;
            font-size: 14px;
        } 
        
            #ly-nav-interno .ly-nav-item > a {
                display: block;
                padding: 10px;
                height: 16px;
                text-decoration: none;
                color: #000;
                font-weight: bold;
            }
            
                #ly-nav-interno .ly-nav-item:hover > a {
                    background-color: #ddd;
                    border-radius: 3px;
                }
            
            #ly-nav-interno .ly-nav-item-activo > a {
                color: #EC2028;
            }
            
            /* submenu */
            
            #ly-nav-interno ul {
              display: none;
              position: absolute;
              z-index: 9999;
              background: #eee;
              border: 1px solid #ddd;
              border-width: 0 1px 1px 1px;
              font-size: 13px;
              box-shadow: 3px 3px 3px #444;  
            }
            
            #ly-nav-interno .ly-nav-item:hover ul {
              display: block;
              margin-top: -3px;
            }
            
            #ly-nav-interno ul li {
              list-style: none;
              padding: 0;
              margin: 0;
            }            
            
            #ly-nav-interno ul li a {
              display: block;
              color: #444;
              border-top: 1px solid #ddd;
              padding: 0 26px 0 13px;
              line-height: 35px;
              font-size: 13px;
              text-decoration: none;
            }
            
            #ly-nav-interno ul li a:hover {
              color: #000;
              background-color: #f5f5f5;
            }

#ly-contenido-envoltorio {
    margin: 15px auto 25px auto;
}
            
#ly-prepie {
    background-color: #333;
    font-size: 13px;
}            

    #ly-prepie .ly-contenedor {
        padding: 30px 0;
        overflow: hidden;
    }
    
    #ly-prepie .ly-texto {
        margin-top: 20px;
    }
    
    #ly-prepie .ly-texto, #ly-prepie .ly-texto a {
        color: #888;
    }
    
    #ly-prepie h1 {
        font-size: 20px;
        color: #ddd;
        letter-spacing: -1px;
        font-weight: normal;
    }
    
    #ly-sobre, #ly-categorias, #ly-visitados, #ly-newsletter {
        float: left;
    }
    
    #ly-sobre, #ly-categorias, #ly-newsletter {
        width: 144px;
    }
    
    #ly-nav-externo {
      
    }
    
        #ly-nav-externo .ly-nav-item {
            float: left;
            list-style: none;
        }
    
        #ly-nav-externo .ly-nav-item a {          
            display: block;
            width: 24px;
            height: 24px;
            margin-left: 10px;
            text-indent: -9999px;
            overflow: hidden;
            background-image: url(../images/nav-externo-iconos.png);
        }
        
        #ly-nav-item-facebook a {
            background-position: 48px;
        }
        
        #ly-nav-item-twitter a {
            background-position: 24px;
        }         
    
    #ly-categorias, #ly-visitados {
        margin-left: 38px;
    }
    
    #ly-newsletter {
        margin-left: 28px;
    }
    
    #ly-visitados {
        width: 402px;
    }
    
    #ly-categorias ul {
        list-style: none;
        border-bottom: 1px solid #222;
    }
    
        #ly-categorias a {
            text-decoration: none;
            display: block;
            padding: 7px 0;
            border-top: 1px solid #222;
        }
        
        #ly-categorias a:hover {
            padding-left: 3px;
        }
        
    #ly-visitados {
        overflow: hidden;
        padding-bottom: 10px;
    }
    
        #ly-visitados img {
            box-shadow: 2px 2px 2px #111;
        }
    
        #ly-visitados h1 {
            margin-bottom: 10px;
        }
    
        #ly-visitados a {
            display: block;
            float: left;
            padding: 10px 10px 0 0;
        }
        
        #ly-visitados a:hover {
            padding: 7px 10px 3px 0;
        }
        
    #ly-newsletter {
    
    }

        #ly-newsletter input {
            border: none;
            font-size: 11px;
            padding: 6px !important;
        }
    
        #ly-newsletter input[type="text"] {
            width: 128px;
            background: #888;
            color: #333;
        }
        
        #ly-newsletter input[type="submit"] {
            background: #222;
            color: #999;     
            margin-top: 10px !important;
        }        
        
#ly-pie {
    background-color: #111;
}        

    #ly-pie .ly-contenedor {
        font-size: 13px;
        overflow: hidden;
        padding: 25px 0;
    }
    
    #ly-pie-dominio {
        float: left;
        color: #EC2028;
        width: 144px;
    }
    
    #ly-pie-contacto {
        float: left;
        margin-left: 40px;
        width: 570px;
    }
    
        #ly-pie-contacto, #ly-pie-contacto a {
            color: #555;
        }
    
    #ly-pie-creditos {
        float: left;
        margin-left: 40px;
        color: #333;
    }
    
        #ly-pie-creditos a {
            color: #333;
        }
        
        #ly-pie-creditos em {
            font-family: serif;
        }

/* LAYOUT INTERNO
============================================================================= */

#lyi-contenedor {
    padding: 70px 20px 20px 20px;
    background: #fff repeat-x url(../images/contenedor-interna-fondo.png);
    overflow: hidden;
    position: relative;
    font-size: 15px;
    border-radius: 3px;
}

    #lyi-principal {
        background-color: #eee;
        float: left;
        width: 590px;
        padding: 20px;
        color: #444;
        border-radius: 3px;
    }
    
        #lyi-principal .lyi-titulo {
            position: absolute;
            top: 20px;        
            left: 20px;
            font-size: 30px;
            letter-spacing: -2px;
            color: #f2f2f2;
            font-weight: bold;
            text-shadow: 0 0 5px #333;
        }

    #lyi-secundario {
        background-color: #ddd;
        margin: -50px 0 0 650px;
        padding-bottom: 1px;
        border-radius: 3px;
    }    
    
        #lyi-secundario .lyi-titulo {
            font-size: 20px;
            font-weight: normal;
            padding: 15px 20px;
            background: #aaa repeat-x url(../images/titulo-secundario-fondo.png);
            letter-spacing: -1px;
            color: #333;
            text-shadow: 0 0 5px #fff;
            border-radius: 3px 3px 0 0;
        }
        
        #lyi-secundario .lyi-contenedor {
            padding-left: 15px;
            padding-right: 15px;
            color: #666;
        }
        
        #lyi-secundario a {
            color: #444;
            text-decoration: none;
        }
        
            #lyi-secundario a:hover {
                padding-left: 3px;
            }
        
        .lyi-lista-enlaces {
            list-style: none;
        }
        
            .lyi-lista-enlaces .lyi-lista-enlace {
                padding-top: 13px;
                padding-bottom: 13px;
                border-bottom: 1px solid #bbb;
            }
            
            .lyi-lista-enlaces .lyi-lista-enlace:last-child {
                border-bottom: none;
            }
            
            .lyi-lista-enlaces span {
                float: right;
                color: #999;
            }
        
/* INICIO
============================================================================= */

#inicio-slider {
    position: relative;
}

    #inicio-slider .inicio-slider-contenedor {
        position: relative;
        height: 370px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0px 0px 10px #777;        
    }

        #inicio-slider .inicio-slider-banner {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }
        
        #inicio-slider .inicio-slider-banner > div {
            position: absolute;
            top: 0;
            display: none;
            z-index: 9;
        }

            #inicio-slider .inicio-slider-banner a {
                display: block;
            }
            
            #inicio-slider .inicio-slider-video {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 99;
            }
    
    #inicio-slider .previous,
    #inicio-slider .next {
        position: absolute;
        display: none;
        top: 139px;
	    width: 32px;
	    height: 33px;
	    background: #ccc url(../images/slider-flechas.png) no-repeat;
	    text-indent: -9999px;
	    z-index: 9999;
    }

    #inicio-slider .previous {
        left: 10px;
    }

    #inicio-slider .next {
        right: 10px;
        background-position: -32px 0;
    }
    
    #inicio-slider:hover .previous,
    #inicio-slider:hover .next {
        display: block;
    }

#inicio-sep {
    margin-top: 15px;
    padding-top: 15px;
    height: 1px;
/*    background: no-repeat url(../images/sep-inferior.png);*/
}

#inicio-cursos {
    border-radius: 3px;
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
}

    #inicio-cursos .curso-resumen {
        float: left;
        margin: 20px 0 0 22px;
    }
    
#inicio-cuadros {
  overflow: hidden;
  padding-left: 20px;
}    

  #inicio-cuadros a {
    display: block;
    float: left;
    width: 286px;
    margin-right: 20px;
  }
  
  #inicio-cuadros img {
    display: block;
  }

/* CURSO CATEGORIA
============================================================================= */

#cursos-categoria-lista {
    overflow: hidden;
    margin: 0 -20px -20px 0;
}

    #cursos-categoria-lista .curso-resumen {
        float: left;
        margin: 0 20px 20px 0;
    }

/* CURSO RESUMEN
============================================================================= */

.curso-resumen {
    width: 244px;
    background-color: #888;
    padding: 0 20px 20px 20px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #777;
}

.curso-resumen:hover {
    background-color: #777;
    box-shadow: 2px 2px 2px #555;
}

    .curso-resumen .curso-nombre a {
        display: block;
        margin: 0 -20px 20px -20px;
        font-size: 18px;
        height: 18px;
        overflow: hidden;
        font-weight: normal;
        letter-spacing: -1px;
        color: #000;
        text-decoration: none;
        padding: 13px 0 13px 20px;
        white-space: nowrap;
        background: #B1B1B1 repeat-x top url(../images/curso-nombre-fondo.png);
        border-radius: 3px 3px 0 0;
    }
    
    .curso-resumen .curso-nombre a:hover, .curso-resumen:hover .curso-nombre a {
        color: #EC2028;
    }
    
    .curso-resumen .curso-enlace-imagen {
        display: block;
        margin-bottom: 20px;
    }
    
    .curso-resumen .curso-imagen {
        display: block;
    }
    
    .curso-resumen-contenido {
        width: 165px;
        float: left;
    }
    
        .curso-resumen .curso-introduccion {
            color: #eee;
            font-size: 15px;
            padding-right: 10px;
            line-height: 1.1em;
            height: 83px;
            overflow: hidden;
        }
        
        .curso-resumen:hover .curso-introduccion {
            color: #fff;
        }
        
        .curso-resumen .curso-clases, .curso-resumen .curso-inicio {
            font-size: 13px;
            color: #ccc;
        }
        
        .curso-resumen .curso-etiqueta {
            display: block;
            margin: 8px 0 2px 0;
            font-size: 11px;
            color: #333;
            font-style: normal;
            text-transform: lowercase;
        }
        
        .curso-resumen .curso-enlace-temario {
            margin-top: 15px;
            overflow: hidden;
        }
        
    .curso-resumen-precios {
        float: left;
        width: 64px;
        list-style: none;
        padding-left: 14px;
        border-left: 1px solid #999;
    }
    
        .curso-resumen-precio {
            margin-bottom: 8px;
        }
    
        .curso-precio {
            font-size: 17px;
            color: #333;
        }
        
        .curso-precio-destacado {
            font-size: 25px;
            letter-spacing: -1px;
        }
        
        .curso-precio-forma {
            display: block;
            font-size: 11px;
            color: #ccc;
            font-style: normal;
            text-transform: lowercase;
            margin-top: 2px;
        }
        
/* CURSO DETALLE
============================================================================= */

.curso-detalle .curso-nombre {
    font-size: 32px;
    letter-spacing: -2px;
    color: #000;
    font-weight: normal;
}        

.curso-detalle .curso-enlace-mas {
    margin: 10px 0;
    overflow: hidden;
}

.curso-detalle .curso-imagen {
    float: right;
    display: block;
    margin-bottom: 15px;
}

.curso-detalle .curso-introduccion {
    color: #666;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    clear: right;
    padding: 15px 50px;
    margin: 15px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    line-height: 1.1;
}

.curso-detalle .curso-cuadro-contenedor {
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
}

.curso-detalle .curso-subtitulo {
    color: #000;
    font-weight: bold;
}

.curso-detalle .curso-cuadro {
    float: left;
}
    
    .curso-detalle .curso-cuadro .ly-texto {
        line-height: 1.5em;
    }

.curso-detalle .curso-clases {
    width: 34%;
}

.curso-detalle .curso-fechas {
    width: 39%;
}

.curso-detalle .curso-precios {
    width: 27%;
}

    .curso-detalle .curso-precios span {
        float: left;
    }
    
    .curso-detalle .curso-precios strong {
        display: block;
        margin-left: 80px;
    }
    
/* CONTACTO
============================================================================= */

.contacto-texto :first-child {
    margin-top: 0;   
}

.contacto-mapa {
    float: right;
}

    .contacto-mapa iframe {
        border: 1px solid #ddd;
        padding: 3px;
        background-color: #fff;
    }
    
.contacto-form {

}

    .contacto-form-izq {
        display: block;
    }

    .contacto-form input[type="text"] {
        width: 245px;
    }
    
    .contacto-form textarea {
        width: 572px;
        height: 250px;
    }    
    
/* FONDOS
============================================================================= */    

#geekday-page {
  background: url(../images/pages-bg/geekday.jpg);
}

#green-page {
  background: url(../images/pages-bg/green.jpg);
}

