/**RESET***************************************************************************************************************/
@font-face{ font-family: Oswald; src:url(../font/oswaldlight.ttf) format('truetype'), url(../font/oswaldlight.eot) format('embedded-opentype'), url(../font/oswaldlight.woff) format('woff'); }
*{ margin: 0; padding: 0; border: 0; font-family: Oswald; color: #999; transition: all .5s;}
html{font-size: 10px;}
span{display: block;}
a{ text-decoration: none;}
li{ list-style: none;}
#contenedor{ min-width: 1024px; width: 86%; margin: 50px auto 0px auto;}
/**CONTENIDO FIJO***************************************************************************************************************/
/*Barra principal*/
#barra {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 70px;
    overflow: hidden;
}
#barra>div {
    width: 86%;
    height: auto;
    min-width: 1024px;
    margin: auto;
}
#barra>div form{
    height: 40px;
    width: 40%;
    float: right;
    margin: 10px;
}
#barra>div form div{
    width: 40%;
    float: left;
}
#barra>div form div:last-child{
    width: 20%;
    height: 30px;
    float: left;
}
#barra>div form div:last-child input {
    background: #999;
    color: #fff;
    border: none;
    width: 100%;
    height: 32px;
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    transition: all .3s;
    cursor: pointer;
}
#barra>div form div:last-child input:hover{
    background: #2CDD9D;
}
#barra>div form div input {
    border: 1px solid #999;
    width: 90%;
    height: 20px;
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
#barra>div form div p {
    margin: 5px;
    height: 20px;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
}
#barra>div form div p a {transition: all .3s;}
#barra>div form div p a:hover {
    color: #2CDD9D;
    font-weight: bold;
}
#barra>div form div p input{
    width: 10px;
    height: 10px;
}

/***Header***/
header{
    position: relative;
    margin: 60px auto 20px auto;
    width: 100%;
    height: 180px;
    clear: both;
}
header hgroup{
    width: 40%;
    height: 200px;
    float: left;
}
header hgroup h1 {
    font-size: 50px;
    font-size: 5rem;
    margin: -18px 0px -10px 0px;
    color: #2CDD9D;
}
header hgroup h2 {
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
}
header hgroup h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin: -5px 0px;
}
header nav {
    width: 60%;
    height: 40px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}
header nav ul {
    width: 100%;
    height: 40px;
}

header nav ul li {
    font-size: 16px;
    font-size: 1.6rem;
    width:16%;
    float: left;
    text-align: center;
    height: 20px;
    padding: 5px 0px 12px 0px;
    border-bottom: 1px solid #999;
    transition: all .3s;
}
header nav ul li:hover {
    padding: 0px 0px 17px 0px;
    border-bottom: 2px solid #2CDD9D !important;
    color: #2CDD9D ;
}
/***Main***/
main{
    width: 100%;
    min-height: 500px;
}
#intro {
    clear: both;
    float: left;
    width: 600px;
    margin: 40px 0px 80px 0px;
}
#intro h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 110%;
}
#intro p{
    font-family: sans-serif;
    font-size: 18px;
    font-size: 1.6rem;
    margin-top: 10px;
}
#intro p:last-child{
    font-weight: bold;
}

/***Footer***/
footer {
    width: 100%;
    height: 70px;
    padding-top: 50px;
    clear: both;
}
footer div {
    clear: both;
    width: 100%;
    height: 50px;
}
footer div img {
    width: 50px;
    opacity: .5;
    float: right;
}
footer div p {
    line-height: 120%;
    float: right;
    width: 70%;
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 10px 0px 0px;
}


