/*img@charset "utf-8";*/
/* CSS Document */

body {
    padding-left:0px;
    padding-right:0px;
    font-family: ebrima,Arial;
    color: #494949 ;
}
/*
a,h1,h2,h3,h4,h5,h6,p,span,div{
   font-family: ebrima;
}
*/
h1{
    font-size: 2em;
    line-height: 29px;
}
h2{
    font-size: 1.5em;
    line-height: 24px;
}
h3{
    font-size: 1.3em;
    line-height: 20px;
}
h4{
    font-size: 1.1em;
    line-height: 16px;
}
h5{
    font-size: 0.9em;
    line-height: 12px;
}
h6{
    font-size: 0.8em;
    line-height: 9px;
}
td{
  padding: 0;
}
a:hover{
    text-decoration: none;
}

#footer-main .left{
    float: left;
}
#footer-main .right{
    float: right;
}

table tr > td,table tr > th {
    background-color: #f2f8ff;
    border: 2px solid #fff;
    padding: 5px;
    color:#696969;
}

form table tr > td,table tr > th {
    vertical-align: top;
}
table tr > td a {
    vertical-align: top;
    line-height: 20px;
}
table th p {
    margin: 0;
}

table tr:nth-child(2n+1) > td {
    background-color: #eaf4ff;
}
table tr.titulo th,table tr.titulo td,table tr th{
     background-color: #89a8d3;
     color: #fff;
     font-family: times new roman;
     font-size: 20px;
     font-weight: normal;
     /* acordero 16 November 2015 (Monday, wk47) text-transform: capitalize;*/

}

#top-main{
    background-color:#234b83 ;
    background-image:url(../images/fondo-top.png) ;
        border-top: 5px solid #1A3F72;
        margin-bottom: 25px;

}
#footer-main{
    background-color:#3f7acc ;
}


#top-second,#footer-second,#content-second{
    max-width:1050px;
    margin:auto;
    position:relative;

}
#top-container,#footer-container,#content-container{
    margin-left:37px;
}
#content-container{
    min-height: 300px;
    padding-bottom: 30px;
}
/******top****************************************************/


/********************/


/****menu secondary*******/
#menu-secondary{
    height:50px;
    float:right;
}
#list-menu-secondary{
    overflow: visible;
}
#menu-secondary >ul>li{
    float: right;
    list-style:none;
    background-color:#1A3F72;
    height:26px;
}
#menu-secondary li a{
    padding-left:10px;
    padding-right: 10px;
    vertical-align:top;
    color:#fff;
    font-size:13px;
    font-family:ebrima,Arial;
}
#menu-secondary li a:hover{
    color:#fa8072;
}
#menu-secondary li.normal {
    background-image: url("../images/separator-menu-secondary.png");
    background-position:0px;
    background-repeat:no-repeat;
}
#menu-secondary li.first{
     background-image: url("../images/men-a.png");
     width:28px;
     background-color:transparent;
         background-repeat: no-repeat;
}
#menu-secondary li.last {
     background-image: url("../images/men-b.png");
     background-color:transparent;
        padding-left: 15px;
        text-align: center;
        width: 141px;
}

#menu-secondary li.first a,#menu-secondary li.last a{
     color:#90beff;
         font-size: 14px;
         font-weight: bold;
}
#menu-secondary li.active a{
    text-decoration: underline;
}
#menu-secondary li.last .flecha{
    background-image: url("../images/flecha-abajo-top.png");
    background-repeat: no-repeat;
    height: 6px;
    width: 11px;
    position: absolute;
    bottom: -3px;
    left: 75px;
}


/****end menu secondary********/
/****logo***********/
#logo{
   float: left;
    position: relative;
    top: 10px;
    z-index: 1;
    height: 90px;
    width: 351px;
    display: block;
    top: 26px;
    background-color: #3F7ACC;
    text-align: center;
}
#logo img{
    margin-top: 5px;
}
/****end logo************/
/****idioma and search***************/
#idioma-search{
  height: 70px;
    text-align: right;
    position:relative;
}
#idioma-search #div-idioma{
  display: inline-block;
    margin-bottom: 7px;
    position: relative;
    right: 0;
    width: 120px;

}
#idioma-search #div-idioma .idioma{
    width: 16px;
    height: 11px;
    line-height: 11px;
}
#idioma-search #div-idioma .others{
    background-image: url("../images/flecha-abajo.png");
    background-position:right;
    background-repeat:no-repeat;
    padding-right:13px;
        color:#fff;
}

#div-search input[name='q']{
   background-color: transparent;
    background-image: url("../images/search-input.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 27px;
    margin: 0;
    padding-left: 13px;
    padding-right: 12px;
    width: 164px;
    padding-bottom:0;
    padding-top:0;
    position:relative;
    left:5px;

}

#div-search input[type='submit'],#div-search button[type='submit']{
    background-color: transparent;
    background-image: url("../images/search-boton.png");
    background-repeat: no-repeat;
    border: medium none;
    width: 42px;
    height: 27px;
    padding:0;
    margin:0;

}

/******end idioma and search*****************/

