<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: 'Open Sans', sans-serif;
}

.header-ciae{
	margin: 40px 0px 30px;
}
.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus{
	background-color: rgba(255,255,255,0.2);
	
}
.navbar{
	min-height: 40px;
}

.navbar-ciae{
	color: #fff;
	background: #353F5A; /* Old browsers */
	background: -moz-linear-gradient(top,  #353F5A 1%, #122B65 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#353F5A), color-stop(100%,#122B65)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #353F5A 1%,#122B65 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #353F5A 1%,#122B65 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #353F5A 1%,#122B65 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #353F5A 1%,#122B65 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353F5A', endColorstr='#122B65',GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
}
.navbar-nav&gt;li.active&gt;a{
	color: #F26522;
}
.navbar-nav&gt;li&gt;a{
	color: #fff;
	font-size: 12px;
	padding: 10px 10px;	
	text-transform:uppercase;
}

 a {
  color: #122B65;  
  
}
a:hover, a:focus {
  color: #F26522;
  text-decoration:underline; 
  
  
} 
 


.navbar-nav&gt;li&gt;a:hover, .navbar-nav&gt;li&gt;a:focus{
	background-color: transparent;
	color: #F26522;
}
.navbar-nav&gt;li&gt;a.social{
	font-size: 18px;
	padding: 10px 8px;
}
.idioma{
	margin-bottom: 10px;
	font-size: 12px;
}
.form-control-search{
	border: 1px solid #337ab7;
	border-radius: 0px;
	border-right: 0px;
	box-shadow: none;
}
.form-control-search option.selected {
    background: red;   
}
.input-group-addon-search{
	background-color: transparent; 
	border-top: 1px solid #337ab7;
	border-bottom: 1px solid #337ab7;
	border-right: 1px solid #337ab7;
	border-radius: 0px;
}
footer{
	min-height: 275px;
	width: 100%;
	/*background: #193B68; */
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	background: #353F5A; /* Old browsers */
	background: -moz-linear-gradient(top,  #353F5A 1%, #122B65 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#353F5A), color-stop(100%,#122B65)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #353F5A 1%,#122B65 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #353F5A 1%,#122B65 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #353F5A 1%,#122B65 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #353F5A 1%,#122B65 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353F5A', endColorstr='#122B65',GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
}
footer h4{
	font-size: 18px;
	font-weight: 300;
}
.info-contacto{
	margin-top: 60px;
}
.info-contacto&gt;p{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 300;
}
.logos-universidades{
	margin-top: 50px;
	vertical-align: top;
	
}
.btn-primary{
	background: #F26522;
	color: #fff;	
}
.logos-universidades img{
	max-height: 140px;

}
.btn-primary:hover{
	background:#F9B18E;
}

/* Home */
.slider-home{
	height: 420px;
	width: calc(66.66666667% + 20px);
	float: left;
}
.carousel-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.4);
  width: 70%;
  height: 120px;
  text-align:left;
  padding: 20px; 
}
 
.carousel-caption h3{
	margin-top: 0px;
	font-weight: 300;
	color: #F1F1F1 ;
}
.carousel-caption p{
	color: #F1F1F1;
}
.carousel-caption p&gt;a{
	color: #F1F1F1;
}
.carousel-control{
	width: 50px;
	height: 50px;
	background: #122B65;
	top: inherit;
}
.agenda-home{
	height: 420px;
	width: calc(33.33333333% - 20px);
	float: left;
	background: #122B65;
	padding: 20px;
	color: #fff;
	

    overflow-y:   auto; 
}
.agenda-home h4{
	color: #fff;
	display: block;
	font-size: 16px;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
	margin: 10px 0px 15px;
	text-transform: uppercase;	
}
.agenda-home a{
	color: #fff;
	font-size: 13px;
}
.evento{
	margin-bottom: 25px;
}
.month{
	width: 100%;
	max-width: 80px;
	background: #fff;
	border: 2px solid #fff;
	color: #122B65;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.day{
	width: 100%;
	max-width: 80px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	font-size: 29px;
	padding:0px;
}
.info-agenda-home{
	font-size: 14px;
	padding-left: 0px;
	padding-right: 15px;
	  font-weight: 300;
}
.info-agenda-home p{
	margin-bottom: 0px;
}
.info-agenda-home span.hora{
	font-weight: 500;
	font-size: 13px;
}
.grey-box-home{
	background: #F1F1F2;
	padding: 10px 20px;
	margin-top: 20px;
}