.habitar {color: #2CDD9D;}
.habitarBack { background: #2CDD9D;}

.alumnos {color: #dd2c55;}
.alumnosBack { background: #dd2c55;}

.galeria {color: #ffba00;}
.galeriaBack { background: #ffba00;}

.academica {color: #2cb4dd;}
.academicaBack { background: #2CDD9D;}

.calendario { color: #FF7A4D}
.calendarioBack { background: #FF7A4D;}

.foros {}
.forosBack {}

.clear {clear: both}
header nav.navIndex ul li { width:25%;}

.seleccionado { border-bottom: 2px solid #2CDD9D !important; color: #2CDD9D;}
.selGaleria { border-bottom: 2px solid #ffba00 !important; color: #ffba00;}
.selAcademica { border-bottom: 2px solid #2cb4dd !important; color: #2cb4dd;}
.selAlumnos { border-bottom: 2px solid #dd2c55 !important; color: #dd2c55;}
.selCalendario { border-bottom: 2px solid #FF7A4D !important; color: #FF7A4D;}
.seleccionado { border-bottom: 2px solid #2CDD9D !important; color: #2CDD9D;}

.yo { background: url(../img/perfil.jpg) center no-repeat !important; background-size: 100% !important;}


span {
    font-size: 30px;
    font-size: 3rem;
    line-height: 120%;
}
aside {
    width: 30%;
    float: right;
    padding: 10px;
}
aside h1 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: right;
}


/**CONTENIDO VARIABLE***************************************************************************************************************/
/*******INDEX*******/
main section#mosaico {
    width: 100%;
    clear: both;
    margin: 10px 0px 40px 0px;
}
main section#mosaico ul {
    width: 31%;
    float: left;
    margin: 1%;
}
main section#mosaico ul li {
    margin-bottom: 40px;
}
main section#mosaico ul li hgroup p:first-child {
    padding: 5px 10px;
    text-align: right;
    color: #fff;
    font-family: Oswald;
}
main section#mosaico ul li hgroup p {
    padding: 5px 10px;
    text-align: justify;
    word-break: break-all;
    font-family: sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%;
}
main section#mosaico ul li hgroup p:last-child {
    text-align: right;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
main section#mosaico ul li hgroup h4{
    line-height: 110%;
    margin: 10px 0px; 
    padding: 0px 10px;
    font-size: 20px;
    font-size: 2rem;
} 
main section#mosaico ul li hgroup div{
    width: 100%;
    min-height: 150px;
    overflow: hidden;
} 
main section#mosaico ul li hgroup div img{
    width: 100%;
}

/*******ACADEMICA*******/
#academica section:nth-child(3){
    width: 50%;
    float: left;
}
#academica section:nth-child(3) article{
    margin-bottom: 60px;
}
#academica section:nth-child(3) article h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: -10px;
}
#academica section:nth-child(3) article p {
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 140%;
}
#academica aside ul{width: 90%; float: right;}
#academica aside ul li {
    font-size: 14px;
    font-size: 1.4rem;
    font-kerning: 10%;
    text-align: right;
    margin: 20px 0px;
    padding-right: 10px;
    border-right: 2px solid #2cb4dd;
}
#academica aside ul li:first-child{
    margin-top: 10px;
}

/*******ALUMNOS*******/
#alumnos section:nth-child(3){
    width: 50%;
    float: left;
}
#alumnos section:nth-child(3) article{
    margin-bottom: 40px;
}
#alumnos section:nth-child(3) article h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: -10px;
}
#alumnos section:nth-child(3) article p {
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 140%;
}
#alumnos section:nth-child(3) article ul {
    clear: both;
    width: 100%;
    margin: 20px 0px;
}
#alumnos section:nth-child(3) article ul h2 {
    margin-bottom: -5px;
    padding: 5px;
    font-size: 20px;
    font-size: 2rem;
}
#alumnos section:nth-child(3) article ul li {
    width: 110px;
    height: 140px;
    margin: 5px;
    float: left;
    overflow: hidden;
}
#alumnos section:nth-child(3) article ul li h3 {
    width: 100px;
    height: 140px;
    text-align: center;
    padding: 140px 5px 5px 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 110%;
    transition: all .3s;
    color: #fff;
}
#alumnos section:nth-child(3) article ul li:hover h3{ padding: 90px 5px 5px 5px; background: rgba(221, 44, 85, 0.5);}
/*JC*/
#alumnos section:nth-child(3) article ul:nth-child(2) li:nth-child(2) { background: url(../img/docente01.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(2) li:nth-child(3) { background: url(../img/docente02.jpg) no-repeat center; background-size: 125%;}
/*JTP*/
#alumnos section:nth-child(3) article ul:nth-child(3) li:nth-child(2) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(3) li:nth-child(3) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(3) li:nth-child(4) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(3) li:nth-child(5) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
/*DOC*/
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(2) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(3) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(4) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(5) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(6) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(7) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(8) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(9) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#alumnos section:nth-child(3) article ul:nth-child(4) li:nth-child(10) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}

