@charset "UTF-8";
/* CSS Document */


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
}

article, aside, figure, footer, header, menu, nav, section{
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.container-fluid {
    max-width: 1024px;
}


/* TOP LINE */
.top-line {
    background-color: #CD1627;
}

.texto-ini {
    width: ;
    display: inline-block;
}

.solotext {
    padding: 9px 15px 9px 0;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
}

.icons {
    background: url(../img/icons.png) no-repeat;
    display: block;
    text-align: center;
    line-height: 300%;
}

.fb {
    width: 24px;
    height: 24px;
    background-position: -250px -1px;
    float: right;
    margin-top: 6px;
}

.tt {
    width: 24px;
    height: 24px;
    background-position: -158px -146px;
    float: right;
    margin-top: 6px;
}

.yt {
    width: 24px;
    height: 24px;
    background-position: -188px -146px;
    float: right;
    margin-top: 6px;
}

/* HEADER */
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    padding-top: 30px;
    background-color: #fff;
    border: 0;
    border-color: #fff;
}

.navbar-header {
    height: 115px;
}

.navbar-nav {
    padding-top: 55px;
}

.navbar-default .navbar-nav>li>a {
    width: 140px;
    height: 42px;
    display: block;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald';

    text-transform: uppercase;
}

a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: rgba(0,0,0,.05);
    color: #D41329;
}

.men-gr {
    background-color: #5D5D5D;
    color: #fff;
}

.men-re {
    background-color: #D41329;
    color: #fff;
}

body#index nav ul li:nth-child(1) a,
body#egresados nav ul li:nth-child(2) a,
body#estudiantes nav ul li:nth-child(3) a,
body#portal-empresas nav ul li:nth-child(4) a,
body#oficina-empleo nav ul li:nth-child(5) a,
body#empleabilidad nav ul li:nth-child(6) a,
body#noticias nav ul li:nth-child(7) a {
    font-weight: bold;
}

.navbar-toggle {
    margin-top: 30px;
    background-color: #D41329;
    border: 1px solid #fff;
    cursor: pointer;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #D41329;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-brand {
    padding: 0px;
}

@media (min-width: 1001px) {
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    height: 10px;}
.navbar-nav {
    float: right;}
}

@media (max-width: 1000px) {
    .navbar-header {
    height: 100px;}

    .navbar-nav {
    padding-top: 10px;
    }

    .navbar-brand>img {
    height: 74px;
    width: auto;}

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
    height: 120px;}

    body#index nav ul li:nth-child(1) a,
    body#egresados nav ul li:nth-child(2) a,
    body#estudiantes nav ul li:nth-child(3) a,
    body#portal-empresas nav ul li:nth-child(4) a,
    body#oficina-empleo nav ul li:nth-child(5) a,
    body#empleabilidad nav ul li:nth-child(6) a,
    body#noticias nav ul li:nth-child(7) a {
    background-image: none;
    background-color: #D41329;
    color: #fff;
    letter-spacing: 1px;}

    .navbar-nav {
    margin: 7.5px 0px;
    width: 100%;}

    .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    height: 76px;
    padding: 28px 15px 0 15px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;}

    .men-gr, .men-re {
    background-color: #5D5D5D;}
}



/* MEMU EMPLEO */
.login_ee {
    padding: 20px 0px 0 0px;
    color: #333;
}

.login_ee h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-left: 20px;
}
.login_ee ul {
    padding-left: 0px;
    margin-top: 0px;
}
.login_ee li {
    list-style: none;
    margin-bottom: 0px;
}

.login_ee a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #676767;
    width: 100%;
}

.login_ee form {
    margin-bottom: 0;
    margin-top: 15px;
}

.login_ee .form-control {
    margin-bottom: 15px;
    background-color: #FFF;
}

.btn-ee {
    background-color: #D41329;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.btn-ee:hover {
    color: #fff;
    opacity: .8;
}

.btn-default:hover {
    color: #fff;
    background-color: #D41329;
    border-color: #D41329;
}

.olvide {
    margin: 0;
    text-align: center;
}

.logo_ee {
    margin-top: 20px;
    margin-bottom: 15px;
}

.legal-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 1200px){
    .col-lg-10 {
    width: 78.33333333%;}
    .col-lg-2 {
    width: 21.666667%;}
    .col-lg-5 {
    width: 31.666667%;}
}


