/*fuente*/
body{
    font-family: 'PT Sans', sans-serif;
}


/*header*/
.bannerheader{
    display:block;
    color:#fff;
    height: 18px;
    background-color:#3f2f59!important;
}

header{
    background-color: #5e4485!important;
    color: white;
    height: 140px;
}

header img {
    height: 80px;
    width: 150px;
    margin-top: 28px;
    float: left;
}

.navbar{
    margin-bottom: 0px;
}

.navbar-default{
    background-color: #3f2f59!important;
    border: 1px solid #3f2f59;
    color: white;
    font-size: 16px;
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a{
    color: white;

}

.navbar-default .navbar-nav > li > a:hover{
    color: #5e4485;
}


.navbar-default .navbar-nav > .active > a{
    background-color: white;
    color: #3f2f59;
    margin-top: 0px;
    margin-bottom: -10px;
}

#socialutn{
    margin-top: 35px;
    float: right;
}

#icons a{
    margin-top: 40px;
    color: #8d71b7;
    display: inline;
    margin-right: 0px;
    margin-bottom: 0px;
}

#icons{
    margin-right: -10px;
}

#icons a:hover{
    color: #3f2f59;
}

.search{
    background-color: #3f2f59;
    color: white;
    border-style: none;
    width: 250px;
}

.search:focus{
    box-shadow: none;
}

.btnutn{
    background-color: #3f2f59;
    font-size: 16px;
    color: #8d71b7;
    border-style: none;
    border-left: 1px solid #8d71b7;
}

.btnutn:hover{
    background-color: #8d71b7;
    color: #3f2f59;
    border-style: none;
    border-left: 1px solid #3f2f59;
}

.headertext{
    color: #8d71b7;
    margin-top: 55px;
    margin-left: 20px;
    width: 100%;
}
.gestionlink{
    color: white;
}
.gestionlink:hover{
    color: #8d71b7;
}

.gestiontext{
    margin-left: 15px;
}

.gestiontext a{
    color:#8d71b7 ;
}

.gestiontext a:hover{
    color: #3f2f59;
}

/*megadrop*/

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    opacity: 0.9;
    margin-left: 205px;
    padding: 20px 0px;
    width: 74%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    font-weight: bold;
    color: #3f2f59;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

/*body*/

/*carousel*/

.carousel .item{
    height: 550px;
    overflow: hidden;
    margin-bottom: 0px;
}

.carousel .item>img {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15%;
    padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 36px;
    }
}
.transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
    z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear;
}

/*buttons*/
.ingresobtn{
    margin-right: 0px;
    height: 100px;
    background-color: #f0ad4e;
    border-top: 10px solid #eea236;
}

.ingresobtn > p {
    color: white;
    margin-top: 18px;
    font-size: 32px;
}

.ingresobtn:hover{
    text-decoration: none;
}

.ingresobtn > p:hover{
    color: gray;
}

.becasbtn{
    margin-right: 0px;
    height: 100px;
    background-color: #d9534f;
    border-top: 10px solid #d43f3a;
}

.becasbtn > p {
    color: white;
    margin-top: 18px;
    font-size: 32px;
}

.becasbtn:hover{
    text-decoration: none;
}

.becasbtn > p:hover{
    color: gray;
}

.calendariobtn{
    margin-right: 0px;
    height: 100px;
    background-color: #8d71b7;
    border-top: 10px solid #3f2f59;
}

.calendariobtn > p {
    color: white;
    margin-top: 18px;
    font-size: 32px;
}

.calendariobtn:hover{
    text-decoration: none;
}

.calendariobtn > p:hover{
    color: #3f2f59;
}

/*noticias*/

.noticiasheader{
    width: 100%;
    border-top: 2px dashed lightgrey;
    border-bottom:  4px solid #8d71b7;
    margin-bottom: 20px;
}

.noticiasheader h2{
    color: dimgrey;
}

.noticiasheader a{
    float: right;
    font-size: 16px;
    margin-top: -35px;
}


.postbox{
    background-color: #FFF;
    overflow: hidden;
    /*border-bottom: 2px solid #3f2f59;*/
    margin-bottom: 20px;
}

.hrutn{
    margin-top: 20px;
    border-bottom: 2px solid #3f2f59;
}