/*Bibliografia*/
#alumnos aside ul {
    margin-top: 10px;
}
#alumnos aside ul li{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 15px 0px;
    padding-right: 10px;
    text-align: right;
    border-right: 1px solid #dd2c55;
    transition: all .5s;
}
#alumnos aside ul li:hover {padding-right: 20px;}
#alumnos aside ul li:hover h3 {color: #dd2c55;}
#alumnos aside ul li:hover p {color: #dd2c55;}
#alumnos aside hgroup {
    width: 100%;
    min-height: 200px;
    background: #dd2c55;
    padding: 10px 0px;
    margin-top: 50px;
}
#alumnos aside hgroup div {
    float: left;
    width: 70px;
    height: 70px;
    margin: 10px 20px;
    border: 3px solid #fff;
    border-radius: 100%;
}
#alumnos aside hgroup div img {
    width: 60px;
    margin: 2px 5px 5px 5px;
}
#alumnos aside hgroup h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 120%;
    float: left;
    width: 200px;
    height: 60px;
    color: #fff;
    text-align: left;;
    margin-top: 20px;
}
#alumnos aside hgroup p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    clear: both;
    font-family: sans-serif;
    color: #fff;
    text-align: justify;
    word-break: normal;
    padding: 0px 20px 0px 20px;
}

/*******GALERIA*******/
#galeria section:nth-child(3){
    width: 70%;
    float: left;
}
#galeria section:nth-child(3)>div{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
#galeria section:nth-child(3)>div img {
    float: left;
    display: block;
    cursor: pointer;
    transition: .3s;
}
#galeria section:nth-child(3)>div img:hover {
    opacity: .5;    
}

#galeria section:nth-child(3) article ul li h2 {
    font-size: 18px;
    font-size: 1.8rem;
}
#galeria section:nth-child(3) article ul li p {
    font-family: sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}

#galeria aside {
    width: 25%;
    float: right;
    margin-top: 10px;
}
#galeria aside form {
    width: 100%;
    margin-top: 0px;;
}
#galeria aside form input {
    width: 100%;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 5px 5px;;
}
#galeria aside form input:last-child {
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer;
    background: #ccc;
    color: #fff;
    transition: .5s all;
}
#galeria aside form input:last-child:hover {
    background: #ffba00;
}


#galeria aside form select {
    width: 100%;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 5px 5px;;
}

.cuadros ul li{
    width: 30%;
    overflow: hidden;
    float: left;
    margin: 10px 10px 40px 10px;
}
.cuadros ul li div  {
    width: 100%;
    margin-bottom: 20px;
}
.cuadros ul li div img { width: 100%;}
.cuadros ul li p:last-child {
    margin-top: 10px;
    font-weight: bolder;
}

.lista ul li{
    padding: 10px;
    border: 1px solid #999;
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 10px ;
    height: 150px; 
}
.lista ul li div  {
    width: 100px;
    float: left;
}
.lista ul li div img { width: 100%;}
.lista ul li h2 {
    width: 80%;
    float: left;
    margin: 20px 10px 0px 20px;
}
.lista ul li p {
     width: 80%;
    float: left;
    margin: 0px 10px 0px 20px;
}
.lista ul li p:last-child {
    margin-top: 10px;
    font-weight: bolder;
}

/*******HABITAR*******/
#habitar section:nth-child(3){
    width: 70%;
    float: left;
}

#habitar section:nth-child(3) hgroup {
    margin: 0px 10px 30px 10px;
    width: 30%;
    float: left;
}
#habitar section:nth-child(3) hgroup h4 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    padding: 5px;
    text-align: right;
}
#habitar section:nth-child(3) hgroup h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 120%;
    margin: 10px 0px;
}
#habitar section:nth-child(3) hgroup p{
    font-family: sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: justify;
    word-break: break-all;
    line-height: 120%;
    margin-bottom: 10px;
}
#habitar section:nth-child(3) hgroup div {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
#habitar section:nth-child(3) hgroup:first-child {
    margin: 0px 10px 30px 10px;
    width: 93%;
    float: left;
    background: #eff;
    padding: 10px;
}
#habitar section:nth-child(3) hgroup:first-child h4 {
    font-size: 14px;
    font-size: 1.4rem;
}
#habitar section:nth-child(3) hgroup:first-child h2 {
    padding: 0px 10px;
    font-size: 22px;
    font-size: 2.2rem;
}
#habitar section:nth-child(3) hgroup:first-child p{
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
#habitar section:nth-child(3) hgroup:first-child p:last-child{
    text-align: right;
}
#habitar section:nth-child(3) hgroup:first-child div {
    width: 100%;
    min-height: 200px;
    height: auto;
    overflow: hidden;
}
#habitar section:nth-child(3) hgroup div img {
    width: 100%;
}


