/* Hoja de estilos de JT37 */



body{
    background: black;
    width: 100%;
    height: 100%;
    font-family: roboto;
    
}

.container {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    width: 1000px;
}



h1{
    font-size: 24px;
    border-bottom: 2px solid #000;
}

h2{
    font-size: 18px;
    background: #fff;
    padding: 3px 0px 3px 5px;
    
}

p {
    font-size: 13px;
    text-align: justify;
    font-family: roboto;
}


.cabecera{
    width: 140px;
    height: 70px;
    background-image: url(imagenes/logojt37.svg);
    margin-top: 3%;
}

h3{
    height: 100px;
    font-size: 18px;
    background: #fff;
    padding: 3px 0px 3px 3px;
    background-image: url(imagenes/bannerrotulo.gif);
}

    
.catedra {
    float: left;
    width: 141px;
    margin: 90px 0px 0px 0px;
    color: grey;
    
}

.navigation {
    float: left;
    height: 40px;
    width: 850px;
    margin-top: 130px;
    margin-left: 240px;
    text-align: center;
    
}




nav {
    height: 10px;
    margin: 0px 0px 0px 40px;
}

nav ul {
    list-style: none;
    height: 10px;
    padding-left: 40px;
}

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

nav ul li a {
        padding:10px;
        font-size: 21px;
        color: #ffffff;
        text-decoration: none;
     border-top: 2px solid white;
    border-bottom: 2px solid white;
        border-left: 2px solid white;
        border-right: 2px solid white;
   
        
}

nav ul li a:hover {
        color: black;
        text-decoration: none;
        background-color: #00A09A;
    border-top: 2px solid white;
        
}

.navigation1 {
    float: left;
    height: 40px;
    width: 850px;
    margin-top: 130px;
    margin-left: 272px;
    text-align: center;
    
}




.navigation1 > nav {
    height: 10px;
    margin: 0px 0px 0px 40px;
}

.navigation1> nav ul {
    list-style: none;
    height: 10px;
    padding-left: 40px;
}

.navigation1> nav ul li {
    float: left;
    margin: 0px 10px 10px 0px;
}

.navigation1> nav ul li a {
        padding:10px;
        font-size: 21px;
        color: #ffffff;
        text-decoration: none;
     border-top: 2px solid white;
    border-bottom: 2px solid white;
        border-left: 2px solid white;
        border-right: 2px solid white;
   
        
}

.navigation1> nav ul li a:hover {
        color: white;
        text-decoration: none;
        background-color: black;
    border-top: 2px solid white;
        
}

.articlecarta{
    margin-top: 50px;
    background: #00A09A;
    color: #000;
    padding: 10px 25px 15px 25px;
    height: 400px;
}

.carta1{
    width: 295px;
    float: left;
    margin-right: 32.5px;
}

.carta2{
    width: 295px;
    float: left;
}

.carta3{
    width: 295px;
    float: left;
    margin-left: 32.5px;
}




.tpgrupal> li > a{
    background: #00A09A;
    color: #fff;
    width: 150px;
    height: 28px;
    font-size: 21px;
    text-align: center;
    padding: 5px 0px 5px 5px;
    margin-top: 87px;
    text-decoration: none;
    
    float:left;
}

.tpgrupal> li > a:hover { background-color: rgba(44, 40, 40, 0.8); color: #00A09A;}




.foto{
    width: 320px;
    float: left;
}

.foto img{
    width: 300px;
}

.descripcion{
    width: 680px;
    float: left;
    background: #fff;
    height: 300px;
}

.descripcion h2{
    color: #000;
}

.descripcion p{
    color: #000;
    line-height: 25px;
}

.nivel{
    width: 200px;
    height: 145px;
    float: left;
    margin: 0px 0px 10px 15px;
}

.nivel h2{
    background: #000;
    color: #00A09A;
    width: 195px;
}

.nombrealumno{
    color: #00A09A;
}