@import url(https://fonts.googleapis.com/css?family=Roboto:700);
@import url(https://fonts.googleapis.com/css?family=Gudea:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500,500italic,700,700italic);
@import 'https://fonts.googleapis.com/css?family=Noto+Serif:400';

body {padding-top:40px;margin-top:0;}
.global-header {position:fixed;z-index:999;top:0;left:0;width:100%;height: 40px;background-color: #036; color: #fff; font-family: 'Ubuntu', sans-serif;}
.global-footer {margin-top: 1em; width:100%;height: auto;background-color: #036; color: #fff; font-family: 'Ubuntu', sans-serif;}

a.logo img {
  width: 150px;
  height: auto;
}

.xornal {background-color: #EEEEEE; margin:0px;}
.xornal .row {padding: 25px;}
#block-remotecontentblock-xornal h2.block-title {padding: 0 3px; color: #EEEEEE; margin: 0.5em 0 0 0;  text-align: right;
 text-transform: uppercase; height: 35px; line-height: 35px; font-family: 'Roboto', sans-serif; font-size: 4em; font-weight: 900;}
.hentry figure img {width: 200px; max-height: 150px; object-fit:contain;}
.entry-title {font-size: 1.2em;font-family: 'Ubuntu', sans-serif;}
.entry-content {font-family: 'Gudea', sans-serif;}

#block-remotecontentblock-actividades {margin: 20px 0 0 0; }

#block-remotecontentblock-actividades h2.block-title {color: #bbbbbb; margin: 0;
 text-transform: uppercase; height: 35px; line-height: 35px; font-family: 'Roboto', sans-serif; font-size: 3em; font-weight: 900;}
.h-event {border: 1px solid #bbbbbb; padding: 10px; margin: 10px;}
.p-name {font-size: 1.2em;font-family: 'Ubuntu', sans-serif;}
.dt-start, .p-location {display: block;font-family: 'Gudea', sans-serif;}
.h-event time {display: none;}


.global-header h1,
.global-footer h1 {
  margin: 0;
  color: #ffffff;
  background-color: #036;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}

.global-header > .container > div {
  padding: 0;
}

.global-header h1 {
  width: 300px;
  height: 40px;
  background-size: contain;
  background-image: url(/system/modules/es.usc.web.plantilla2017/resources/images/global-header-logo-usc.png);
}

.global-footer h1 {
  width: 200px;
  height: 90px;
  background-size: 80%;
  background-image: url(/system/modules/es.usc.web.plantilla2017/resources/images/global-footer-logo-usc.png);
  margin: 0 75px 0 0;
}

.global-footer ul {
  list-style: none;
  margin: 0.5em 0 0 0;
  padding-left: 0;
}

.global-footer li > a {
  color: #FFF;
}

.global-footer p {
}

.global-footer p a {
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
}

.global-footer span {
  margin-left: 5px;
}

/* <editor-fold desc="Bloque de idiomas"> */
#block-languageswitcher {
  font-size: 0.9em;
  margin-right: 1em;
}

#block-languageswitcher ul {
  margin: 0;
}

#block-languageswitcher ul li {
  display: inline-block;
  margin-left: 5px;
}

#block-languageswitcher a,
#block-languageswitcher a:hover {
  color: #ccc;
}

#block-languageswitcher a.is-active {
  color: #fff;
}
/* </editor-fold> */


/* <editor-fold desc="Bloque do buscador"> */
#search-block-form .form-group {
  margin-bottom: 0;
  margin-top: 3px;
}

#search-block-form .btn-primary {
  background-color: #336699;
  border-color: #CCC;
}

#search-block-form input,
#search-block-form .btn,
.region-header .navbar {
  border-radius: 0;
}

#search-block-form input {
  display: none;
}

#search-block-form .input-group-btn {
  width: auto;
}

#search-block-form .btn {
  background-color: transparent;
  border-color: transparent;
  /*border-radius: 50%;*/
}
/* </editor-fold> */
.region-global-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.region-global-header #block-languageswitcher {
  order: 1;
}

.region-global-header #block-usc-search {
  order: 2;
}

/* <editor-fold desc="usc_front_aviso"> */
.usc-front-aviso .alert {
  border-radius: 0;
}

.usc-front-aviso .alert h1,
.usc-front-aviso .alert h2,
.usc-front-aviso .alert h3,
.usc-front-aviso .alert h4 {
  margin-top: 10px;
}
/* </editor-fold> */