/* CONTENIDO */
.bloque_img {
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.embed-responsive {
    border-radius: 5px;
}

#banner{
max-width: 990px;
height:auto;
border-radius: 5px;
margin-bottom: 0;
}


.titu_prin {
    margin: 0;
    margin-top: 40px;
    color: #D41329;
    font-size: 28px;
}

.linea_titulo {
    text-transform: uppercase;
    width: 100%;
    background-image: url(../img/linea_titulo.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}

span.fblanco {
    background-color: #FFF;
    padding-right: 25px;
}

.titu_sec, .titu_sec2, .titu_sec3 {
    margin: 30px 0%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    color: #D41329;
}

.titu_sec2 {
    font-size: 18px;
}

.titu_sec3 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.esp_prin {
    margin-bottom: -80px;
}

.ima_sec_url {
    background-image: url('../img/backg.jpg');
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    height: 143px;
    position: relative;
    z-index: 10;
}

@media (max-width: 800px) {
    #redes_sociales{
    margin-top:-45%;}
}

@media (max-width: 724px) {
    .ima_sec {
    top: -130px;}
    .esp_prin {
    margin-bottom: -120px;}
}

@media (max-width: 700px) {
    #redes_sociales{
    margin-top:-50%;}
}

@media (max-width: 630px) {
    #redes_sociales{
    margin-top:-55%;}
}

@media (max-width: 570px) {
    #redes_sociales{
    margin-top:-50%;}
#redes_sociales ul li a {
    padding: 10px 0;}
}

@media (max-width: 470px) {
#redes_sociales ul li a i {
    font-size: 18px;}
#redes_sociales ul li a {
    padding: 8px 0;}
}

@media (max-width: 400px) {
    #redes_sociales{
    margin-top:-55%;}
}

@media (max-width: 380px) {
    .ima_sec {
    top: -150px;}
    .esp_prin {
    margin-bottom: -160px;}
}

.side_empleo {
    margin-bottom: 0px;
}

.parrafo, .parrafos, .parrafos_01, .parrafos_02, .parrafos_noti, p, li {
    color: #414042;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
    text-align: justify;
}

.parrafos_noti {
    text-align: left;
}

.parrafos_01 {
    color: #fff;
    margin: 15px 0px;
}

.parrafos_02 {
    margin: 30px 0;
}

.parrafos_ul {
    color: #676767;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 50px;
    text-align: left;
    list-style-type: disc;
}

@media (min-width: 1001px) {
    .dl-horizontal dt {
    width: 35%;
    white-space: inherit;}
    .dl-horizontal dd {
    margin-left: 32%;}
}

.dl-horizontal dt {
    font-weight: bold;}



.paso1, .paso2 {
    color: #414042;
    background: #F5F5F5;
    padding: 20px;
    font-size: 15px;
    margin: 0px;
}

.paso2 {
    background: #474747;
    color: #fff;
}

.paso1 h2, .paso2 h2 {
    margin-top: 10px;
}

.paso2 h2 {
    color: #fff;
}

.verde {
    color: #D41329;
    font-weight: bold;
}

.centrado-boto {
    text-align: center;
}



