body{
    font-family: 'Roboto Condensed', sans-serif;
}
a:hover {
    text-decoration: underline;
}
ul ul {
    list-style-image: url('../img/assets/bullet_triangle_orange.jpg');
}
ul ul ul{
    list-style-image: url('../img/assets/bullet_circle_blue.jpg');
}
ul{
    list-style-image: url('../img/assets/bullet_square_red.jpg');
}  
.blue{
    color:#00618b; /*#096175*/
}
.red{
    color:#bd2c16;
}
.neutral{
    color:#deddd6;
}
/* OTHERS COLORS */
.orange{
    color:#d8972f;
}
.lightblue{
    color:#4693a9;
}
.lightblue2{
    color:#a4decc;
}
.bg-blue{
    background-color:#00618b;
    color:white;
}
.bg-blue a{
    color: white;
}
.bg-red{
    background-color:#bd2c16;
}
.bg-neutral{
    background-color:#deddd6;
}
/* OTHERS COLORS */
.bg-orange{
    background-color:#d8972f;
}
.bg-lightblue{
    background-color:#4693a9;
}
.bg-lightblue2{
    background-color:#a4decc;
}
.highlight {
    color: #d8972f;
}
a.highlight {
    color: #d8972f;
}
.title {
    font-family: 'Roboto Condensed', sans-serif;
}
a.title {
    font-family: 'Roboto Condensed', sans-serif;
}
#menu{
/*    -moz-box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
*/}

#cmsmasters_column_mzbxje2fbq .cmsmasters_column_inner {
    padding: 20px 15px;}
    
#menu a {
    padding-left: .5rem;
    padding-right: .9rem;
}
a.submenuitem {
    background: linear-gradient(to bottom,#213963,#334A7D, #516B9B); !important;
}
#menu, #menu a, #menu a:after, #menu li a:after{
    background: linear-gradient(to bottom,#213963,#334A7D, #516B9B);
    border-top-color: white;
    color: white;
    font-size: .75rem;
}
#nav>li {
    padding-bottom: .3rem;
    padding-top:.5rem;
}
#nav li#actual,
#nav li#actual>a{
    background-color: #004d6e;
}
#nav>li>a:after{
    display: none;
}
#menu li a:after{
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
    right: .3rem;
    background-color: #c60f13;

}
  
  .item {
    float: left;
    width: 300px;
    height: 288px;
}
  .item img {
    width:400px; # Tiene que ser como el ancho de .item
    display:block; # Esto es para que el texto aparezca debajo
  }
  
  .container{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  
  
  .item{
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.095);
    transition: all 300ms;
    position: relative;
  }
  
  
  .item::after {
    content: "";
    background-color: rgba(179, 229, 252, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    transform: scale(0);
    transition: all 300ms;
    opacity: 0;
  }
  
  .item:hover:after{
    opacity: 1;
    transform: scale(1);
  }
  
  .item:hover {
    transform: scale(1.05);
  }
  
  .item-text{
    padding: 1em;
  }
  
  
  .item-img{
    max-width: 100%;
    display: block;
  }
  
  *{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
.menu-icon::after {
    top: .3rem;
}

.dropdown.menu li a{
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.secondary-menu{
    font-size: .8rem;
    text-transform: uppercase;
}
.secondary-menu a{
    color: gray;
    margin-left: 1rem;
}
.secondary-menu i{
    font-size: 1rem;
}
.is-dropdown-submenu {
    border: none;
    z-index: 100;
    min-width: 250px;
}
.is-submenu-item.opens-right a:after{
    border-color: transparent transparent transparent white !important;
}
#header{
    padding-bottom:.-5rem;
    padding-top:.-5rem;
    border-bottom-style: thick solid #213963;

}
h1{
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
h1, h4, h1 a, h4 a,
.h1, .h4, a.h1, a.h4,
h1:hover, h4:hover, h1:hover a, h4:hover a,
.h1:hover, .h4:hover, a.h1:hover, a.h4:hover{
    color: #00618b;
}
h2, h5, h2 a, h5 a,
.h2, .h5, a.h2, a.h5{
    color: #00618b;
}
h6, h3 a, h6 a,
.h3, .h6, a.h3, a.h6{
    color:BLACK;
}
h1 small{
    font-size: 70%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
    color: #0a0a0a;
}
/*h5 {color: #bd2c16;}*/
h1{ font-size: 1.6rem; }
h2{ font-size: 1.5rem; }
h3{ font-size: 1.4rem; }
h4{ font-size: 1.3rem; }
h5{ font-size: 1.2rem; }
h6{ font-size: 1.1rem; }
.title-bar{
    background-color: #00618b;
}
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
#destacados-home {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.off-canvas .drilldown .is-drilldown-submenu,
.off-canvas, .off-canvas a{
    background-color:#d8972f;
    color: white;
}
.off-canvas .drilldown .is-drilldown-submenu-parent > a::after{
    border-color: transparent transparent transparent white;
}
.off-canvas .drilldown .js-drilldown-back > a::before{
    border-color: transparent white transparent transparent;
}
#mobile-search i{
    font-size: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
.i-action{
    font-size: 1.7rem;
}
#mobile-search .input-group{
    margin-bottom: 0;
}
#searchFormContainer{
    margin-bottom: .2rem;
    margin-top: .2rem;
}
#searchFormContainer .input-group {
    margin-bottom: 0;
}
#searchFormContainer .i-action{
    color: #00618b;
    font-size: 1.5rem;
}
#searchForm-large {
    display: none;
    margin-right: 1rem;
}
#searchForm-large .input-group{
    margin-bottom: .35rem;
}
#searchFromIcon,
#searchForm-large i.fi-magnifying-glass {
    /*font-size: 1.5rem;*/
}
#searchFromIcon {
    color: gray;
}
#searchForm-large i.fi-magnifying-glass {
    color: white;
}
footer {
    margin-top: 2rem;
}
footer #logos{
    background: url(../img/assets/linea_index.png);
    height: auto;
    display: block;
    max-width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
