/* Hoja de estilos de JT31 */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

/* font-family: 'Source Sans Pro', sans-serif;  (textos) */
/* font-family: 'Roboto Condensed', sans-serif;  (titulos) */

body{
    background: #000;
    width: 100%;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
    
}

.contenedor {
    background: #000;
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
    height: 1024px;
    
}

.encabezado{
    float: left;
    width: 142px;
    height: 110px;
    text-align: center;
}

.logo {
    float:left;
    width:141px;
    height:70px;
    background: #fff;
}
  
.catedra {
    float: left;
    width: 141px;
    margin: 8px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.jt31{ 
    float: left;
    height: 95px;
    width: 160px;
    color: #0089ff;
    margin: -3px 75px 0px 75px;
    font-size: 68px;
    font-family: 'Roboto Condensed', sans-serif;
}

nav ul {
    margin-top: 20px;
    list-style: none;
    height: 100px;
    width: 1300px;
    padding-left: 0px;   
}

nav ul li {
    float: left;
    margin: 28px 25px 0px 0px;
}

nav ul li a {
        margin-top: 0px;
        padding: 10px;
        font-size: 23px;
        margin: 0px 16px 0px 0px;
        color: #fff;
        text-decoration: none;
        border-top:2px solid #0089ff;
        border-bottom:2px solid #0089ff;
        border-left:2px solid #0089ff;
        border-right:2px solid #0089ff;
}

nav ul li a:hover {
        color: #0089ff;
        text-decoration: none;
        background-color: #000;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
}

h1{
    font-size: 24px;
    border-bottom: 2px solid #0089ff;
    font-family: 'Roboto Condensed', sans-serif;
}


p {
    font-size: 13px;
    /*text-align: justify;*/
    font-family: 'Source Sans Pro', sans-serif;
}

footer {
    height: 35px;
    background: #fff;
    color: #000;
    font-size: 8px;
    padding: 0px 25px 0px 25px;
    text-align: center;
}

.articleindex{
    margin-top: 30px;
    background: #fff;
    color: #000;
    padding: 5px 25px 15px 25px;
    height: auto;
    
}

.articlecarta{
    margin-top: 30px;
    background: #fff;
    color: #000;
    padding: 5px 25px 15px 25px;
    height: auto;
}

.articlemapa{
    margin-top: 30px;
    background: #B2E820;
    color: #000;
    padding: 5px 25px 15px 50px;
    height: auto;
}



