.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 10px;
	margin-top: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 10px;
	margin-top: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*parpadeo*/
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/*    placeholder   */
.section-box .your-name input::-webkit-input-placeholder,.section-box .your-email input::-webkit-input-placeholder
,.section-box .your-phone input::-webkit-input-placeholder,.section-box .your-message textarea::-webkit-input-placeholder {
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.section-box .your-name input::-moz-placeholder,.section-box .your-email input::-moz-placeholder
,.section-box .your-phone input::-moz-placeholder,.section-box .your-message textarea::-moz-placeholder{
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.sidebar-contacto .your-city input::-webkit-input-placeholder,.sidebar-contacto .your-name input::-webkit-input-placeholder,.sidebar-contacto .your-lastname input::-webkit-input-placeholder,.sidebar-contacto .your-email input::-webkit-input-placeholder
,.sidebar-contacto .your-phone input::-webkit-input-placeholder,.sidebar-contacto .your-message textarea::-webkit-input-placeholder {
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.sidebar-contacto .your-city input::-moz-placeholder,.sidebar-contacto .your-name input::-moz-placeholder,.sidebar-contacto .your-lastname input::-moz-placeholder,.sidebar-contacto .your-email input::-moz-placeholder
,.sidebar-contacto .your-phone input::-moz-placeholder,.sidebar-contacto .your-message textarea::-moz-placeholder{
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}


.btn{
    
}
/*    CUSTOM     */
.wp-caption-text{
    font-size: 9px;
    padding: 10px;
    margin-right: 10px;
    background: rgba(215,210,148,0.2);
    font-weight: 700;
}
.cita{
    font-size: 8pt;
    position: absolute;
    margin-top: -5px;
    display: inline-block;
}
blockquote{
    color: rgba(5, 86, 142, 1);
    font-style: oblique;
    border: 0px;
    margin:10px;
}
blockquote p{
    font-size: 16px;
    font-weight: 700;
}
h1,h2,h3,h4{
    color: rgba(5, 86, 142, 1);
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
h1{
    font-size: 25px;
    color: rgba(5, 86, 142, 1);
    border-bottom: 2px solid rgba(5, 86, 142, 1);
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2{
    margin-top: 15px;
    font-size: 22px;
}
h3{
    font-size: 19px;
}
h4{
    font-size: 16px;   
}
a{
    font-size: 14px;  
    font-family: 'Roboto', sans-serif;
}
a:hover{
    text-decoration: none;
}
.header-logo-comunidad{
    /*margin-top: -60px;*/ 
    margin-top: 16px; 
    float:right;
}
.header-logo-ceub{
    width: 65px;
    margin-right: 100px;
    margin-top: -60px; 
    float:right;
}
.ver-mas{
    font-size: 11px;
}
.fecha-noticia{
    font-size: 11px;
    font-weight: 600;
    color:#333;
}
p{
    font-weight: 300;
    font-size: 13px;
    text-align: justify;
}
ol{
    padding:0 0 0 14px;
    margin: 0 0 15px 0;
}
ol li{
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0;
    padding: 0 0 0 2px;
}
ul{
    padding:0 0 0 14px;
    margin: 0 0 15px 0;
}
ul li{
    list-style-image: url("../images/list-bullet.png");
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0;
    padding: 0 0 0 2px;
}
table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;   
}
.indice-section{
    margin-top: 30px;
}
table tr{
    
}
table tr th{
    text-align: center;
    background: #05568E;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
table tr td{
    padding: 8px 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #dddddd;
    font-weight: 300;
    font-size: 13px;
}
table tr td ul{
    padding-left: 16px;
    margin-bottom: 0px;
}
table tr td ul li{
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0;
    list-style-image: url("../images/list-bullet.png");
}
.ofertas_academicas{
    background: url("../images/fondo_rayado.jpg");
}
.ofertas_academicas a{
    float: left;
    margin-bottom: 40px;
}
.ofertas_academicas a img{
    width: 100%;
    border-right: 5px solid rgba(5, 86, 142, 1);
    border-bottom: 5px solid rgba(251, 188, 24, 0.95);
    margin-bottom: 15px;
}
.ofertas_academicas a h3{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.video-display{
    display: block;
    text-align: center;
}
.video-display embed{
    width: 70%;
    height: 350px;
    margin-bottom: 30px;
    margin-top: 10px;
}

/*    SIDEBAR VIDEO YOUTUBE    */
.video-display-sidebar{
    display: block;
    text-align: center;
}
.video-display-sidebar embed{
    width: 100%;
    height: 175px;
    margin-bottom: 0px;
    margin-top: 0px;
}



/*    HEADER    */
#header{
    padding-top: 5px;
    background: rgba(5,86,142,1);
    height: 110px;
    border-bottom: 8px solid rgba(251, 188, 24, 0.95);
}

#header .title-home{
  float: left;
  margin: 0px;
  padding: 0px;
  border:0px;
}

#header .title-home a{
    margin: 0px 35px 0px 0px;
    padding: 0px;
    /*background: url("../images/header-logo4.png") no-repeat center;*/
    background: url("../images/headerlogo.png") no-repeat center;
    width: 218px;
    height: 90px;
    font-size: 0px;
    color: transparent;
    display: inherit;
    background-size: contain;
}

/*BREADCUMB*/
.breadcrumb{
    background: none;
    font-family: 'Roboto', sans-serif;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}

.breadcrumb span, .breadcrumb a{
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;    
    text-transform: uppercase;
}
.breadcrumb a{
    color: #d54d15;
}
.breadcrumb .breadcrumb_sep{
    margin: 0 3px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/*SIDEBAR*/
.sidebar-title h3{
    background: rgba(5,86,142,1);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: white;
    border-left: 8px solid rgba(251, 188, 24, 0.95);
    padding: 7px 0px 5px 8px;
    margin-bottom: 0px;
}
.sidebar-box .redes-sociales{
    text-align: center;
}
.sidebar-box .redes-sociales a{
    margin: 0px 15px;
}
.sidebar-box{
    border-bottom: 2px solid rgba(5,86,142,1);
    margin-bottom: 30px;
    margin-top: 5px;
}
.sidebar-box .content-sidebar{
    padding: 10px 5px 10px 9px;
}
.sidebar-box .content-sidebar label{
    color: rgba(5,86,142,1);
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
}
.sidebar-box .content-sidebar p{
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
}

.list-sidebar{
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}
.list-sidebar li{
    margin: 5px 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(5,86,142,1);
    position: relative;
    min-height: 60px;
}
.list-sidebar li .class_thumb p{
    margin-right: 60px;
}
.list-sidebar li .image-thumb{
    position: absolute;
    right: 0px;
    top: 3px;
}
.list-sidebar li a{
    color: rgba(5,86,142,1);
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.list-sidebar li:last-child{
    border-bottom: 0px;
}


/*MENU*/
#navigation{
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    float: right;
}
#navigation li{
    z-index: 100;
    float: left;
    list-style: none;
    /*margin: 0px 8px;*/
    position: relative;
    padding-bottom: 4px;
    padding-top: 4px;
}
#navigation li:last-child{
    margin-right: 0px;
}
#navigation li:first-child{
    margin-left: 0px;
    margin-right: 8px;
}
#navigation li a{
    color: #ffffff;
    /*color: #05568E;*/
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 10px;
    padding-bottom: 5px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.60);*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    
}
#navigation li:hover{
    /*background: rgba(5, 86, 142, 0.90);*/
    background: rgba(251, 188, 24, 0.95);
    box-shadow: 1px 2px 3px #333;
}
#navigation li:hover a{
    /*border-bottom: 3px solid rgba(251, 188, 24, 0.95);*/
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#navigation li:hover .sub-menu li a{
    border-bottom: 0px;
}
/* primer nivel*/
#navigation li .sub-menu{
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    position: absolute;
    display: none;
    float: none;
    width: 175px;
    padding-left:0px;
    background: rgba(5, 86, 142, 0.95);
    top: 32px;
    border-top: 3px solid rgba(251, 188, 24, 0.95);
    margin-left: -2px;
}
#navigation li .sub-menu li{
    position: relative;
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0px;
    padding: 4px 8px;
    display: block;
}
#navigation li .sub-menu li:hover ul{
    display: block;
}
#navigation li .sub-menu li:hover{
    background: #dfc040;
}
#navigation li .sub-menu li:last-child{
    border-bottom: 0px;
}
#navigation li .sub-menu li a{
    text-transform: none;
    color: white;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}