#habitar aside {
    width: 25%;
    float: right;
}
#habitar aside form {
    width: 100%;
    margin-top: 0px;
}
#habitar aside form input {
    width: 100%;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 5px 5px;;
}
#habitar aside form input:last-child {
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer;
    background: #ccc;
    color: #fff;
}
#habitar aside form input:last-child:hover {
    background: #2CDD9D;
}
#habitar aside form select {
    width: 100%;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 5px 5px;;
}
#habitar section:nth-child(3) hgroup:nth-child(7) {
    margin: 0px 10px 30px 10px;
    width: 60%;
    float: left;
    padding: 10px;
    background: #eff;
}
#habitar section:nth-child(3) hgroup:nth-child(7) div {
    height: 180px;
}
#habitar section:nth-child(3) hgroup:nth-child(7) h2 {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 10px;
}
#habitar section:nth-child(3) hgroup:nth-child(7) p {
    padding: 10px;
    font-size: 14px;
    font-size: 1.2rem;
}

/**Habitar Nota*******************************************************************/
#habitarNota section#intro {
    clear: both;
    float: left;
    width: 650px;
    margin: 40px 0px 60px 0px;
}

#habitarNota section:nth-child(3) {
    float: left;
    width: 60%;
}
#habitarNota section:nth-child(3) article {
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0px 50px 0px;
}
#habitarNota section:nth-child(3) article hgroup {
    clear: both;
    margin: 20px 0px;
}
#habitarNota section:nth-child(3) article div {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
#habitarNota section:nth-child(3) article div img {
    width: 100%;
}
#habitarNota section:nth-child(3) article div>p {
    margin-top: 0px;
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 2px;
    background: rgba(44, 221, 157, 0.8);
}
#habitarNota section:nth-child(3) article>div>p span {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px;
    display: block;
    color: #fff;
}
#habitarNota section:nth-child(3) article>div:hover>p {
    opacity: 1;
}
#habitarNota section:nth-child(3) article hgroup h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 20px;}
#habitarNota section:nth-child(3) article hgroup p{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0px;
    font-family: sans-serif;
    line-height: 140%;
}
#habitarNota section:nth-child(3) article ul {
    clear: both;
    width: 100%;
    margin: 20px 0px;
}
#habitarNota section:nth-child(3) article ul li {
    width: 110px;
    height: 140px;
    margin: 5px;
    float: left;
    overflow: hidden;
}
#habitarNota section:nth-child(3) article ul li h3 {
    width: 100px;
    height: 140px;
    text-align: center;
    padding: 140px 5px 5px 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 110%;
    transition: all .3s;
    color: #fff;
}

#habitarNota section:nth-child(3) article ul li:hover h3{ padding: 90px 5px 5px 5px; background: rgba(44, 221, 157, 0.5);}
/*JC*/
#habitarNota section:nth-child(3) article ul li:nth-child(1) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#habitarNota section:nth-child(3) article ul li:nth-child(2) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#habitarNota section:nth-child(3) article ul li:nth-child(3) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#habitarNota section:nth-child(3) article ul li:nth-child(4) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#habitarNota section:nth-child(3) article ul li:nth-child(5) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}
#habitarNota section:nth-child(3) article ul li:nth-child(6) { background: url(../img/docente03.jpg) no-repeat center; background-size: 125%;}

#habitarNota aside ul {
    margin-bottom: 60px;
}
#habitarNota aside ul li{
    margin: 10px 0px;
    text-align: right;
    padding-right: 10px;
    border-right: solid 1px;
    font-size: 14px;
    font-size: 1.4rem;
}
#habitarNota aside ul li:hover{
    padding-right: 20px;
    border-right: solid 2px #2CDD9D;
}
#habitarNota aside ul li:hover a h3 { color: #2CDD9D; }
#habitarNota aside ul li:hover a p { color: #2CDD9D; }
#acciones {
    clear: both;
    width: 96% !important;
    height: 100px;
    margin: 20px 0px !important;
    padding: 0%!important;
}
#acciones ul {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px;
}
#acciones ul:first-child {
    height: 25px;
}
#acciones ul:first-child li {
    margin: 2px !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