/****** menu**********/
#top-container .navbar .navbar-inner{
    background-color:#234B83 ;
    background-image:none ;
    border:none;
    filter:none;
    padding-left:0;
    padding-right:0;

}
#top-container .navbar .navbar-inner a{
    font-size:16px;
    font-family:Ebrima,Arial;
    color:#fff;
    font-weight:normal;
    box-shadow: none;
    text-shadow:none;
    line-height:26px;
    text-transform: uppercase;
    padding-left:12px;
    padding-right:12px;
}
#top-container .navbar .navbar-inner li.active a{
    border-left: 1px solid #234B83;
    border-right: 1px solid #234B83;
}
#top-container .navbar .navbar-inner li.active a,
#top-container .navbar .navbar-inner li:hover a
{
    background-color:#2F67B5 ;
}
#top-container .navbar{
    float: left;
    margin-bottom: 0;
    width: 662px;

}
#top-container .navbar.navbar-inverse .btn-navbar{
    background-color: #133B73;
    background-image: none;
}


/**end menu**************/


/**************carousel*********/
#myCarousel{
    position: relative;
}

#myCarousel .item {
    position: relative;
}
#myCarousel .item a.text{
  bottom: 20px;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    text-decoration: none;
}
#myCarousel .item a.text span{
    color: #f66d60;
    font-size: 24px;
}
#myCarousel .item a.text[href]:hover{
    /* acordero 20 November 2014 (Thursday, wk47) */
    /* font-size: 21px;*/
    color:#E6E6E6;
}
#myCarousel .item a.text[href]:hover span{
    /* acordero 20 November 2014 (Thursday, wk47) */
    /* font-size: 25px; */
    color:#DE8C78;
}


#myCarousel  .item img{
    display: block;
    width: 100%;
    height: auto;
    }


#myCarousel .owl-theme .owl-controls{
    position: absolute;
    right: 0px;
    top: 0px;
}

#franja-azul-carousel{
    background-image:url(../images/transparent-azul.png) ;
    bottom: 0;
    height: 100%;
    left: 37px;
    position: absolute;
    width: 351px;
    float: left;
}

#about-upeace{
    background-image: url(../images/about-upeace.png) ;
    background-repeat: no-repeat;
    position: absolute;
    padding-left: 20px;
    width: 181px;
    height: 72px;
    display: block;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    line-height: 66px;
    color: #fff;
    text-align: center;
}
#about-upeace:hover{
    color:#525252;
}
#franza-azul-bottom{
    background-color: #3F7ACC;
    bottom: -25px;
    height: 25px;
    left: 37px;
    position: absolute;
    width: 351px;
    float: left;
}

/***********end ***carousel*********/
/******end top**************************************************************/

.dropdown-menu{
    text-align:left;
}
.dropdown-menu a{
    color:#90BEFF !important;
}

/******home home home*****************************************************************/
    #home {
        margin-right: 10px;
    }
    #home .video,#home .new{
        float: left;
        color: #fff;

       height: 200px;
    }
    #home .video{
        width: 351px;
       background-color: #000;
    }
    #home .news{
        float: left;
    }


    #home .new{
       background-color:#3f7acc;
      font-size: 15px;
      width: 326px;
      position: relative;
    }

    #home .new.last{
       background-image:url(../images/separator-news-home.png) ;
       background-repeat: no-repeat;
       background-position: left;
    }
    #home .new > div{
        margin: 20px;
    }
    #home .new span{
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 16px;
    }
    #home .new .see-more{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    #home .new .see-more:hover{
        color:#525252;
    }
    #home .container-fluid{
         background-color: #EEEEEE;
         padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;

    }

    #home .container-fluid .row-fluid{
         margin-top: 10px;

    }
    #home .container-fluid .row-fluid .span8{
        background-color: #FFFFFF;
        height: 100% !important;
        padding: 40px 5% 30px 3%;
        width: 67.812%;

    }
     #home .container-fluid .row-fluid .span4{
         width: 28.624%;
         padding-top: 15px;
         text-align: center;
     }
     #home .image-home{
         float: left;
         margin-top: 10px;
          margin-left: 1%;
          margin-left: 1%;
          width: 98%;
          text-align: left;
        background-image:url(../images/separator-images-home.jpg) ;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 7px;
        text-align: center;
     }
    #home .image-home a span{
        color: #4d4d4d;
        font-size: 17px;
        padding-left: 10px;
     }







/*******footer footer************************************************/
#footer-container {
    color:#fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
#footer-container li{
    list-style: none;
}
#footer-container a{
    color: #fff;
}
#footer-container a:hover{
    color: salmon;
}
#support-social{
    margin-bottom: 20px;
}
#support-social #support{

}
#support-social #support p{
   font-weight: bold;
   margin: 0;
}
#support-social #social{
    margin: 0;
    margin-top: 8px;
}
#support-social #social li{
    float: left;
    margin-right: 5px;
}
#support-social .right{
     text-align: right;
     line-height: 25px;
     margin-right: 6px;
}
#support-social .left{
        margin-right: 20px;
}
#footer-menu ul{
    float: left;
    margin-right: 30px;
    margin-left: 0;
    width: 170px;
}