#block-footer-links div, #block-global-footer-links div {margin: 25px;}
#global-header {height: 50px;}

h1, h2, h3, h4,
p, li, td, th,
dt, dd, dl,
div {
  font-family: 'Ubuntu', sans-serif;
}

/*.titulacion dl.dl-horizontal dd {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9em;
  margin-left: 170px;
  margin-bottom: 1em;
}

.titulacion dl.dl-horizontal dt {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9em;
  text-overflow: none !important;
  white-space: normal !important;
}*/

hr.separator {
  border-top: 1px solid #8c8b8b;
  height: 3px;
}

hr.dotted {
  border-top: 1px dotted #8c8b8b;
  height: 1px;
  margin-bottom: 5px;
  margin-top: 5px;
}


.caixa-lateral section {
  background-color: #fff;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 20px 0;

  padding: 10px 15px 0 15px;
}

.caixa-lateral h2 {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  font-size: 16px;
  padding: 10px 15px;
  display: block;

  margin: -10px -15px;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.caixa-lateral p:first-child {
  margin-top: 10px;
}

.caixa-lateral p {
  padding: 15px;
  margin-left: -15px;
}

.table-terminacion td {
  text-align: center;
}

/* De momento sacamos los iconos de tipos de doc 
a[href$=".pdf"]:before
{
  padding-right: 5px;
  font-family: FontAwesome;
  content: "\f1c1";
  color: #c00;
}

a[href$=".doc"]:before, a[href$=".docx"]:before
{
  padding-right: 5px;
  font-family: FontAwesome;
  content: "\f1c2";
  color: #c00;
}

a[href$=".rtf"]:before,
a[href$=".odt"]:before
{
  padding-right: 5px;
  font-family: FontAwesome;
  content: "\f0f6";
  color: #c00;
}

a[href$=".xls"]:before, a[href$=".xlsx"]:before,
a[href$=".ods"]:before
{
  padding-right: 5px;
  font-family: FontAwesome;
  content: "\f1c3";
  color: #c00;
}

a[href$=".ppt"]:before, a[href$=".pptx"]:before,
a[href$=".odp"]:before
{
  padding-right: 5px;
  font-family: FontAwesome;
  content: "\f1c4";
  color: #c00;
}

a[href$=".zip"]:before, a[href$=".tar"]:before, a[href$=".gz"]:before,
a[href$=".bz"]:before, a[href$=".bzip"]:before, a[href$=".gzip"]:before
{
  padding-right: 5px;
  font-family: FontAwesome;
  content: "\f1c6";
  color: #c00;
}
*/

/* Bloque Slogan */
.usc-slogan {
  margin: 20px 10px 10px 0;
  font-family: 'Noto Serif', serif;
  font-size: 2em;
  color: #696158;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  padding-left: 0.5em;
}
div.usc-slogan {
  margin: 30px 10px 8px 0;
}

/* Bloques no footer.footer */
footer.footer section.block {
  width: 33%;
  padding: 0 1em;
  float: left;
}


.jumbotron.special-page {
  margin-top: 0;
  margin-bottom: 0;
}


/*.contextual button.trigger {
  background-color: #96001e;
  -webkit-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.75);
}

.contextual button.trigger:hover {
  background-color: #96001e;
  -webkit-box-shadow: 0px 0px 132px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 132px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 132px 2px rgba(0,0,0,0.75);
}

.contextual-region.focus .content {
  border: 1px dashed #7b3a3e;
}*/


/* Estilos para o paragraph de documentación de títulos de calidade (páxina calidade dun centro) */
.documentaion-calidade .field--name-field-pg-titulacion-referencia {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.8em 0 0 0.5em;
}

.documentaion-calidade .field--name-field-pg-calidade-documentacion {
  margin-left: 1.2em;
}

.documentaion-calidade .field--name-field-pg-calidade-titulacion-ano {
  font-size: 1.0em;
  font-weight: bold;
}

.documentaion-calidade .field--name-field-pg-calidade-titulacion-doc {
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 0.5em;
  padding: 0.5em;
  border-left: 1px solid #ccc;
}

.gap-right {
  margin-right: 10px;
}

.gap-left {
  margin-left: 10px;
}


/* Banners CAMPUS Vida e Terra */
#block-logotiposcabeceirausc p {
  display: inline-block;
  float: right;
}