#acciones ul:first-child li:first-child { font-weight: bold;}

#acciones ul:last-child {
    border-bottom: 1px solid #ccc;
    height: 55px;
}
#acciones ul:last-child li {
    margin: 3px 5px !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    float: left;
    cursor: pointer;
}
#acciones ul:last-child li p {
    color: #999;
}
#acciones ul:last-child li:nth-child(1) {
    width: 25% !important;
    border-right: 1px solid #ccc;
    height: 50px !important ;
}
 #acciones ul:last-child li:nth-child(2) {
    width: 25% !important;
    height: 50px !important ;
 } 
#acciones ul:last-child li:nth-child(1) span, #acciones ul:last-child li:nth-child(2) span {
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
    width: 50px;
    height: 50px;
}
#acciones ul:last-child li:nth-child(2) span{ background: url(../img/compartir.png) center no-repeat;}
#acciones ul:last-child li:nth-child(1) span{ background: url(../img/comentar.png) center no-repeat;}
#acciones ul:last-child li:nth-child(1) p, #acciones ul:last-child li:nth-child(2) p {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
#acciones ul:last-child li span { 
    width: 25px;
    height: 25px;
    margin: 12px 0px 10px 10px;
}
#acciones ul:last-child li:nth-child(3) span { background: url(../img/estrellaC.jpg) center no-repeat; background-size: 80%; }
#acciones ul:last-child li:nth-child(4) span { background: url(../img/gp.png) center no-repeat; background-size: 100%; }
#acciones ul:last-child li:nth-child(5) span { background: url(../img/fb.png) center no-repeat; background-size: 100%; }
#acciones ul:last-child li:nth-child(6) span { background: url(../img/tw.png) center no-repeat; background-size: 100%; }
#acciones ul:last-child li:nth-child(7) span { background: url(../img/mail.png) center no-repeat; background-size: 100%; }

#comenta {
    width: 100% !important;
    min-height: 300px !important;
    clear: both !important;
    padding-top: 30px;
}
#comenta h1 {
    border-top: 1px dashed #999;
    padding-top: 10px;
}
#comenta ul{
    width: 90%;
    min-height: 400px;
    padding: 1%;
}

#comenta ul li:first-child {
    clear: both;
    width: 98% !important;
    height: auto !important;
    background: #eff !important;
    margin: 10px 0px !important;
    display: block;
}
#comenta ul li:first-child h4 { 
font-size: 20px !important;
font-size: 2.0rem !important;}
#comenta ul li:first-child textarea {
    font-size: 1.2rem;
    margin: 5px;
    width: 95%;
    height: 70px;
    padding: 7px;
    border: 1px solid #aff;
}
#comenta ul li:first-child input {
    margin: 5px;
    width: 100px;
    height: 40px;
    background: #2CDD9D;
    color: #fff;
    float: right;
    cursor: pointer;
}
#comenta ul li:first-child input:hover{ background: rgba(44, 221, 157, 0.46);}

#comenta ul li {
    clear: both;
    width: 98% !important;
    height: auto !important;
    background: none !important;
    margin: 10px 0px !important;
    display: block;
}
#comenta ul li div {
    float: left;
    display: block;
}
#comenta ul li div:first-child{
    width: 10%;
    margin: 10px;
    height: 85%;
}
#comenta ul li div:first-child span {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background: url(../img/docente03.jpg) no-repeat center;
    background-size: 100%; 
}
#comenta ul li div:last-child{
    display: block;
    width: 85%;
    min-height: 50px;
}
#comenta ul li div:last-child h4 {
    color: #2CDD9D;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}
#comenta ul li div:last-child p {
    display: block;
    font-family: sans-serif;
    padding: 5px;
    opacity: 1;
    background: none;
    position:inherit !important;
    width: 100% !important;
    color: #999 !important;
    font-size: 13px;
    font-size: 1.3rem;
    min-height: 30px;
}
#comenta ul li div:last-child div {
    display: block;
    width: 100%;
    padding: 0px;
    border-top: 1px dotted #999;
    height: 35px !important;
    min-height: 0px;
    margin: 10px 0px;
}
#comenta ul li div:last-child div span {
    cursor: pointer;
    float: left;
    margin: 0px 5px;
    height: 30px !important;
}
#comenta ul li div:last-child div span img{
    display: block;
    height: 30px;
    width: 20px;
    float: left;
    padding: 10px 0px 10px 0px !important;
    margin: 5px 10px;
}
#comenta ul li div:last-child div span p {
    height: 15px;
    width: 15px !important;
    padding: 7px 0px 7px 5px !important;
    float: left;
    display: block;
}
/*PERFIL DESPLEGBLE*********************************************************************************************************************/
/*Login*/
.logueado {
    height: 35px !important;
    position: fixed!important;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 130;
}