#footer-menu ul.footer-oculto{
    display: none;
}
#footer-main .separator{
    background-image: url("../images/footer.png") !important;
    background-repeat: no-repeat;
    background-position: right;
    height: 2px;
    clear: both;
    margin-top: 15px;
}

/*******end footer end footer*******************************/


/******content****************/


#left-bar,#center-bar,#right-bar{
    padding-top: 20px;
}
#left-bar{
    width: 285px;
    float: left;
}
#center-bar{
    width: 711px;
    float: left;
    font-family: verdana;
}
#right-bar{
    width: 213px;
    float: right;
    margin-left: 17px;
}
#left-center-bar {
  width: 779px;
  float: left;
  font-family: verdana;
}
.informative .title{
    color:#3f7acc;
    font-size: 18px;
    font-weight: bold;
    font-family: ebrima,Arial;
    text-transform: uppercase;
}
/*
.informative a,.informative h1,.informative h2,.informative h3,.informative h4,.informative h5,.informative h6,.informative p,.informative span,.informative div{
    font-family: verdana;
}
*/

.informative{
    font-size: 13px ;
}
.informative .pagina img[align="right"],
.informative .pagina img[style*="float: right"],
.informative .pagina img[style*="float:right"],
.post-content img[align="right"],
.post-content img[style*="float: right"],
.post-content img[style*="float:right"]
{
    margin: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.informative .pagina img[align="left"],
.informative .pagina img[style*="float: left"],
.informative .pagina img[style*="float:left"],
.post-content img[align="left"],
.post-content img[style*="float: left"],
.post-content img[style*="float:left"]
{
    margin: 0;
    margin-right:20px;
    margin-bottom:15px;
    margin-top: 5px;
}

.left-menu{
    font-size: 16px;
    margin: 0;
    margin-right: 16px;
}
.left-menu a{
    color: #3d76c5;
    line-height: 20px;

}
.left-menu .icon-chevron-right{
    display: none;
}
.left-menu li{
    margin-bottom: 2px;
}
.left-menu li.active>a,.left-menu li>a:hover{
   color: #f66d60;
}

.left-menu>li{
   list-style: none;
    margin-bottom: 5px;
}

.left-menu>li>a{
    list-style: none;
    text-transform: uppercase;
}





 .post{
    border-bottom: 1px dotted;
    margin-bottom: 15px;
    clear: both;
    padding-bottom: 30px;
    position: relative;
}
.post .post-title{
    margin-bottom: 0px;
    color: #0088CC;
}
.post .post-date{
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.post .post-image{
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}
.post .post-content{
    text-align: justify;
}

.post .read-more{
    position: absolute;
    bottom: 13px;
    color: #2F2F2F;
    font-size: 13px;
    font-weight: bold;
}
.post .post_divider{
    clear: both;
}

/**end left-center***********/
/********************************************/
/******end content*****************/

/*******general************/
.flowplayer a[href='http://flowplayer.org']{
  height: 0 !important;
}
.video .flowplayer{
    height: 100%;
}

.see-more,.see-more-large{
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-right: 15px;
    text-align: center;
}
.see-more{
    background-image: url("../images/see-more.png");
    height: 22px;
    width: 90px;
}
.see-more-large{
    background-image: url("../images/see-more-large.png");
    height: 28px;
    width: 226px;
}
.see-more:hover,.see-more-large:hover{
    color:#fff;

}

#right-bar{
    font-family: verdana;
    font-size: 12px;
}
#right-bar a{
    font-family: verdana;
    font-size: 12px;
    color: #1a56aa;
}
#right-bar .item{
    font-family: verdana;
    float: left;
    margin-bottom: 20px;
}

#right-bar .news{
    font-family: verdana;
    font-size: 12px;
    background-color: #eeebe8;
    padding: 8px;
}
#right-bar .news .item{
    border-bottom:  dashed 1px #494949;
    padding: 2px;
    padding-bottom: 18px;
}
#right-bar .news .item p{
    font-size: 12px;
    font-style: italic;
}
/******end general********/
.form .controls img{
    display: block;
}
.form .control-label span{
    color: red;
    font-size: 16px;
    vertical-align: bottom;
}
.form.form-horizontal .control-group{
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px dashed #6485BC;
}



.form.form-horizontal .control-label{
  /*  width: 220px;*/
    text-align: left;
    font-size: 13px;
    color: #589cbf;
}
.form.form-horizontal .controls{
   /* margin-left: 240px;*/
}
.form input,.form select,.form textarea{
   border: 1px solid #589cbf;
}
.form .tooltip-inner{
    text-align: left !important;
    min-width: 220px;
    max-width: 300px;
}
.form .help-inline,.form label.error{
    padding-top:0px !important;
    font-size: 11px;
    padding-left: 0;
    color:#B94A48;
    line-height: 11px;
    font-weight: bold;
    margin-top: 3px;
}

.form .help-block{
    margin: 0 !important;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}