.postimg{
    height: 210px;
    position: relative;
}

.postimg img {
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-bottom: 0px;
}

.postitle{
    background-color: #cacaca;
    line-height: 1.5em;
    height: 3.1em;
    overflow: hidden!important;
}

.postitle a{
    color: #6c6c6c;
}

.postitle a:hover{
    color: #3f2f59;
    text-decoration: none;
}

.postitle h2 {
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
}

.postcontent{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
    overflow-wrap: break-word;
}

/*aside */
.oferta{
    background-color: #3f2f59;
    height: 70px;
    padding: 6px;
}
.oferta h2{
    font-size: 28px;
    color: white;
    margin-left: 10px;
}

.oferta a:hover{
    color: #8d71b7;
    text-decoration: none;
}

.ofertabox{
    height: 100%;
    /*padding: 18px;*/
    /*background-color: #d0d0d0;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

#accordion .panel-default {
    margin-top: 10px;
}

#accordion .panel-title{
    height: 35px;
    padding: 10px;
    font-size: 20px;
    color: #8c8c8c;
}

#accordion .panel-title a:hover{
    color: #3f2f59;
    text-decoration: none;
}

#accordion .panel-title a:focus{
    color: #3f2f59;
    text-decoration: none;
}

.banneret{
    margin-bottom: 20px;
    height: 150px;
}

.banneret img{
    height: 100%;
    width: 100%;
}

.linkshome{
    height: 100%;
    width: 100%;
}

.linkshome .text-center{
    color: white;
    font-size: 28px;
    margin-top: 30px;
}

.linkshome .text-center:hover{
    color: #3f2f59;
}

#txtdiario{
    color: #5e5e5e;
}

#txtdiario:hover{
    color: white;
}

.radiolink{
    height: 150px;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 2px 2px 2px 2px;
    background-color: #d43f3a;
}

.diariolink{
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
    padding: 2px 2px 2px 2px;
    background-color: #e6e6e6;
}

.campuslink{
    height: 150px;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 2px 2px 2px 2px;
    background-color: #666666;
}

.ciscolink{
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
    padding: 2px 2px 2px 2px;
    background-color: #f0ad4e;
}
@supports (-ms-ime-align:auto) {
    .radiolink{
        height: 150px;
        width: 148px;
    }

    .diariolink{
        height: 150px;
        width: 148px;
    }

    .campuslink{
        height: 150px;
        width: 148px;
    }

    .ciscolink{
        height: 150px;
        width: 148px;
    }

}

.socialhead{
    height: 50px;
    color: white;
    background-color: #3f2f59;
}

.socialhead h3 {
    font-size: 30px;
    margin-left: 10px;
    padding: 5px;
}

.socialcontent{
    height: 180px;
    width: 320px;
}

.socialcontent img {
    width: 100%;
    height: 100%;
}

.socialfooter{
    margin-top: -20px;
    height: 50px;
    background-color: #3f2f59;
}

.socialfooter a {
    color: white;
    font-size: 18px;
}

.socialfooter a p{
    padding-top: 10px;
}

.socialcontent{
    margin-top: 10px;
}

.socialcontent i {
    margin-top: 10px;
    height: 60px;
    width: 60px;
    font-size: 40px;
    padding: 10px;
}

.socialspan{
    margin-left: 10px;
    font-size: 21px;
}

.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
    color: white;
}
.social-twitter:hover {
    background-color: #3997ba;
    border-color: #347b95;
}

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
    color: white;
}
.social-facebook:hover {
    background-color: #47618d;
    border-color: #3c5173;
}

.social-linkedin {
    background-color: #4875B4;
    border-color: #466b99;
    color: white;
}
.social-linkedin:hover {
    background-color: #466b99;
    border-color: #3b5a7c;
}

.social-instagram {
    background-color: #d43f3a;
    border-color: #c03d38;
    color: white;
}
.social-instagram:hover {
    background-color: #c03d38;
    border-color: #d43f3a;
}

.eventbox{
    height: 100%;
}

.eventhead{
    height: 50px;
    background-color: #3f2f59;
    color: #afafaf;
}

.eventhead h3{
    padding: 10px;
    margin-left: 20px;
    font-size: 28px;
    font-weight: bold;
}

.eventcontent{
    height: 250px;
    width: 320px;
    background-size: cover;
}

.eventspan{
    color: white;
    font-size: 24px;
    padding: 2px 25px 2px 25px;
    background-color: rgba(30, 10, 75, 0.64);
}

.eventcontent>h2{
    margin-top: 185px;
    color: white;
    font-size: 25px;
    padding: 2px 25px 2px 25px;
    background-color: rgba(30, 10, 75, 0.64);
}

.postfooter p{
    color: rgba(204, 211, 198, 0.86);
}

/*cultura*/
.videohome{
    margin-top: 20px;
    margin-bottom: 30px;
}

.videohome h2{
    font-size: 18px;
}

.noticiasheader .post .content .culturetitle a{
    margin-top: 2px;
    float: left;
}

.culturefooter{
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
}
.culturefooter a{
    margin-top: -2px;
}

.culturefooter p{
    color: rgba(204, 211, 198, 0.86);
}
.culturabox .culturabox1 {
    height: 240px;
    width: 260px;
    padding: 0;
    margin-bottom: 20px;
}

.culturabox1{
    margin-top:0px;
}
.culturaboximg a{
    margin-top:20px;
}
.culturaboximg img {

    width: 100%;
    height: 100%;
}

.culturaboxcontent{
    float: left;
    margin-top: -10px;
}

.culturaboxcontent h3{
    font-size: 18px;
    color: rgba(58, 62, 57, 0.86);
    margin-bottom: -1px;
}

.culturaboxcontent a {
    float: none;
}

.hrcultura{
    height: 3px;
    background-color: rgba(109, 116, 107, 0.86);
    margin: 8px 0px -5px 0px;
}

/*footer*/

footer{
    margin-top: 20px;
}

.footerimg{
    background-color: #322747;
}

.footerimg img{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 50px;
}

.footercontent{
    background-color: #3f2f59;
    color: white;
}

.contacto i {
    margin-right: 10px;
}

.footersocial p a{
    color: #8d71b7;
}

.footersocial p a:hover{
    color: #322747;
}
.footer-ul {
    color: #3cd1ef;
    padding-left:16px;
    margin-left:2px;
}
.footer-ul li a {
    color: #3cd1ef;
}

.footer-ul li a:hover {
    color: #25768c;
}

.footercursos p{
    margin-top: 0px;
}

.footercursos p a {
    color: #3cd1ef;
}

.footercursos p a:hover {
    color: #25768c;
}

.footerfoot{
    background-color: #322747;
    color: white;
}

.footerfoot p {
    margin-top: 18px;
    margin-bottom: 18px;
}

.footerfoot p a {
    color: #3cd1ef;
}

.footerfoot p a:hover {
    color: #25768c;
}




/*micrositio*/
.microheader{
    height: 150px;
    background-color:#e1e1e1;
}

.microcontent h3{
    margin-top: 48px;
    color: grey;
    font-size: 36px;
}

.pst {
    width: 100%;
}

.pst-img{
    margin-top: 25px;

}

.pst-img img{
    height: 100%;
    width: 100%;
    background-size: cover;
}

.pst-title{

}

.pst-title h3{
    color: #5b5b5b;
    font-size: 38px;
    font-weight: bold;
}

.pst-info{
    margin-top: 20px;
}

.pst-info p{
color: #cacaca;
}

.pst-info a{
    margin-right: 20px;
}

.pst-body p{
    color: #5b5b5b;
    font-size: 18px;
    margin-top: 25px;
}
.listbox{
    margin-top: 25px;
    background-color: #3f2f59;
    padding: 15px;
}

.listbox ul li{
    margin-top: 10px;
    border-bottom: 1px dashed white;
    padding-bottom: 10px;
}

.listbox ul li:last-child{
    margin-top: 10px;
    border-bottom: none;
}


.listbox ul li a{
    color: white;
    font-size: 18px;
}

.listbox ul li a:hover{
    color: #8065af;
    text-decoration: none;
}


@media screen and (min-width:0\0) {
    .radiolink{
        height: 150px;
        width: 148px;
    }

    .diariolink{
        height: 150px;
        width: 148px;
    }

    .campuslink{
        height: 150px;
        width: 148px;
    }

    .ciscolink{
        height: 150px;
        width: 148px;
    }
}