footer #logos img {
    max-height: 200px;
    max-width: 200px;

    
}
footer #info{
    background-color:#00618b;
    color:white;
    font-size: .9rem;
    padding: 2rem 1rem;
}
footer #info a{
    color: white;
    padding-top: 0;
}
#credit {
    margin-top: 1rem;
}
#credit a {
    color: #6C97B2 !important;
}
#map {
    height: 25rem;
}
#search_results h4{
    margin-top: 1rem;
}
#search_results .cell{
    padding:.3rem;

}
.search_result {
    border-bottom: thin solid lightgray;
    padding:.7rem;
}
.search_result a{
    color: inherit;
}
.pager{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.pagination{
    margin-top:1rem;
    text-align:center;
}
.pagination li {
    color: lightgray;
}
.pagination li.pagination-previous a::before,
.pagination li.pagination-next a::after {
    content: '';
}
.breadcrumbs {
    margin-top: 1rem;
}
#news .news-item .news-text {
    padding: 1rem;
}
.news-img img {
    margin: .5rem;
    max-width: 95%;
}
.orbit-bullets {
    margin-top: 0;
}
.orbit-bullets button {
    background-color: #00618b;
    border-radius: 3px;
    height: .5rem;
    width: 2rem;
}
.orbit-bullets button.is-active {
    background-color: #CC2627;
}
.orbit-next, .orbit-previous{
    z-index: 1;
}
.orbit.side-gallery ul li{
    max-height: 350px;
    overflow: hidden;
    width: 300px;
    padding: 0px;
}
#orbit-home ul.orbit-container {
    height: 250px;
}
.orbit-caption {
    padding: .5rem;
}
.div-slide{
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height: 250px;
}
.content-body, #side_content {
    margin-top: 1rem;

}

#downloads ul,
#more_content ul,
#related_content ul,
#external_links ul
{
    list-style-image: url('../img/assets/bullet_square_blue.jpg');
}
#downloads ul li,
#more_content ul li,
#related_content ul li,
#external_links ul li
{
    margin-left: 1rem;
}
#image_gallery h5,
#downloads h5,
#more_content h5,
#related_content h5,
#external_links h5,
#image_gallery h5 a,
#downloads h5 a,
#more_content h5 a,
#related_content h5 a,
#external_links h5 a
{
    /*font-family: 'Catamaran', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
    margin-top: 1rem;
    padding: .3rem .5rem;
}
#more_content h5 {
    margin-top: 0;
    /*padding-top: 0;*/
}
#more_content {
    background:#cecece;
     padding-bottom: .5rem;
}
#more_content h5 {
    background-image: linear-gradient(to bottom,#05628c, #0d6d8e,#167893);
    color: white;  
        border: white 3px solid;  
}
#more_content2 {
    background-color: #00618b;
    color: #00618b;    
}
#more_content h5 a {
    color: white;
}
#more_content ul {
    margin-left: 0;
}
#more_content ul li {
    list-style-image: none;
    list-style-type: none;
    margin-top: .5rem;
    margin-left: 0;
    padding-left: 1.25rem;
}
#more_content li.active{
    color: white;
    background-image: linear-gradient(to bottom,#7c170f, #a31c16,#cc1919);
        border: white 3px solid;
    padding-bottom: .33rem;
    padding-top: .33rem;
}
#more_content li a.active{
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
.staff .title, div[id^='modalStaff'] h5{
    color: #696969;
}
.staff-view .is-active{
    font-weight: bold;
    text-decoration: underline;
}
div[id^='modalStaff'] .thumbnail {
    -webkit-box-shadow:none;
    border: none;
    box-shadow: none;
    margin:.5rem;
}
#image_gallery {
    margin-bottom: 1rem;
}
img.flag{
    margin-bottom: .2rem;
    max-height: 1rem;
}
.reveal img.staff-image {
    width: 20.5rem;
}
.card {border: none;}
.card-section {
    padding: .5rem;
}

#complementarios header{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    border-bottom: 1rem solid #00618b;
    border-top: thick solid #d8972f;
    box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    margin-bottom: .3rem;
    padding: 1rem;
    text-align: center;
}
#complementarios header img {
    max-width: 300px;
}