/*
 .form input.required,.form select.required,.form textarea.required {
     border: solid 1px #B94A48 ;
}

.form .error input,
.form .error select,
.form .error textarea,
.form  input.error,
.form select.error,
.form textarea.error
{
     border: solid 2px #B94A48 ;
}
*/
form .hasDatepicker{
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat !important;
    background-position: right;
}
.form.form-horizontal{
    border-bottom: 10px solid #b9dff2;
}
.form.form-horizontal .title-form{
  background: none repeat scroll 0 0 #589CBF;
  color: #FFFFFF;
  font-family: verdana;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;

    background-image: url("../images/form_fondo.png");
    background-repeat: no-repeat ;
    background-position: right;

}
.boton,
.form input[type='submit'],
.form button[type='submit'],
.form-inline input[type='submit'],
.form-inline button[type='submit']
{
    background-image: url("../images/boton_oscuro.png");
    background-repeat: repeat-x;
    text-shadow:none;
    border:none;
    border-radius: 0;
    font-family: Ebrima,Arial;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    color:#fff;

}
.boton:hover,
.form input[type='submit']:hover,
.form button[type='submit']:hover,
.form-inline input[type='submit']:hover,
.form-inline button[type='submit']:hover
{
    background-image: url("../images/boton_oscuro_hover.png");
    transition: none;
    box-shadow: none;
    background-position: 0;
    color:#fff;
}
.boton.light{
    background-image: url("../images/boton_claro.png");
}
.btn.light:hover{
    background-image: url("../images/boton_claro_hover.png");
}

.form .form-actions{
    background-color: transparent;
    border:0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.control-group table td input,
.control-group table td select,
.control-group table td textarea{
    width: 90% ;
}
.control-group table .titulo td,.control-group table th{
    text-align: center;
    font-size: 16px;
}


/*******formularie register****************************/
#register.form-horizontal{
    border-bottom: 10px solid #9fb9e7;
    clear: both;
}
#register input:not([type="submit"]):not([type="file"]),#register select,#register textarea{

}
#register.form-horizontal .control-group{
   border-bottom: 1px dashed #6485bc;
   padding-bottom: 5px;
   margin-bottom: 5px;
}


#register.form-horizontal .control-label{
    width: 220px;
    text-align: left;
    font-size: 13px;
    color: #494949;
}
#register.form-horizontal .controls{
    margin-left: 240px;
}


#register .disclaimer{
    width: 165px; /* acordero 28 April 2014 (Monday, wk18) regarding Spanish form */
    padding: 11px 11px 11px 25px;
    background-color: #EFF5FF;
}

#register .columnas label.checkbox{
   float: left;
   width: 170px;
}
#register .form-actions{
    padding-right: 50px;
    padding-left: 20px;
    margin-top: 40px;
}
#register .form-actions button,#register .form-actions input{
    float: right;
    margin-left: 12px;
}
/*****/



/*******/
.fuelux .wizard {
  position: relative;
  overflow: hidden;
  background-color: #6485bc;
  border:0px;
  border-bottom: 2px solid #6485bc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

}

.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .wizard:after {
  clear: both;
}

.fuelux .wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}




.fuelux .wizard ul li {
  position: relative;
  float: left;
  margin: 0;
  cursor: default;
  background-color: transparent;

    height: 48px;
    width: 95px;
    background-image: url("../images/register-other.png");
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding-left: 29px;


}

.fuelux .wizard ul li:first-child {
    background-image: url("../images/register-first.png");
    width: 96px;
}
.fuelux .wizard ul li.active, .fuelux .wizard ul li:hover{
    background-image: url("../images/register-other-active.png");
}
.fuelux .wizard ul li.active:first-child,.fuelux .wizard ul li:hover:first-child {
    background-image: url("../images/register-first-active.png");
}


.fuelux .wizard ul li a{
    color: #5d78a6;
    font-size: 12px;
    font-family: ebrima,Arial;
    font-weight: bold;
    height: 48px;
    display: block;
    outline: none;
}
.fuelux .wizard ul li a span.badge{
    display: none;
}
.fuelux .wizard ul li:hover a,.fuelux .wizard ul li.active a{
    color:#fff;
}



.fuelux .step-content .step-pane {
  display: none;
}

.fuelux .step-content .step-pane.active {
  display: block;
}

.step-content {
    background-color: #dde7f8;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #D4D4D4 #D4D4D4;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom:  1px solid #D4D4D4;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-bottom: 6px;
    padding: 10px;
    position: relative;
}

.fuelux .step-content .active .btn-group .active {
  display: inline-block;
}


/*****end register*************************/

/******************/
#doctorate .wizard{
    border: 0;
    background-color: #fff;
    box-shadow: none;
}
#doctorate .step-content{
    border: 0;
    background-color: #fff;
}
#doctorate .fuelux .wizard ul li a{
   line-height: 48px;
   padding-left: 36px;
   font-size: 16px;
   outline: none;
}
#doctorate .fuelux .wizard ul li {
    padding: 0;
    width: 374px;
    background-image: url("../images/doctorate-other.png");
}

#doctorate  .fuelux .wizard ul li:first-child {
    padding-left: 5px;
    background-image: url("../images/doctorate-first.png");
    width: 355px;
}
#doctorate  .fuelux .wizard ul li.active,#doctorate .fuelux .wizard ul li:hover{
    background-image: url("../images/doctorate-other-active.png");
}
#doctorate  .fuelux .wizard ul li.active:first-child,#doctorate .fuelux .wizard ul li:hover:first-child {
    background-image: url("../images/doctorate-first-active.png");
}