#block-logotiposcabeceirausc p a {
  display: inline-block;
  float: left;
  padding-top: 1em;
  margin-right: 1em;
}

#block-logotiposcabeceirausc p a:nth-child(1) {
  padding-top: 0;
}

#block-logotiposcabeceirausc p a img {
  max-width: 140px;
}

#block-logotiposcabeceirausc {
  right: 0;
  top: 10px;
}

/* <editor-fold desc="Estilos para a páxina /gl/goberno/index.html"> */
#block-views-block-consello-de-direccion-block-1 {
  float: left;
  width: 50%;
  padding: 0 1em 0 0;
}

#block-views-block-consello-de-direccion-block-1 + article {
  float: right;
  width: 50%;
  padding: 0 0 0 1em;
}

#block-views-block-consello-de-direccion-block-1 .img-responsive {
  max-width: none;
}
/* </editor-fold> */

/* <editor-fold desc="Parágrafo persoa">*/
.field--name-field-fe-persoas-persoa > .field--item {
  margin: 10px 0;
  border-bottom: 1px dotted #999;
}
.field--name-field-pg-persoa-foto {
  margin-right: 10px;
  float: left;
}
.field--name-field-pg-persoa-nome {
  font-size: 1.2em;
}
.field--name-field-pg-persoa-posto {
  font-size: 1.2em;
  font-style: italic;
  margin: 8px 0;
}
/* </editor-fold> */


/* <editor-fold desc="Lista de definición en columna estreita"> */
.col-md-4 dl.dl-horizontal dt {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9em;
  width: 120px;
  text-overflow: clip !important;
  white-space: normal !important;
}

.col-md-4 dl.dl-horizontal dd {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9em;
  margin-left: 130px;
  /*margin-bottom: 1em;*/
}


/* </editor-fold> */

.field--name-field-fe-congreso-organiza {
  margin: 10px 0;
}

.field--name-field-fe-congreso-url,
.field--name-field-fe-cultura-url {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.buscador-404 {
  width: 50%;
  text-align: center;
}

.not-found-suggestions ul {
  list-style: none;
  padding: 0;
}

.not-found-suggestions li {
  padding-left: 1.3em;
}

.not-found-suggestions li:before {
  content: "\f02e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.not-found-suggestions ul.centros li:before {
  content: "\f19c";
}

.not-found-suggestions ul.titulacions li:before {
  content: "\f19d";
}


/* Resultados da búsqueda */
.search-usc {
  list-style: none;

}

.search-usc h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.1em;
}

.search-usc p {
  font-size: 1em;
  color: #333;
}

.search-usc .search-link {
  font-size: 1em;
  color: #006621;
  white-space: nowrap;
  font-style: italic;
}

.search-usc .search-date {
  font-size: 1em;
  color: #999;
}

.usc-front-nova .p-summary {
  font-style: oblique;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color: #333;
}

.usc-front-nova.h-entry .dt-published,
.usc-front-nova.h-entry .dt-updated {
  color: #3A6728;
}

/* Copiado de hiden.module.css */
.hidden {
    display: none;
}
.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    overflow-wrap: normal;
    position: absolute !important;
    width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static !important;
    width: auto;
}
.invisible {
    visibility: hidden;
}
/* Fin de copiado de hiden.module.css */

/* Copiado de clearfix.module.css */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
/* Fin de copiado de clearfix.module.css */



/* Copiado de estilos.css de es.usc.web.plantilla */
.blq-navegacion-lateral .caixa ul li.titulo,.blq-navegacion-lateral .caixa li.titulo,.blq-navegacion-lateral .caixa .titulo, .blq-central .caixa .titulo
{
    background-color: #036;
    border-radius: 4px 4px 0px 0px;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0;
}

.blq-navegacion-lateral .caixa ul, .blq-central .caixa ul {
    padding-left: 0;
}

.blq-navegacion-lateral li, .blq-central .caixa li {
    list-style: none;
    border-top: 1px solid #999;
    margin: 0px;
}

.blq-navegacion-lateral li a, .blq-navegacion-lateral li strong, .blq-central li a, .blq-central li strong {
background: #E9E9E9;
padding: 5px 3px 5px 5px;
line-height: 25px;
text-decoration: none;
}


.blq-navegacion-lateral li img, .blq-central li img {
background: #E9E9E9;
display: inline;
line-height: 25px;
text-decoration: none;
}