#navigation li:hover ul{
    display: block;
}
/* Segundo nivel*/
#navigation li .sub-menu li ul{
    border: 0px;
    display: none;
    position: absolute;
    left: 175px;
    top: -1px;
    background: rgba(1, 63, 107, 0.85);
}
#navigation li .sub-menu li ul li:hover{
     background: rgba(223,192,64,0.85);
}
#navigation li .sub-menu li ul li a{
    color: white;
}

/*HEADER SEARCH*/ 
.form_search{
    
    display: none;
   
}

.header-search-box{
    float: left;
}
.header-search-box .search{
/*    margin-top: 0px;
    display: inline-block;*/
    display: none;
}
.header-search-box .search img{
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
    margin-left: 15px;
}
/*    HEADER SEARCH FORM   */

.form_search{
    display: block;
    position: relative;
    /* right: 82px; */
    top: 10px;
    left: 15px;
    /* z-index: 100; */
    /*border: 0px;*/
    border: 1px solid #05568e;
    height: 24px;
    font-size: 14px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.form_search #s{
    border: 0px;
    height: 23px;
    padding: 0px 22px 0px 5px;
    width: 155px;
    border-radius: 0px;
    background: #fff;
    font-size: 12px;
}
.form_search #boton_search{
    position: absolute;
    top: 4px;
    right: 2px;
    /* margin-left: -20px; */
    border: 0px;
    height: 15px;
    width: 15px;
    margin-right: 2px;
    padding: 0px 7px;
    background: #fff url(../images/form-search-icon.png) no-repeat center;
    background-size: cover;
}