/***************************/

.coincidencia{
    background-color: #ccc;
}

/****style form elements **********/
div.uploader{
    width: auto;
    height: auto;
    background: none;
    cursor: pointer !important;
}
div.uploader input{
    right: auto;
    left: 0;
}
div.uploader span.action{
    background-image: url("../images/boton_background.png");
    background-repeat: repeat-x;
    background-position: 0;
    color:#fff;
    text-shadow: none;
    font-family: Ebrima,Arial;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    width: 150px;
    height: 24px;
    line-height: 24px;
}
div.uploader.hover span.action, div.uploader.focus span.action, div.uploader.focus.active span.action {
    background-position: 0;
    text-decoration: underline;
}

div.uploader span.filename{
    margin-left: 0;
    padding-left: 2px;
    font-size: 12px;
    width: 140px;
    text-align: left;
    line-height: 22px;
    margin: 0;
}

.form select{
    padding: 0;
    border: 0;
}
.radio, .checkbox{
    padding-left: 0;
}

/**end style form element*************/
.breadcrumb{
    text-transform: uppercase;
    color: #f66d60;
    font-family: Ebrima,Arial;
    font-size: 14px;
}
.breadcrumb a{
    color: #3f7acc;
}
.breadcrumb > li > .divider{
    color: #3f7acc;
}
.ui-datepicker{
    z-index: 99 !important;
}
.flowplayer a[href='http://flowplayer.org']{
  height: 0 !important;
}
.video > iframe,.video> object,.video > embe{
    width: 100%;
    height: 100%;
}
select{
    padding: 0;
}
div.selector{
    background-image: url("../images/select_right.png") !important;
    background-repeat: no-repeat;
    background-position: right center !important;
    background-color: #fff;


    border: 1px solid #589CBF;
          -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}
div.selector.focus,div.uploader.focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio{
  color: #b94a48;
}
.control-group.error div.selector,
.control-group.error div.uploader,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border: #b94a48 solid 1px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


div.selector span{
    background: none;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
}
.titulo-grande{
  color: #696969;
  font-family: times new roman;
  font-size: 24px;
  font-weight: normal;
  line-height: 25px;

}
.titulo-mediano{
    color: #696969;
  font-family: times new roman;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}

.go-top{
    background-image: url("../images/go-top.png") ;
    background-repeat: no-repeat;
    background-position: right center ;
    color: #00a8ff;
    font-family: Ebrima,Arial;
    text-decoration: underline;
    padding-right: 12px;
    float:right;

}
/****accordion*********/
.accordion-heading{
    background-image: url("../images/accordion_head.png") ;
    height: 53px;
}
.accordion-heading .accordion-toggle{
    color:#696969;
    font-family: verdana;
    font-size: 12px;
    background-image: url("../images/accordion_open.png") ;
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10px;
    height: 37px;
    line-height: 16px;
    padding-right: 35px;
}
.accordion-heading .accordion-toggle.active{
    background-image: url("../images/accordion_close.png") ;
}
.accordion-inner,.accordion-inner p,.accordion-inner div,.accordion-inner span,.accordion-inner font{
    font-size:12px !important;
    font-family: verdana !important;
    color:#696969 !important;
}

/***end accordion****/

#overlay{
    left: 0;
    position: absolute;
    top: 0;

    width: 100%;
    z-index: 1100;
    display: none;
    /*****opacity******/
    opacity: .7;
    -moz-opacity: .7;
    filter:alpha(opacity=70);
    background-color: #777777;
    display:block !important;
}
#preload{

    background-color:#F5F5F5;
    border: 2px solid #666666;
    display: none;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 200px;
    z-index: 1101;
    -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
#preload #loaderImage{
    margin-left: 75px;
}
#preload #loaderText{
    color: #282828;
    font-weight: bold;
}








/******START  RESPONSIVE**********************************************************************************************/
@media (max-width: 1100px) {
        /*******header****************************/
        #top-main{
            margin-bottom: 0px;
        }
        #top-container #idioma-search{
           margin-right: 15px;
        }
        #myCarousel{
             margin-bottom: 0;
        }
        #franza-azul-bottom{
             height: 0;
        }


}