.blq-navegacion-lateral li a, .blq-navegacion-lateral li strong, .blq-central .caixa li a, .blq-central .caixa li strong {
display: block;
}

.blq-navegacion-lateral li strong, .blq-central li strong  {
    font-weight: bold;
}

.blq-navegacion-lateral ul li a:visited, .blq-central  ul li a:visited  {
    background: #F2F2F2;
}

.blq-navegacion-lateral ul li a:hover, .blq-central  ul li a:hover {
    color: white;
    background: #36C;
}

/*XESCAMPUS*/ 
h2.datos {
	background: #006;
	color: #FFF;
	padding: 3px 0 3px 5px;
	width: 90%;
}

ul.datos2 {
	border: 1px solid #999;
	width: 90%;
	margin: 0;
	padding: 0;
}

ul.datos2 li {
	border-top: 1px solid #999;
	padding: 2px 0 2px 5px;
	list-style: none;
}

.taboa_xescampus {
	border: 1px solid #999;
	width: 100%;
	text-align: center;
}

.taboa_xescampus th {
	background: #003082 url(bg_azul_sinesquinas.gif) repeat-x;
	color: #FFF;
	padding: 3px 0 3px 5px;
}

.taboa_xescampus th a {
	color: #FFF;
	text-decoration: underline;
}

.taboa_xescampus th a:hover {
	color: #c00;
	text-decoration: underline;
}

.taboa_xescampus td {
	border-collapse: collapse;
	border: 1px solid #999;
	padding: 2px
}

#contidos #featured #featured-links {
	margin:0;padding:1px;
	}

#contidos #featured #featured-links li {
	margin: 0; padding:0;
	}

#contidos #featured #featured-links li a {
	margin: 0; padding:5px;
	}


.combo_anos { 
	padding: 0; 
	background: #DDDDDD; 
	margin: 10px;
}
/*.combo_anos { padding:50px; background: #FFBB00; margin: 20px}*/


.combo_anos_anterior {
	padding: 50px;
	background: #CCFFFF;
	margin: 20px
}
/* Fin copiado de es.usc.web.plantilla */

/* Para menú principal en main_contido */
.nav > li > div > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

ul.menu.nav.navbar-nav {
    float: inherit;
    margin: 0;
}

/* Aplicar responsive a bloque central */
.blq-central img {
	/* Copiado de img-responsive */
	display: block;
	max-width: 100%;
	height: auto;
}

.blq-central table {
	overflow-x: auto;
  	min-height: 0.1%;
}
	
@media screen and (max-width: 767px) {
	.blq-central table {
	    width: 100% !important;
	    margin-bottom: 15px;
	    overflow-y: hidden;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    border: 1px solid #ddd;
	}
}

/* Ajuste de grid_3 grid_4 */
@media screen and (min-width: 767px) {
	.blq-central .perfis, .blq-central .perfis {
		width: 33.33333333% !important;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.blq-central hr {
    float: left;
    border: 0;
    border-top: 1px solid #999;
    width: 100%;
    height: 1px;
}

.perfis > .grid_3, .perfis > .grid_4 {
  position: relative;
}

.perfis ul {
    display: block;
    clear: both;
    padding: 3px 0 0 20px;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

.perfis ul li {
    margin: 5px;
    list-style-type: disc;
    padding: 3px 0 0 20px;
}

.pe_foto_perfis {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 217px;
    background: #222;
    color: #FFF;
    margin: 0;
    padding: 4px;
    line-height: 14px;
    filter: alpha(opacity = 80);
    -moz-opacity: .8;
    opacity: .8;
    text-align: right;
}



 #block-contidoremoto-novas h2.block-title {padding: 0 3px; color: #EEEEEE; margin: 0.5em 0 0 0;  text-align: right;

  text-transform: uppercase; height: 35px; line-height: 35px; font-family: 'Roboto', sans-serif; font-size: 4em; font-weight: 900;}

 #block-contidoremoto-actividades {margin: 20px 0 0 0; }

 #block-contidoremoto-actividades h2.block-title {color: #bbbbbb; margin: 0;

  text-transform: uppercase; height: 35px; line-height: 35px; font-family: 'Roboto', sans-serif; font-size: 3em; font-weight: 900;}
  
  
table th,

table td {

    border: 1px solid #ddd !important;

padding:2px;

  }


img[src*="icons/pdf.gif"] {

display:inline;

}    