.logueado div>div span {
    opacity: 1;
    cursor: pointer;
    width: 0px;
    height: 0px;
    float: right;
    margin: 0px;
}
.logueado div>div span#menu { 
    width: 35px;
    height: 35px;
    background: url(../img/menuC.png) center no-repeat;
    background-size: 60%;
}
.logueado div>div span#noti {
    background: url(../img/notificacionesC.png) center no-repeat;
    background-size: 100%; 
}
.logueado div>div span#fav {
    background: url(../img/favoritosC.png) center no-repeat; 
    background-size: 100%; 
}
.logueado div>div span#bus { 
    background: url(../img/buscarC.png) center no-repeat; 
    background-size: 100%; 
}
.logueado div>div span:hover { opacity: .5;}

.logueado div>div h2{
    float: right;
    color: #2CDD9D;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 4px;
}

/*FIN PERFIL DESPLEGBLE*****************************************************************************************************************/
#trans {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
}
.logueado.desplegado {
    height: 45px !important;
    position: fixed!important;
    background: #2CDD9D;
    border-bottom: none;
    z-index: 130;
}

.logueado.desplegado div>div span {
    opacity: 1;
    cursor: pointer;
    width: 45px !important;
    height: 45px !important;
    float: right;
    margin: 0px;
}
.logueado.desplegado div>div span#menu {
    background: url(../img/menuB.png) center no-repeat;
    background-size: 60%;
}
.logueado.desplegado div>div span#noti {
    background: url(../img/notificacionesB.png) center no-repeat;
    background-size: 60%; 
}
.logueado.desplegado div>div span#fav {
    background: url(../img/favoritosB.png) center no-repeat; 
    background-size: 60%; 
}
.logueado.desplegado div>div span#bus { 
    background: url(../img/buscarB.png) center no-repeat; 
    background-size: 60%; 
}




.logueado div>div span:hover { opacity: .6;}

.logueado.desplegado div>div h2{
    float: right;
    color: #FFF;
    font-size: 16px;
    font-size: 2.2rem;
    margin: 5px 4% 5px 5px;
}

#MenuContenedor {
    position: fixed;
    width: 35%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 90;
    box-shadow: 0px -50px 10px rgba(0,0,0,.1);
}

#MenuContenedor ul {
    min-height: 500px;
    width: 90%;
    margin: 45px auto 0px auto;
    
}
#MenuContenedor ul li {
    margin: 20px 0px;
    width: 0%;
    min-height: 500px;
    float: left;
    background: rgba(0,0,0,.1);
    
}
#MenuContenedor ul li.ver{
    width: 100% !important;
}







@media screen and (min-width: 1400px){
    header{ height: 240px;}
    #intro { width: 60%; margin: 40px 0px 80px 0px; }
    #habitarNota section#intro { width: 60%;}
    #habitarNota section:nth-child(3) article hgroup { margin: 40px 0px;}

    #barra { height: 100px; }
    .logueado {  height: 40px !important; }
    .logueado span {  height: 45px !important; } 
    .logueado div>div img { width: 30px;}
    
    .cuadros ul li{ width: 29%; }
    
    #acciones ul:last-child {height: 70px;}
    #acciones ul:last-child li span { width: 45px;height: 45px; margin: 10px 0px 10px 10px;}
    #acciones ul:last-child li:nth-child(1), #acciones ul:last-child li:nth-child(2) { height: 70px !important; }
    #acciones ul:last-child li:nth-child(1) p, #acciones ul:last-child li:nth-child(2) p { margin-top: 20px !important;} 
    #acciones ul:last-child li:nth-child(1) span, #acciones ul:last-child li:nth-child(2) span { width: 75px; height: 75px; margin: 0px;}
    
    #comenta ul li div:last-child div span{ height: 50px; width: 50px; }
    #comenta ul li div:last-child div span img{ height: 35px; width: 35px; }
    
    html { font-size: 14px; }
}