/*  WIDGET CONTACTO */

.contact-form-area {
    text-align: center;
    padding: 10px 10px 0 10px;
}
.contact-form-area .your-programa{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.contact-form-area .your-name, .contact-form-area .your-lastname, .contact-form-area .your-phone,
.contact-form-area .your-email, .contact-form-area .your-city{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.contact-form-area .your-name input, .contact-form-area .your-lastname input, .contact-form-area .your-phone input,
.contact-form-area .your-email input, .contact-form-area .your-city input, .contact-form-area .your-programa input{
    border: 1px solid rgba(5,86,142,0.5);
    background:white;
    border-radius: 0px;
    height: 25px;
    width: 100%;
    padding-left: 5px;
}
.contact-form-area .your-lastname input, .contact-form-area .your-email input{
}
.contact-form-area .your-programa input{
    width: 100%;
}
.contact-form-area .textarea-909 textarea{
    width: 100%;
    border: 1px solid rgba(5,86,142,0.5);
    background:white;
    border-radius: 0px;
    height: 100px;
    padding: 10px;
    margin-bottom: 5px;
}
.contact-form-area input.btn-primary{
    margin-top: 0px;
    /*color: #333333;*/
    color: #ffffff;
    padding: 5px 15px;
    border: 0px;
    text-shadow: 1px 1px 2px rgba(1,1,1,0.8);
    font-weight: 700;
    margin-top:15px;
    
}
.contact-form-area .ajax-loader{
    position: absolute;
    right: 30px;
}
.contact-form-area .wpcf7-list-item.first{
    margin: 0px;
}
.contact-form-area p{
    font-size: 12px;
}


/*    CONTENT    */
.seccion-oferta-academica .section-title{
    font-size: 28px;
    display: inline-block;
    padding: 11px 10px 0 10px;
}
.seccion-oferta-academica .section-title:hover{
    color: rgb(251, 188, 24);
}
.ofertas_academicas_gestion a{
    margin: 15px 10px;
    display: inline-block;
}
.uasb_prensa_box{
    padding: 5px 15px 15px 15px;
    width: 300px;
    position: fixed;
    top: 22%;
    right: 4%;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 22px rgba(1,1,1,0.8);
    text-align: center;
}
.uasb_prensa_box .slide-uasb-prensa{
    text-align: left;
}
div.wpcf7-mail-sent-ok{
    font-size: 11px !important; 
}
div.wpcf7-validation-errors{
    font-size: 11px !important;
}
span.wpcf7-not-valid-tip{
    font-size: 10px !important;
    margin-top: 4px !important;
}
h2 .indice img{
    float: right;
}
.content-page{
    margin-bottom: 50px;
}
.contacto-responsive{
    margin: 30px 0 30px 0;
    display: none;
    text-align: center;
}
.contacto-responsive a{
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(5, 86, 142, 1);
    color: white;
    padding: 10px 30px;
}
.section{
    height: 50px;    
    text-align: center;
/*    border-bottom: 3px solid rgba(5,86,142,1);
    border-top: 3px solid rgba(5,86,142,1);*/
}
.section-box{
    padding-bottom: 30px;
    
}
.section-title{
    color: white;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    display: block;
    padding: 8px 0;
    font-size: 30px;
    margin-bottom: 70px;
    font-family: 'Roboto', sans-serif;
    padding-top: 8px;
}
.section a{
    margin: 0px;
    float: none;
}

/*  CONTACT PAGE    */
.table-contact{
    border: 0px;
    margin-top: 105px;
    margin-bottom: 10px;
}
.table-contact tr{
    border: 0px;
}
.table-contact tr td{
    margin:0px;
    padding: 8px 0px;
    border: 0px;
}
.table-contact tr td table{
    border: 0px;
}
.table-contact tr td table tr td{
    margin:0px;
    padding: 0px;
}


/*    AREAS    */
.areas{
    /*background: rgba(0, 119, 192, 0.8);*/
    background: rgba(5, 86, 142, 1);
}


/*HOME PROGRAMA*/

.curso-virtual {
    display:block;
    width: 170px;
    height: 170px;
    /*//margin:285px 43px 0 43px;*/
    margin-bottom: 30px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.curso-virtual i{
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.curso-virtual a h3{
    font-size: 16px;
    color: white;
}
.curso-virtual a img{
    margin-bottom: 10px;
}
.curso-virtual a{
    width: 160px;
    height: 160px;
    display: table-cell;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    color: white;
    line-height: 20px;
    font-family: "Open Sans Condensed",sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    position: relative;
    vertical-align: bottom;
    padding-bottom: 28px;
}
.curso-virtual-border-1{
    border: 5px solid rgba(229, 50, 45, 1);
}
.curso-virtual-border-1:hover{
    border: 5px solid rgba(229, 50, 45, 0.85);
}
.curso-virtual-1{
    background: rgba(229, 50, 45, 1);
}
.curso-virtual-1:hover{
    background: rgba(229, 50, 45, 0.85);
}
.curso-virtual-border-2{
    border: 5px solid rgba(28, 178, 201, 1);
}
.curso-virtual-border-2:hover{
    border: 5px solid rgba(28, 178, 201, 0.85);
}
.curso-virtual-2{
    background: rgba(28, 178, 201, 1);
}
.curso-virtual-2:hover{
    background: rgba(28, 178, 201, 0.85);
}
.curso-virtual-border-3{
    border: 5px solid rgba(249, 178, 0, 1);
}
.curso-virtual-border-3:hover{
    border: 5px solid rgba(249, 178, 0, 0.85);
}
.curso-virtual-3{
    background: rgba(249, 178, 0, 1);
}
.curso-virtual-3:hover{
    background: rgba(249, 178, 0, 0.85);
}
.curso-virtual-border-4{
    border: 5px solid rgba(160, 112, 61, 1);
}
.curso-virtual-border-4:hover{
    border: 5px solid rgba(160, 112, 61, 0.85);
}
.curso-virtual-4{
    background: rgba(160, 112, 61, 1);
}
.curso-virtual-4:hover{
    background: rgba(160, 112, 61, 0.85);
}
.curso-virtual-border-5{
    border: 5px solid rgba(207, 51, 70, 1);
}
.curso-virtual-border-5 a{
    padding-bottom: 35px;
}
.curso-virtual-border-5 i{
    top: 43px;
}
.curso-virtual-border-5:hover{
    border: 5px solid rgba(207, 51, 70, 0.85);
}
.curso-virtual-5{
    background: rgba(207, 51, 70, 1);
}
.curso-virtual-5:hover{
    background: rgba(207, 51, 70, 0.85);
}
.curso-virtual-border-6{
    border: 5px solid rgba(236, 116, 4, 1);
}
.curso-virtual-border-6 a{
    padding-bottom: 20px;
}
.curso-virtual-border-6:hover{
    border: 5px solid rgba(236, 116, 4, 0.85);
}
.curso-virtual-6{
    background: rgba(236, 116, 4, 1);
}
.curso-virtual-6:hover{
    background: rgba(236, 116, 4, 0.85);
}
.curso-virtual-border-7{
    border: 5px solid rgba(39, 162, 45, 1);
}
.curso-virtual-border-7 a{
    padding-bottom: 17px;
}
.curso-virtual-border-7:hover{
    border: 5px solid rgba(39, 162, 45, 0.85);
}
.curso-virtual-7 i{
    top: 45px;
}
.curso-virtual-7{
    background: rgba(39, 162, 45, 1);
}
.curso-virtual-7:hover{
    background: rgba(39, 162, 45, 0.85);
}
.curso-virtual-border-8{
    border: 5px solid rgba(0, 138, 201, 1);
}
.curso-virtual-border-8 a{
    padding-bottom: 23px;
}
.curso-virtual-border-8:hover{
    border: 5px solid rgba(0, 138, 201, 1);
}
.curso-virtual-8{
    background: rgba(0, 138, 201, 1);
}
.curso-virtual-8 i{
    top: 43px;
}
.curso-virtual-8:hover{
    background: rgba(0, 138, 201, 0.85);
}
.curso-virtual-border-9{
    border: 5px solid rgba(13, 73, 114, 1);
}
.curso-virtual-border-9:hover{
    border: 5px solid rgba(13, 73, 114, 0.85);
}
.curso-virtual-9{
    background: rgba(13, 73, 114, 1);
}
.curso-virtual-9:hover{
    background: rgba(13, 73, 114, 0.85);
}
.curso-virtual-border-10{
    border: 5px solid rgba(119, 28, 127, 1);
}
.curso-virtual-border-10:hover{
    border: 5px solid rgba(119, 28, 127, 0.85);
}
.curso-virtual-10{
    background: rgba(119, 28, 127, 1);
}
.curso-virtual-10:hover{
    background: rgba(119, 28, 127, 0.85);
}






/*    LIST ARCHIVE   */
.list-archive{
    margin:0px;
    padding:0px;
}
.list-archive li{
    position: relative;
    list-style: none;
    margin:0px 0px 13px 0px;
    padding:0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.list-archive li:last-child{
    border-bottom: none;
}
.list-archive li h3{
    margin-bottom: 6px;
}
.list-archive li h3 a{
    color: rgba(5, 86, 142, 1);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: none;
    display: inline-block;
}
.list-archive .section-tags a{
    margin-top: 1px;
    float: right;
    margin-left: 10px;
    background: #115E94;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 2px 5px;
    font-weight: 600;
}
.list-archive .section-tags .date-text{
    color: #666;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 700;
}
.list-archive .section-tags a{
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.list-archive li p{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 300;
}
.list-archive li .ver-mas{
    font-size: 12px;
}
.list-archive li img{
    position: absolute;
    top: 5px;
    right: 0px;
}
.list-archive li .image-display{
    margin-right: 115px;
    min-height: 100px;
}
.list-archive li .autor-noticia{
    padding-top: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #333333;
    margin: 0px 0px 0px 0px;
    font-family: 'Merriweather', serif;
    text-transform: none;
}
.list-archive li .fecha-noticia{
    font-size: 11px;
    font-weight: 600;
    color: #666;
    position: relative;
    top:-2px;
    font-family: 'Merriweather', serif;
}

/*  PAGENAVI    */

.pagenavi .wp-pagenavi{
    
}
.pagenavi .wp-pagenavi .pages{
    display: none;
}
.pagenavi .wp-pagenavi span, .pagenavi .wp-pagenavi a{
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.pagenavi .wp-pagenavi .nextpostslink,.pagenavi .wp-pagenavi .previouspostslink{
    font-size: 17px;
}

/*    NOVEDADES    */
.novedades{
    background: rgba(5, 86, 142, 1);
    /*background:  rgba(0, 140, 195, 0.8);*/
}
.novedades-box img{
    width: 220px;
    height: 170px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 2px rgba(1, 1, 1, 0.4);
}
.novedades-box hr{
    margin-top: 0px;
    /*border: 2px solid rgba(5,86,142,1);*/
    border: 2px solid rgba(251, 188, 24, 0.95);
    width: 60px;
    /*float: left;*/
    margin-bottom: 10px;
    display: inline-block;
}    
.novedades-box h3{
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}
.novedades-box p{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin: 0px 0px 0px 0px;
}
.novedades-box .fecha-noticia{
    font-size: 11px;
    font-weight: 600;
    color:#666;
    position: relative;
    top: -2px;
}

/*    COMENTARIOS    */
.comentarios{
    background: rgba(5, 86, 142, 1);
    /*background:  rgba(0, 140, 195, 0.8);*/
}


/*    TABLE SEDES    */
.table-sedes{
    margin-top: 50px;
}
.table-sedes tr{
    border: 0px;
}
.table-sedes tr td{
    border: 0px;
    text-align: center;
}
.table-sedes tr td img{
    border-bottom: 5px solid rgba(251, 188, 24, 1);
    width: auto;
    height: auto;
}
.table-sedes tr td a{
    color: rgba(5,86,142,1);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
/*  UASB EN LA PRENSA  */

.titulo-prensa{
    display: block;
    color: rgba(5,86,142,1);
    text-align: left;
    padding: 12px 0 7px 0;
    text-transform: uppercase;
    /*margin-bottom: 15px;*/
    font-size: 16px;
    border-bottom: 3px solid rgba(5,86,142,1);
}
.list_uasb_prensa{
    margin-top: -15px;
}
.slide-uasb-prensa{
    padding: 0px;
    list-style: none;
    min-height: 60px;
    margin: 10px 0px 20px 0px;
    position: relative;
}
.slide-uasb-prensa img{
    position: absolute;
    display: inline-block;
}
.slide-uasb-prensa .texto{
    display: inline-block;
    margin-left: 60px;
}
.slide-uasb-prensa .texto.texto-sin-imagen{
    margin-left: 0px;
}
.slide-uasb-prensa .texto h3{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #333;
}
.slide-uasb-prensa .texto p{
    font-size: 11px;
    margin-bottom: 0px;
}

/*    CONTACTO    */
.contacto{
    /*background: rgba(251, 188, 24, 1);*/
    /*background: rgba(45, 136, 165, 1);*/
    background: rgba(5, 86, 142, 1);
}
.contact_home{
    text-align: center;
    padding-right: 20px;
}

 

/*    FOOTER    */

#footer{
    border-top: 8px solid rgba(251, 188, 24, 0.95);
    background: rgba(5, 86, 142, 1);
    padding: 2px 0 20px 0;
}
#footer h3{
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family:'Roboto', sans-serif;
}
#footer .redes-sociales.redes-sociales-home{
    margin-top: 0px;
    text-align: left;
}
#footer .redes-sociales{
    margin-top: 0px;
    text-align: center;
}
#footer .redes-sociales a{
    margin:0 10px 0 0px;
    display: inline-block;
}
#footer .redes-sociales h3{
    display: inline-block;
    margin-right: 15px;
}
#footer .redes-sociales h4{
    font-size: 12px;
    color: white;
    font-weight: 700;
    font-family:'Roboto', sans-serif;
}
#footer table tr td{
    border: 0px;
    vertical-align: middle;
    font-size: 12px;
    color: white;
    padding: 3px 0px;
    font-family:'Roboto', sans-serif;
}
#footer table tr td a{
    font-size: 12px;
    color: white;
}
#footer table tr td img{
    /*margin-right: 5px;*/
}
.footer-logo{
    width: 120px;
    margin-top: 15px;
    margin-left: 15px;
}