h2.big-title{
	/*margin-top: 0px;*/
	font-weight: 300;
	color: #122B65;
	border-bottom: 2px solid #122B65;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-top: 10px;
}

h2.title-grey-box{
	color: #122B65;
	display: block;
	font-size: 16px;
	border-bottom: 2px solid #122B65;
	padding-bottom: 8px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.post-new{
	padding: 10px 0px 5px;
}
.link-square{
	display: block;
	width: 20px;
	height: 20px;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	background: #122B65;
	color: #fff;
}
a.link-square:hover{
	text-decoration: none;
	color:#fff;
	background: #F26522;
}
.titulo-noticia-home{
	color: #122B65;
	font-size: 16px;
	font-weight: 500;
}
.blue{
	background: #122B65;
	color: #fff;
}
.blue-nav{
	border: 1px solid #122B65;
	color: #122B65;
}
.orange{
	background: #F26522;
	color: #fff;
}
.orange a, .blue a{
	color: #fff;
}
.caluga-sidebar{
	padding: 10px 20px 20px;
	margin-top: 20px;
}
.caluga-sidebar-nav{
	margin-top: 20px;
}
.caluga-sidebar-nav p{
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
}
.caluga-sidebar h4{
	color: #fff;
	display: block;
	font-size: 16px;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
	margin: 10px 0px 15px;
	text-transform: uppercase;	
}
.caluga-sidebar-nav h4{
	color: #fff;
	display: block;
	font-size: 16px;
	border-bottom: 2px solid #fff;
	padding: 10px 20px;
	margin: 0px 0px 15px;
	text-transform: uppercase;	
	background: #122B65;
}
.caluga-sidebar h6{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 30px 0px 10px;
	text-transform: uppercase;	
	font-weight: 300;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
.caluga-sidebar-nav h6{
	color: #122B65;
	display: inline-block;
	font-size: 14px;
	margin: 30px 0px 10px 20px;
	text-transform: uppercase;	
	font-weight: 300;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
.caluga-sidebar-nav&gt;p.buscar-apellidos{
	margin-left: 20px;
}
.caluga-sidebar ul{
	padding-left: 20px;
}
.caluga-sidebar ul ul{
	margin-bottom: 20px;
}
.sidebar-nav-content{
	margin: 0px 20px;
}
.titulo-proyecto{
	color:#fff;
	font-size: 16px;
	margin: 5px 0px 20px;
	display: block;
}
.banner-home{
	margin-bottom: 50px;
	margin-top: 30px;
}

/* PAGES */
.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb&gt;li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\003E";
}
.single-new{
	margin-top: 20px;
}
.single-new&gt;div.grey-box-home{
	margin-top: 0px;
}
.tag-zone{
	margin: 10px 0px 20px;
}
.tag{
	padding: 5px 15px;
	background: #122B65;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-right: 10px;
}
.box-style{
	padding: 20px;
	margin-bottom: 20px;
}
.box-buscador h2{
	margin-top: 0px;
	font-weight: 300;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-form{
	margin-bottom: 15px;
}
.buscar-apellidos a{
	padding-right: 10px;
}
.grey-box-list{
	margin-bottom: 30px;
}
.grey-box-home h3{
	color: #122B65;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}
.grey-box-list h3{
	margin: 20px 0px 10px;
	border-bottom: 0px;
}
.grey-box-list li{
	margin-bottom: 10px;
}
.link-gallery{
	display: block;
	margin: 10px 0px;
}
.banner-publicacion{
	  margin: 0px 15px 20px;
}
.banner-publicacion h5{
	font-size: 16px;
	margin-top: 0px;
}
.banner-publicacion p{
	font-weight: 300;
}
h3.secondary-title{
	font-size: 16px;
	border-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}
.item-row{
	margin-bottom: 30px;
}
.view-more-long{
	display: block;
	border-bottom: 1px solid ;
	margin-bottom: 30px;
}
.col-force-5{
	width: 20%;
	min-width: 140px;
	float: left;
}
.col-force-5 p{
	font-size: 12px;
	margin-bottom: 20px;
}
a.link-img-persona{
	display: block;
	background-color: #122B65;
	background-image: url(images/view-more.png);
	background-repeat: no-repeat;
	background-position: center;
}
a.link-img-persona:hover&gt;img{
	opacity: 0.2;
}
.ico-quienes{
	color: #122B65;
	font-size: 45px;
	text-align: center;
}
h3.tit-universidad{
	border-bottom: 0px;
}


</pre></body></html>