@media (max-width: 1060px) {
        /*******header****************************/
        #center-bar{
            width: 100%;
        }
        #left-center-bar{
            width: 100%;
        }
        #content-container{
            margin: 4px;
        }
        .site_rr #right-bar{
            display: none;
        }

        #left-bar{
            width: auto;
        }
        .left-menu{
            padding: 0;
            background-color: #fff;
            -webkit-border-radius: 6px;
               -moz-border-radius: 6px;
                    border-radius: 6px;
            -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
               -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
                    box-shadow: 0 1px 4px rgba(0,0,0,.065);

        }
        .left-menu ul{
            margin: 0 0 -1px;
            padding-left: 50px;
        }
        .left-menu > ul{
            border: 1px solid #e5e5e5;
        }

        .left-menu > li  a {
            display: block;
            padding: 4px 14px;
        }
        .left-menu > li > a {
            margin: 0 0 -1px;
            border: 1px solid #e5e5e5;
          }
        .left-menu > li:first-child > a {
            -webkit-border-radius: 6px 6px 0 0;
               -moz-border-radius: 6px 6px 0 0;
                    border-radius: 6px 6px 0 0;
        }
        .left-menu > li:last-child > a {
            -webkit-border-radius: 0 0 6px 6px;
               -moz-border-radius: 0 0 6px 6px;
                    border-radius: 0 0 6px 6px;
        }
        .left-menu > .active > a {
            position: relative;
            z-index: 2;
            padding: 9px 15px;
            border: 0;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
            -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
               -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
                    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        }
        .left-menu .icon-chevron-right{
            display: block;
            float: right;
        }


}


@media  (max-width: 850px) {
    /****header***************/
    #menu-secondary{
        float: none;
    }
    #menu-secondary >ul{
        margin: 0;
        overflow:hidden;
    }
    #menu-secondary >ul.in{
        overflow:visible;
    }
    #menu-secondary >ul >li{
        background-image: none !important;
        background-color: #1A3F72 !important ;
        width: auto !important;
        text-align: left !important;
        padding-left: 5px !important;
    }
    #menu-secondary >ul >li:hover{
        background-color: #111111 !important ;
    }
    #top-container .navbar{
        width: auto;
    }
    #top-container #idioma-search{
       height: 90px;
    }

    /******content****************************/
    #home{
        margin: 0;
    }
    #home .video, #home .new{
        height:  240px;
    }
    /************************************/


}


@media (max-width: 767px) {
    /********header*******************/
    #menu-secondary{
        height: auto;
    }
    #menu-secondary > ul > li{
        float: none;
        background-color: #353535 !important;
    }

    #menu-secondary .open-menu-secondary{
        display: block !important;
        width: 100%;
        background-color: #2A2A2A;
        background-image:url(../images/down.png)  ;
        background-repeat: no-repeat;
        background-position: 12px center;
        border-color: #000;
        color: #fff;

    }
    #menu-secondary .open-menu-secondary:hover{
        background-color: #212121;
    }

    #top-container{
        margin: 0;
    }
    #top-container .navbar{
       float: left;
    }
    #top-container .navbar .btn-navbar{
       float: left;
    }
    #top-container #logo{
        float: left;
        top: 0;
        width: 250px;
    }
    #franja-azul-carousel{
        left: 0;
        width: 250px;
    }
    #myCarousel .item a.text{
        left: 0;
        font-size: 16px;
        width: 250px;
    }
    #myCarousel .item a.text[href]:hover{
        font-size: 17px;
    }
    #myCarousel .item a.text span{
        font-size: 20px;
    }
    #myCarousel .item a.text[href]:hover span{
        font-size: 21px;
    }


    #myCarousel .owl-buttons{
        display: none;
    }
    #myCarousel #about-upeace{
        background-image: url("../images/about-upeace_medium.png");
        padding-left: 10px;
        width: 140px;
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        bottom:1px;

    }




    /*****content****************************/

    #home .new{
        width: 100%;
        height: auto;
    }
    #home .new > div{
        margin-bottom: 34px;
    }
    #home .news .last{
        background-image: url("../images/footer.png") !important;
        background-repeat: no-repeat;
        background-position: right top;
    }
    #home .video{
        float: none;
        margin: auto;
        height:  300px;
        width: 500px;
    }
    #home .container-fluid .row-fluid .span4,#home .container-fluid .row-fluid .span8{
        width: 100%;
    }
    #home .container-fluid .row-fluid .span8{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #home .image-home{
        width: 48%;
    }
    #doctorate .fuelux .wizard ul{
        width: 100%;
    }
    #doctorate .steps li{
        background-image: none !important;
        background-color: #B9CEF1 !important;
        width: 49% !important;
        padding-left: 0px !important;
        left: 0 !important;
    }
    #doctorate .steps li:hover,#doctorate .steps li.active{
        background-image: none !important;
        background-color: #6A8CC4 !important;
    }
    #doctorate .fuelux .wizard ul li:first-child{
        border-right: solid  #fff;
    }

    #register .fuelux .wizard ul li a span.badge{
        display: inline-block;
    }
    #register .fuelux .wizard ul li a span.text{
        display: none;
    }
    #register .fuelux .wizard ul{
        width: 100%;
    }
    #register .fuelux .wizard ul li{
        left: 0 !important;
        border-right: 1px solid #ccc;
        width: 9%;
        background-image: none;
        background-color: #B9CEF1 ;
        padding: 10px;
    }
    #register .fuelux .wizard ul li:hover,#register .fuelux .wizard ul li.active{
        background-color: #6A8CC4 ;
    }
    /*****footer********************************/

    #footer-container{
        padding-bottom: 8px;
        padding-top: 8px;
    }
    #footer-menu ul{
        display: none;
    }
    #footer-menu ul.footer-oculto{
        display: block;
    }
    #support-social .separator{
        display: none;
    }
    #support-social{
        margin-bottom: 0px;
    }
    #support-social .right{
        line-height: 16px;
        font-size: 13px;
    }
    #support-social .left{
        line-height: 16px;
        font-size: 13px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    /******************************************/


}
@media (max-width: 580px) {
    #top-container #logo{
        width: 100%;
    }
    #top-container #idioma-search{
       float: left;
    }
    #top-container .navbar{
        width: 100%;
    }
    #top-container #div-search input[name="q"]{
        width: 120px;
    }
    #franja-azul-carousel{
        display: none;
    }
    /* acordero 27 November 2014 (Thursday, wk48) vvv */
    #myCarousel .item *{
        display: block;
    }
    .owl-controls *{
        display:none;
    }
    #myCarousel .item a.text[href],#myCarousel .item a.text span,#myCarousel .item a.text span:hover,#myCarousel .item a.text[href]:hover span,#myCarousel .item a.text[href]:hover{
        font-size: 14px;
        line-height: 15px;
        display: block;
    }
    /* acordero 27 November 2014 (Thursday, wk48) ^^^ */
    #home .video{
        height:  300px;
        width: 100%;
    }
    .informative{
        font-size: 15px;
    }

}