.table-form-contact{
    border: 0px !important;
    margin-bottom: 0px;
}
.table-form-contact tr td{
    border: 0px !important;
}

.table-form-contact tr td input{
    width: 100%;
    border: 1px solid rgba(5, 86, 142, 0.8);
    background: white;
    padding: 0 10px;
    height: 30px;
}
.table-form-contact tr td textarea{
    width: 100%;
    border: 1px solid rgba(5, 86, 142, 0.8);
    background: white;
    padding: 10px;
    height: 100px;
}
.table-form-contact tr td .btn-primary{
    width: auto;
    background: #f2bb21;
    float:left;
    border :#015594;
    padding: 5px 20px;
}
div.wpcf7 .ajax-loader{
    float: right;
}
.ofertas_academicas_responsive{
    display: none;
}
.pics{
    width: auto !important; 
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px;
    left: 0 !important;
    right: 0 !important;
    position: absolute;
}
.pics img{
    margin-left: auto !important;
    margin-right: auto !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    background: none !important;
}
/*Slider novedades homepage*/
.slider {
    width: 73%;
    margin: 0px;
    padding: 0px;
}
.slider .col-md-2{
  margin: 0px !important;
  padding: 0px !important;
}
.slick-slide {
  margin: 0px 10px;
  padding: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/*RESPONSIVE*/
@media (max-width: 1300px) {
    #navigation li a{
        padding: 0px 5px;
        font-size: 16px;
    }
    #navigation li.menu-item-202 a{
        width: 18px;
        height: 19px;
    }
    .form_search #s{
        width: 130px;
    }
    #header .title-home a{
        width: 180px;
        background-size: contain;
    }
    .header-logo-comunidad{
        width: 80px;
        height: auto;
    }
}
@media (max-width: 1100px) {
    #header .title-home a{
        margin-right: 20px;
    }
    #navigation li a{
        font-size: 15px;
    }
    #header .title-home a{
        width: 150px;
    }
    .headertext .mob-standard-logo{
    height: 60px ;   
    }
    .mob-menu-header-holder{
        border-bottom: 8px solid rgba(251, 188, 24, 0.95);
    }
    .imagen-visitanos{
        width: 100%;
        height: auto;
    }
    .table-contact {
     margin-top: 24%;   
    }
    .carousel-control.right{
    right: 0.05%;   
    }
}
@media (max-width: 800px) {
    #s3{
        display: none;
    }
    .btn-slide{
        display: none;
    }
    .header-logo-ceub{
        display: none;
    }
    .header-search-box{
        display: none;
    }
    .navi{
        display: none;
    }
    .header-logo-comunidad{
        display: none;
    }
    .navigation{
        display: none;
    }
