﻿                    /**GENERALES**/
@media screen and (max-width: 870px) {
    #navcntr, #sitelocatr {
        display: none;
    }
    
    #homediv {
        margin-top: 5px !important;
    }
}
     
 
 @media screen and (max-width: 750px) {
    
    #mainMenu {
        height: 30px;
    }
    
    #mainMenu .navbar-default {
        z-index: 1000;
    }
    
   
    
    #mainMenu ul.menufrk {
        width: 300px;
        background-color: #f5f5f5;
        border-radius: 10px;
    }
}               

.cookie-message {
    z-index: 100;
}

a {
    text-decoration: none;
    color: #56A5B2;
}


h1, h2, h3, h4, h5 {
    border: none;
}

h3 {
    margin: 5px 0;
}
/*.wowslider-container1 {z-index: 9 !important;}*/
/**ESTRUCTURA**/
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

#homediv {
    /*background-image: none;
	background-color: transparent;
	min-height: 500px;*/
    margin: 70px auto 0px;
    max-width: 1150px;
    /*position: relative;
	height: auto;*/
}
/*.wrapperdiv{
	position: relative;
	min-width: 500px;
	margin: 0 auto;
	min-height: 500px;
	height: auto;
}
 .wrapperdiv .side{
	width: 825px;
	float: right;
}*/



/**PORTADA**/

#quick {
	background: #eee;
}

#logo1 {
	color: #ffffff;
	background-color: #25b6bb;
	font-weight: bold;
}

#logo2 {
	color: #000000;
background-color: #7fc1c3;
	font-weight: bold;
}

.home-label {
    width: 200px;
    height: 30px;
    margin-bottom: 4px;
    /*transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);	
	-webkit-transform: rotate(90deg);
	transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;*/
    text-align: left;
    margin-left: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    /*position: absolute;
	right: -5px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border-bottom-right-radius: 5px;*/
    /*opacity: 1;*/
}

    .home-label:hover {
        opacity: 0.9;
}

.news a {
        text-decoration: none;
        color: #ee4c9b;
}

.events a {
        text-decoration: none;
        color: #f7962c;
}

.research a{
	 text-decoration: none;
        color: #96c93d;
}
.highlights a{
	 text-decoration: none;
        color: #2dc5f4;
}

    .home-label.quick {
        color: #25b6bb;
        background: #fff;
        top: 170px;
}


    .home-label.news {
        color: #ee4c9b;
        background: #fff;
        top: 170px;
    }

    .home-label.events {
        color: #f7962c;
        background: #fff;
        top: 380px;
    }

    .home-label.research {
        color: #96c93d;
        background: #fff;
        top: 590px;
    }

    .home-label.highlights {
        color: #2dc5f4;
        background: #fff;
        top: 800px;
    }

.calendarioCab.ui-state-default {
    background: #f7962c;
}

.cimne-logo {
    background: url('images/cimne-black.png') no-repeat no-repeat;
    background-size: 490px 50px;
    background-position: 0px 10px;
    cursor: pointer;
    height: 70px;
    width: 510px;
}

.fixed .cimne-logo {
    background: url('images/cimne-white.png') no-repeat no-repeat;
    background-size: auto 100%;
    background-position: center;
    position: absolute;
    top: 5px;
    height: 30px;
    width: 120px;
    width: calc((100% - 1050px) / 2);
}
/*.home-header-position {
	position: relative;
	clear: both;
	margin: auto;
	height: auto;
	margin-bottom: 5px;
	z-index: 10;
	transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	background-color: transparent;
}*/
.fixed .home-header-position {
    position: fixed;
    left: 0px;
    top: 32px;
    width: 100% !important;
    height: 47px;
    background-color: #3c647c;
    border-top: 2px solid #56A5B2;
    border-bottom: 5px solid #FFFFFF;
}
/*.cimne-menu {width: 100%; position: relative; height: 40px;}*/
.fixed .cimne-menu {
    width: 1040px;
    position: relative;
    height: 40px;
    margin: 0 auto;
}

.fixed .menufrk > ul > li > .ui-state-default, .fixed .menufrk > ul > li > .ui-state-hover {
    border-top: none !important;
    border-bottom: none !important;
}

.sticky-wrapper {
    height: auto !important;
}

.fixed.sticky-wrapper {
    height: 40px !important;
}

.new4 .new-info, .ws_shadow, .portada-news > div:first-child, .portada-events > div:first-child, .portada-news > div:last-child, .portada-events > div:last-child {
    display: none;
}