#sitemap {
    margin-bottom: 1rem;
}
#sitemap .h5{
    background-color: #eeeeee;
}
#sitemap ul li a{
    border-bottom: thin solid #eeeeee;
}
#sitemap a.h5{
    border-bottom: thin solid #999999;
}
.accordion-menu .is-accordion-submenu a{
    padding-left: 1.5rem;
}
.callout.alert{
    color: darkred;
    margin-top: 1rem;
}
.social-profiles i {
    font-size: 2rem;
}
.link_comunidad {
    padding: 1rem;
}
.link_comunidad img {
    max-height: 2.2rem;
    max-width: 9rem;
}
#footer_menu ul{
    margin-bottom: 2rem;
}
#footer_menu ul li a{
    padding-left: 0;
}


/*FC-Calendar*/
.fc table {
    margin-bottom: 0;
}
a.fc-day-grid-event {
    background-color: transparent;
    border-color: transparent;
    color: #00618b;
    padding: .5rem .2rem;
}
a.fc-day-grid-event:hover {
    background-color: #00618b;
    border-color: #00618b;
    color: white;
}
.fc-toolbar .fc-center {
    text-align: center;
}
.fc-toolbar .fc-center h2 {
    font-size: 1.2rem;
}
.fc-button{
    padding-left: .4rem;
    padding-right: .4rem;
}
.fc-button-primary{
    background-color: transparent;
    border-color: #00618b;
    color: #00618b;
}
.fc-button-primary:hover{
    background-color: #00618b;
    border-color: #00618b;
    color: white;
}
.fc-button-active,
.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active
{
    background-color: #00618b;
    border-color: #00618b;
    
}
.la_clase{
    content: "\f000";
     font-family: fontawesome;
 }
.fc-content-skeleton table thead tr td {
    border-color: rgb(221,221,221) !important;
}
.fc-day-grid-event .fc-content {
    white-space: initial;
}
.fc-event-container,
.fc-content-skeleton td{
    background-color: transparent !important;
    border-color: rgb(221,221,221) !important;
}
.fc-list-table  tbody tr:nth-child(even) {
    background-color: initial;
}
.fc-row.fc-widget-header > table {
    margin-bottom: 0;
}
.fc-row.fc-widget-header > table tr th {
    padding: .5rem;
}
td.fc-day-top.fc-wed.fc-today {
    background-color: #d8972f !important;
    color: white;
}
.fc-content-skeleton table thead tr td.fc-today{
    background-color: #d8972f !important;
    color: white;
}
td.fc-today {
    background-color: transparent !important;
}
.fc-content-skeleton table tbody tr:nth-child(even){
    background-color: transparent !important;
}
.fc-content-skeleton table {
    margin-bottom: 0;
}
.fc-content-skeleton tbody {
    background-color: transparent;
}
.fc-event-dot {
    background-color: #00618b;
}
.event {
    background-color: transparent;
    color: #00618b;
    padding-bottom: 1rem;
}
#eventAddress i {
    font-size: 1.5rem;
}
.fc-dayGrid-view {}
.event-has-description {
    text-decoration: underline;
}


/* @media */
@media print, screen and (min-width: 40em) {
    #content.news-content {
        padding-right: 1rem;
    }
}
@media screen{
    .print{
        display: none;
    }
}

@media print {
    #menu,
    #side_content,
    #logos,
    #footer_menu,
    #credit,
    .social-profiles {
        display: none;
    }
    #header {
        border-bottom: .5rem solid #00618b;
    }
    #info {
        border-top: thin solid #00618b;
    }
    a[href]:after{
        content: '';
    }
    .noprint{
        display: none;
    }
}


    .modulo-mision__texto {
        min-height: 120px;
        text-align: center;
        padding: 60px 20px 20px;
        background: #00618b;
}
img, .img-responsive {
    display: inline-block;
    margin: 0 auto;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.modulo-mision.modulo-1 h4, .modulo-mision.modulo-5 h4, .modulo-mision.modulo-9 h4 {
    color: #7ABDE8;
}
.modulo-mision h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}
h4, .h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #7ABDE8;
    margin: 0 0 30px;
}
.modulo-mision p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.modulo-mision__imagen {
    display: block;
    margin-bottom: -35px;
    vertical-align: top;
}
.modulo-mision {
    display: inline-block;
    max-width: 262px;
    width: 100%;
    text-align: center;
    margin: 0 56px 50px;
    position: relative;
    vertical-align: top;
}
.modulo-mision.modulo-2 h4, .modulo-mision.modulo-6 h4, .modulo-mision.modulo-10 h4 {
    color: #EE2C23;
}
.modulo-mision.modulo-3 h4, .modulo-mision.modulo-7 h4, .modulo-mision.modulo-11 h4 {
    color: #40B9BF;
}
.modulo-mision.modulo-4  h4 {
    color: orange;
}

.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
}

.galeria img {
	width: 150px;
	height: 100px;
}

/*Estilos del modal*/

.modal {
	display: none;
}

.modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
}

.imagen {
	width: 100%;
	height: 50%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 500px;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
}