/*    .title-home{
        display: none;
    }*/
    #header{
        position: fixed;
        height: 90px;
        text-align: center;
        width: 100%;
        background-size: cover;
        z-index: 1;
    }
    button#responsive-menu-button{
        width: 40px;
        height: 40px;
        top: 20px;
    }
    .content-page{
        padding-top: 90px;
    }
    .content-home{
        padding-top: 90px;
    }
    #header .title-home{
        border: 0px;
        float: none;
        display: inline-block;
        height: 70px;
        margin-top: 5px;
    }
    #header p.title-home{
        margin-top: 10px;
    }
    #header .title-home a{
        display: inline-block;
        width: 165px;
        margin: 0px;
        border: 0px;
        position: relative;
        top: -23px;
    }
    .responsive-menu-box{
        height: 20px !important;
    }
    #responsive-menu-container .responsive-menu-search-box{
        height: 35px !important;
    }
    h1{
        font-size: 20px;
    }
    h2{
        font-size: 18px;
    }
    .alignleft{
        float: none;
        width: 100%;
        height: auto;
    }
    .alignleft img{
        width: 100%;
        height: auto;
    }
    .alignright{
        float: none;
        width: 100%;
        height: auto;
    }
    .alignright img{
        width: 100%;
        height: auto;
    }
    .aligncenter{
        float: none;
        width: 100%;
        height: auto;
    }
    .aligncenter img{
        width: 100%;
        height: auto;
    }
    .wp-caption{
        margin: 0px;
    }
    .wp-caption-text{
        margin-right: 0px;
    }
    .imagen-visitanos{
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
    .table-contact{
        margin-top: 0px;
    }
    .video-display embed{
        width: 100%;
        height: 200px;
    }
    .seccion-oferta-academica{
        width: 50%;
    }
    .seccion-oferta-academica .section-title{
        font-size: 14px !important;
        display: inline-block;
        padding: 13px 10px 0 10px;
        margin-bottom: 0;
    }
    .ofertas_academicas_gestion a{
        width: 42%;
    }
    .ofertas_academicas_gestion a img{
        width: 100%;
    }
}
@media (max-width: 700px) {
    .contacto-responsive{
        display: block;
    }
    
    
}
@media (max-width: 690px) {
    .novedades-box img{
        width: 100%;
    }
    .uasb_prensa_box{
        display: none;
    }
    .section-title{
        font-size: 20px;
        padding-top: 14px;
    }
    #footer{
        text-align: center;
        padding-top: 20px;
    }
    #footer table{
        width: 50%;
        text-align: left;
        display: unset;
    }
    #footer table tr td{
        padding-left: 10px;
    }
    .footer-logo{
        margin:0px;
    }
    #footer h3{
        font-size: 14px;
    }
    #footer .redes-sociales h3{
        display: block;
        margin-right: 10px;
    }
    #footer .redes-sociales.redes-sociales-home{
        text-align: center;
    }
    .section .areas{
        text-align: center;
    }
    .areas{
        margin-bottom: 25px;
    }
    
    .ofertas_academicas a img{
        width: 90%;
    }
    .ofertas_academicas a{
        float: left;
        margin-left: 10px !important;
        margin-bottom: 15px !important;
        width: 28%;
        text-align: center;
        padding-top: 5px;
    }
    .ofertas_academicas_responsive{
        display: table; 
    }
    .ofertas_academicas_normal{
        display: none; 
    }
    .novedades-box img{
        margin-top: 30px;
    }
    .table-sedes tr td img{
        width: 100%;
    }
    .table-sedes tr td a{
        font-size: 15px;
    }
    .slick-slide {
      margin: 0px 40px;
      padding: 0px;
    }
    .slider {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
}
@media (max-width: 400px) {

}