.conte_noti {
    height: 610px;
    margin: 10% 0% 0 0;
    padding: 24px 35px;
    border: 1px solid #e6e6e7;
    border-radius: 5px;

    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

@media (min-width: 668px) {
    .conte_prin .col-xs-12 {
    width: 50% !important;}
    .conte_noti {
    height: 600px;
    }
}

@media (min-width: 993px) {
    .conte_noti {
    height: 610px;
    }
}

@media (max-width: 667px) {
    .conte_noti {
    height: 650px;
    }
}

@media (max-width: 580px) {
    .conte_noti {
    height: 600px;
    }
}

@media (max-width: 480px) {
    .conte_noti {
    height: 600px;
    }
}

.titu_noti, .titu_2lin {
    margin: 30px 0%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    color: #dc5f13;
    word-wrap: break-word;
    text-transform: uppercase;
}

.conte_noti a:hover {
    color: #dc5f13;
    text-decoration: none;

}

.caption .leer-mas {
    color: #dc5f13;
    position: absolute;
    bottom: 30px;
}

.caption a:hover {
    color: #dc5f13;
    background-color: #D1D3D3;
    border-color: #949798;
}

.img_noti {
    width: 100%;
    display: block;
    max-width: 990px;
    height:auto;
    border-radius: 5px;
    margin-bottom: 0;
}


/* FOOTER */
.footer_uni {
    background: #000;
    width: 100%;
    position: relative;
    margin-top: 50px;
    z-index: 110;
    padding: 15px 0 30px 0;
    border-bottom: 20px solid #fff;
}

.footblanco {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.menu-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;

    border: none;
    list-style: none;
    text-align: left;
    margin-top: 15px;
    padding-left: 0;
}

.menu-footer li, .menu-footer li a, .menu-footer li a:hover {
    color: #fff;
    text-decoration: none;
}

.excep {
    min-height: 171px;
}

.excep-02 {
    margin-top: 30px;
    min-height: 50px;;
}

.padd-foo {
    padding: 0;
    text-align: center;
}

@media (max-width: 991px) and (min-width: 568px) {
    .excep {
    width: 50%;
    }
    .espa-foo {
    margin-top: 0;
    }
    .titu-foo {
    text-align: center;
    }
}

@media (max-width: 768px) {
    .titu-foo {
    text-align: center;
    }

    .espa-foo {
    margin-top: 0;
    }

}

/* FORM */

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form input[type="password"],
.comment-form input[type="password"],
#contact-form textarea,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 49%;
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #D41329;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

#contact-form input[type="reset"],
.comment-form input[type="reset"] {
    width: 49%;
    padding: 12px 10px;
    outline: none;
    border: none;
    background: #D41329;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

.carousel-indicators {
    bottom: 0px;
}

.login_ee ul li a,
body#index .login_ee ul li:nth-child(1) a,
body#egresados .login_ee ul li:nth-child(2) a,
body#estudiantes .login_ee ul li:nth-child(3) a,
body#portal-empresas .login_ee ul li:nth-child(4) a,
body#oficina-empleo .login_ee ul li:nth-child(5) a {
    font-weight: 400;
    padding: 5px 20px;

    margin-top: 5px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    color: #414042;
    text-decoration: none;
    height: 40px;
    background-color: #F1F2F2;
    padding-left: 20px;
    line-height: 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.login_ee ul li a:hover,
body#index .login_ee ul li:nth-child(1) a:hover,
body#egresados .login_ee ul li:nth-child(2) a:hover,
body#estudiantes .login_ee ul li:nth-child(3) a:hover,
body#portal-empresas .login_ee ul li:nth-child(4) a:hover,
body#oficina-empleo .login_ee ul li:nth-child(5) a:hover,
#anuncios .login_ee ul li:nth-child(3) a,
#condiciones_menu .login_ee ul li:nth-child(4) a,
#contactenos .login_ee ul li:nth-child(5) a {
    background-color: #58595B;
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 1000px) {
.carousel-indicators {
    bottom: 0px;}
}

.block-title {
    height: 65px;
    background-color: #CD1627;
    border-bottom: 5px solid #D97087;
    line-height: 65px;
 }




/* TERMINOS */
section .texto-contenido table {
    background-color: #fff;
}

.titulos2 {
    margin: 30px 0%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #414042;
    letter-spacing: 1px;
}

ul.titulos2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 30px 0px;
    text-transform: none;
    letter-spacing: 0px;
    text-align: left;
}

/*numeros en negrilla*/
.ula-nav-ee ul {
	margin: 25px 0;
	padding-right: 40px;
}
.ula-nav-ee li {
	font-size: 16px;
	margin: 12px -7px !important;
	text-align: left;
}
 .ula-contenido {
 	margin-top: 30px;
 }
.ula-contenido .col-md-9 {
	padding-right: 30px;
}
.ula-contenido li {
	margin: 20px;
	margin-left: 2px;
}
.ula-news {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 2px #E8E6EB;
}
.ula-news h2 {
	color: #3D2F54;
	font-size: 24px;
}
.ula-news-img {
	border-right: solid 2px #E8E6EB;
}
ul.ula-list  {
	padding-left: 20px;
}
.ula-list li {
	margin: 15px 0;
}
.panel-group .panel-heading {
    background: #E8E6EB;
}
.ula-footer {
	margin-top: 30px;
	padding: 20px;
	background: #EBEBEB;
	font-size: 12px;
}
ol {
    counter-reset: item;
}
ol li { display: block }

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
}