@media (max-width: 480px) {
    /*****header*********************/

    #myCarousel #about-upeace{
        background-image: url("../images/about-upeace_small.png");
        padding-left: 10px;
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        /* acordero 27 November 2014 (Thursday, wk48) vvv */
        display:none;
        /* acordero 27 November 2014 (Thursday, wk48) ^^^ */
    }
    /****content*********/
    #home{
        margin-right: 0px;
    }
    #home .container-fluid{
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
    }
    #home .video{
        width: 100%;
        height: 200px;
    }
    #home .image-home{
          width: 98%;
          text-align: center;
    }
    #left-bar{
        width: 100%;
    }
    #center-bar #right-bar{
        display: none;
    }

    #register.form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left;
    }
     #register.form-horizontal .controls {
      margin-left: 0;
    }
     #register.form-horizontal .control-list {
      padding-top: 0;
    }
     #register.form-horizontal .form-actions {
      padding-left: 10px;
      padding-right: 10px;
    }
    #register .fuelux .wizard ul li{
        padding: 2px;
    }
    /*****footer*******************/
    #footer-container{
        margin-left: 4px;
    }
    #myCarousel .item a.text[href],#myCarousel .item a.text span,#myCarousel .item a.text span:hover,#myCarousel .item a.text[href]:hover span,#myCarousel .item a.text[href]:hover{
        font-size: 12px;
    }
}

/* acordero 14 February 2014 (Friday, wk7) vvv */
 .idioma{
    display:none;
 }
 /* acordero 14 February 2014 (Friday, wk7) ^^^ */
/* acordero vv*/
.type-course-name,.course-time-detail{
    font-size: 8pt;
    color:#f66d60;
    line-height: 8pt;
}
.duration{
    color:#f66d60;
    line-height: 10pt;
}
.course-time-detail{
    font-weight: bold;
}

img.profilepicture{
    max-height: 150px;
    max-width: 120px;
    min-height: 150px;
}
/*
#menu-secondary > ul > li:nth-of-type(4) > a{
    color:#FAD956;
}
*/
/* acordero ^^*/

@media (min-width: 768px) and (max-width: 1100px) {

        /*******header****************************/

        #top-container #idioma-search{
           float: right;
           height: 90px;
        }
        #top-container #idioma-search .dropdown-menu{
            left: -50px;
        }

        /***/
        #top-container #logo{
           top: 0;
        }

        /***/
        #top-container .navbar{
            float: left;
            width: auto;
        }
        #top-container .navbar .nav-collapse {
            clear: none;
        }
        #top-container .nav-collapse, .nav-collapse.collapse {
            overflow: visible;
        }

        #top-container .navbar .btn-navbar {
            display: none;
        }
        #top-container .navbar .nav {
            float: left;
            margin: 0 10px 0 0;
        }
        #top-container .navbar .brand {
            margin-left: -20px;
            padding: 8px 20px 12px;
        }

        #top-container .navbar .nav > li {
            float: left;
        }

        #top-container .navbar .dropdown-menu {
            background-clip: padding-box;
            background-color: #FFFFFF;
            border-color: rgba(0, 0, 0, 0.2);
            border-radius: 0 0 5px 5px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            display: none;
            float: left;
            left: 0;
            list-style: none outside none;
            margin: 0;
            min-width: 160px;
            padding: 4px 0;
            position: absolute;
            top: 100%;
            z-index: 1000;
        }
        #top-container .navbar .dropdown-menu:before, #top-container .navbar .dropdown-menu:after {
            display: block;
        }

        #top-container .navbar .nav > li > a, #top-container .navbar .dropdown-menu a {
            border-radius: 0;
            font-weight: normal;
            padding: 10px 10px 11px;
        }

        #top-container .navbar .nav.pull-right {
            float: right;
            margin-left: auto;
        }

        /*****content******************************/
        #content-main{
             padding-top: 5px;
        }
        #home .news{
            width: 64%;
        }
        #home .new{
            width: 50%;
        }
        #home .new > div{
            margin: 8px;
            margin-bottom: 30px;
        }
        #home .video{
            margin: auto;
            width: 36%;
        }
        /***************************/

}