.more-info {
    color: #366 !important;
    text-decoration: none !important;
}

.diamesHoy {
    border: 2px solid #3d657b !important
}

.diamesActivo {
    background: #9FB9C7 !important;
}

.ident {
    /*position: fixed;
    right: 0px;
    top: 25px;
    z-index: 3000;*/
    float:right;
}

    .ident.inner {
        background: rgba(61,101,123,1);
    }

    .ident a {
        /*color: #fff;*/
    }

.home-calendar * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#siteident {
    /*color: #fff;*/
}

@media(max-width: 767px){
    #siteident {
    color: transparent
}
}


#ToolTip {
    box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
}

.home-calendar {
    font-size: 12px;
    width: calc(20% - 15px);
    max-width: 19%;
    height: auto;
    position: relative;
    float: right;
    margin-top: 70px;
}

/*#sitebuscador button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.7em;
    margin-bottom: -2px;
}*/

    #sitebuscador button i {
        color: #3d6a80;
    }

#iFrame, iframe {
    border: 0 !important;
}
/** Directorio **/

.dept-title {
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3c647c;
    padding: 5px 0px 0px 0px;
    float: left;
    margin-top: 10px;
}

#search {
    width: auto;
    float: right;
    height: 30px;
    position: relative;
    margin-top: 10px;
}

    #search .inTexto {
        line-height: 18px;
        border-radius: 2px;
        margin: 5px 10px 0px 0px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
        border: none;
        padding: 1px 5px;
        color: #3c647c;
    }

    #search .buscar {
        line-height: 18px;
        color: #3c647c;
        background: rgba(255,255,255,0.8);
        border: 0;
        padding: 1px 5px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
        border-radius: 2px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
        cursor: pointer;
    }

    #search .title {
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #3c647c;
        padding: 5px 0px 0px 0px;
        float: left;
    }

    #search form {
        float: right;
    }

    #search span {
        float: left;
        margin: 5px 0px 0px 5px;
        color: #ffffff;
        letter-spacing: 1px;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    #search .results {
        float: left;
        margin: 5px 10px;
        color: #3c647c;
        text-decoration: none;
        font-weight: 400;
        font-size: 12px;
    }
/**
@media (min-width: 1024px){
    .navbar-toggle {
        display: none!important;
    }
}
@media (max-width: 1023px){
    .navbar-toggle {
        display: block!important;
    }
}
              
                
                **/
                
.job-page-title {
    font-style: italic;
    font-size: 22px;
    border: 0;
    line-height: 1em;
    height: 1em;
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-bottom: 1px dashed #3c647c;
    background: -moz-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,232,232,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* ie10+ */
	background: linear-gradient(181deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E8E8',GradientType=0 ); /* ie6-9 */
	text-transform: uppercase;
}
                
#logo1 {
	color: #ffffff;
	background-color: #25b6bb;
	font-weight: bold;
	margin-left: 10px;
}

#logo2 {
	color: #000000;
background-color: #7fc1c3;
	font-weight: bold;
}

#logo1 a{
	color: #ffffff;
	background-color: #25b6bb;
	font-weight: bold;
	text-decoration: none !important;
}

#logo2 a{
	color: #000000;
background-color: #7fc1c3;
	font-weight: bold;
	text-decoration: none !important;
}

.quick-border .new5{
	border: 1px solid #efefef;
	border-top: 4px solid #25b6bb !important;
}

#menuso .navbar-default .navbar-nav > li > a {
     color: #2D3F50;
     background-color: #ccc
}

#menuso .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, {
     color: #2D3F50;
     background-color: #a3a3a3
}


#menuso .dropdown-menu > li > a {
     display: block;
     padding: 3px 20px;
     clear: both;
     font-weight: 400;
     line-height: 1.42857143;
     color: #2D3F50;
     white-space: nowrap;
     border-bottom: 1px solid #9C9E9F;
     background-color: #ccc;
}

#menuso .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
     color: #2D3F50;
     border-top: 1px solid #2FB4B5;
     background-color: #a3a3a3;

}

#menuso .navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: #a3a3a3;
}  
  
#menuso .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #2c3e50;
    cursor: default;
    background-color: #a3a3a3;
    border: 1px solid #ecf0f1;
    border-bottom-color: transparent
}

#menuso .nav > li > a {
    padding: 10px 13px !important;
    background-color: #ccc;
}
           
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                