/***END RESPONSIVE********END RESPONSIVE*************END RESPONSIVE********************END RESPONSIVE****************************************/

/* acordero 08 October 2014 (Wednesday, wk41) vvvvv */
table.mceItemTable tr,table.mceItemTable td{
    font-size: 10pt;
    line-height: 20px;
}

/* the wraptable acordero on 25 November 2014 (Tuesday, wk48)*/
.wraptable{
    font-size: 11px;
    background-color: #F2F8FF;
    text-align: justify;
}
.wraptable *{
    color:#000000;
}
.wraptable h1,
.wraptable h2,
.wraptable h3,
.wraptable h4,
.wraptable h5,
.wraptable h6{
    font-size: 12px;
    text-align: center;
}
.wraptable table{
    margin-left: auto;
    margin-right: auto;
}
.wraptable table td{
    text-align: center;
}
.wraptable table td:first-of-type{
    text-align: left;
}
.wraptable table td:last-of-type{
    text-align: right;
}
/*

the readmore acordero on 25 November 2014 (Tuesday, wk48)
complementing \\<server>\...\js\complemento.js

*/
table#readmore{
    width: 100%;
}
#readmore td{
   /* border: 1px solid red;*/
}
#readmore *{
    background-color: white;
}
#readmore *:not(a){
    background-color: white;
    color: #494949;
}
#readmore td strong:first-of-type{
}
#readmore td{
    padding: 0px;
    /*border: 1px solid #A6CEFF;*/
}
#readmore td a.toggle{
    font-size: 10px;
    vertical-align: bottom;
    line-height: 17px;
    background-color: #8AAEEA;
    color: #FBFBFB;
    padding-right: 3px;
    padding-left: 3px;
}
#readmore span{
    display:none;
}
#applynowsquare * {

}
table#applynowsquare{
    margin-left: auto;
    margin-right: auto;
}
#applynowsquare td{
    padding-left: 2em;
    padding-right: 2em;
}
#councilprofile td:first-of-type{
    text-align: left;
    vertical-align: top;
}
#councilprofile td{
    text-align: justify;
    vertical-align: top;
}
#councilprofile tr:nth-of-type(2) td{
    vertical-align: middle;
}
/* acordero 04 February 2015 (Wednesday, wk6) vvv */

table.calendar td h2,table.calendar th h2{
    font-size: 18pt;
}
table.calendar td h2,table.calendar th h2{
    font-size: 12pt;
}
table.calendar td.header,
table.calendar th.header,
table.calendar td.footer,
table.calendar th.footer{
    /*border-top: solid gray;*/
}
table.calendar td h2,table.calendar th h2{
    font-size: 12pt;
    color:#000000;
}

table.calendar .header,
table.calendar .header{
    border-top: solid gray;
}
table.calendar .footer,
table.calendar .footer{
    border-bottom: solid gray;
}

table.calendar :not(.header) .footer h4,
table.calendar :not(.header) .footer h2,
table.calendar :not(.header) .footer h3{
    font-size: 10pt;
}
table.calendar :not(.header) .header h4,
table.calendar :not(.header) .header h2,
table.calendar :not(.header) .header h3{
    /*font-size: 12pt;*/
}


table.calendar .shorter{
    font-size: 8pt;
}
table.calendar td, table.calendar th{
    border:1px #AAAAAA solid;
}
table.calendar td,table.calendar th{
    color: #4A4A4A;
}
table.calendar em{
    color: #606060;
}
table.calendar h2{
    border:red;
    line-height: 1em;
}
table.calendar .unstyled{
    background-color: #ffffff;
    height: 5px;
    padding: 0;
    border:1px #ffffff solid;
    line-height: 5px;
}
/* acordero 04 February 2015 (Wednesday, wk6) ^^^ */

/* acordero 06 February 2015 (Friday, wk6) vvv */
#accordion_2015 a,
#accordion_2016 a{
    color: #2C2C2C;
}
#accordion_2015 .accordion-body *,
#accordion_2016 .accordion-body *{
    color: #4B4B4B;
}
#accordion_2015 .accordion-heading,
#accordion_2015 .accordion-body,
#accordion_2016 .accordion-heading,
#accordion_2016 .accordion-body{
    margin-left: 30px;
    padding-left: 0px;
}
#accordion_2015 a,
#accordion_2016 a{
    margin-left: 0px;
    padding-left: 0px;
}
#accordion_2015 .accordion-body *,
#accordion_2016 .accordion-body *{
    background-color: #F2F8FF !important;
    font-size: 10pt;
}
#accordion_2015 span{
    padding-left: 0px;
}
#accordion_2015 .collapse{
    display:block;
}
.hidden{
    display:none;
}
/* acordero 06 February 2015 (Friday, wk6) ^^^ */
/* acordero 22 January 2016 (Friday, wk3) vvv */
.the-colored-font{
    color:#696969 !important;
}
/* acordero 22 January 2016 (Friday, wk3) ^^^ */