@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* @group arbol ordenar */
.sortPlaceholder {
  background-color: #cfcfcf;
}
.ui-nestedSortable-error {
  background: #fbe3e4;
  color: #8a1f11;
}
ol.sortable,
ol.sortable ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}
ol.sortable {
  margin: 4em 0;
}
.sortable li {
  margin: 7px 0 0 0;
  padding: 0;
}
.sortable li div {
  border: 1px solid black;
  padding: 3px;
  margin: 0;
  cursor: move;
}
/* @end */
/* @group dedolib box */
#DL_mask {
  position: absolute;
  z-index: 90;
  background-color: #000;
  display: none;
  top: 0px;
}
#DL_growl {
  border: none;
  padding: 20px;
  background-color: #000;
  border-radius: 10px;
  opacity: 80;
  filter: alpha(opacity=8000);
  color: #fff;
  position: fixed;
  z-index: 92;
  width: 300px;
}
/* @end */
/* @group multiforkey, multienum select */
.multiSelect {
  width: 100%;
  margin-top: .1em;
}
.multiSelect caption {
  display: none;
}
.separador {
  width: 2em;
}
.multiSelectTh {
  text-align: center;
  border: 1px solid #9F9F9F;
  border-bottom: 0px;
  line-height: 1.5em;
  width: 48%;
}
.multiSelectSelect {
  width: 100%;
  height: 12em !important;
  border: 1px solid #9F9F9F;
  font-size: 90% !important;
}
.botonOff {
  padding: 0em .8em 0em .8em;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background: #373737;
  color: #FFFFFF;
  line-height: 2em;
}
.botonOn {
  padding: 0em .8em 0em .8em;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background: #555555;
  color: #FFFFFF;
}
/* @end */
/* @group radioButtons y ChecksButtons*/
ul.horizontalRadios,
ul.verticalRadios {
  display: block;
  line-height: 100%;
  margin: 3px 0px 0px 0px;
  padding: 0px;
}
ul.horizontalRadios li {
  display: inline;
  margin: 0px;
}
.checkRadioInput {
  float: left;
  border: 0em;
  position: relative !important;
  margin: 0px 8px 0px 0px !important;
}
.labelRadiosChecks {
  padding: 0px 0px 0px 0px;
  margin: 0px 12px 0px 0px;
}
.spanLabel {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  padding-right: 0px;
}
/* @end */
/* @group restriction texts members foto, file... */
.bs-callout {
  margin: 5px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  font-size: 12px;
}
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-sucess {
  background-color: #dff0d8;
  border-color: #398439;
}
/* @end */
/* @group paginator */
.paginatorContent {
  margin: 0px 0px 6px 0px;
}
#pageList {
  margin: -5px 0px 0px 0px;
}
.contPerPage {
  margin: 0px 10px 0px 10px;
}
.btnNew {
  margin-top: -2px;
}
/* @end */
/* @group daterange */
.daterange {
  float: left;
}
.daterangeSep {
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  width: 10px !important;
  height: 10px;
}
/* @end */
/* @group listados */
.listado thead th.thOpciones {
  width: 150px;
}
.btn-group-order {
  margin-top: 4px;
}
/* @end */
legend {
  margin-bottom: 0;
}
legend + *:before {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  margin-bottom: 40px;
}
.labelEdit {
  padding-right: 0px;
}
.iconReq {
  color: #d7211b;
  font-size: 8px;
  display: inline-table;
  margin-top: -3px;
}
.has-success .glyphicon {
  color: #3c763d !important;
}
.has-success .glyphicon:before {
  content: '\e013';
}
.has-error .glyphicon {
  color: #d7211b !important;
}
.has-error .glyphicon:before {
  content: '\e014';
}
.glyphicon-opcional:before {
  content: '\00a0';
}
.form-control-feedback {
  color: #d7211b;
  font-size: 8px;
  right: 10px;
}
::-webkit-input-placeholder {
  color: #555555 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder {
  color: black;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 10000;
  color: #373737;
}
p {
  text-align: justify;
}
hr {
  border-top: 1px solid #F1EDEA;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MT40 {
  margin-top: 40px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MB40 {
  margin-bottom: 40px !important;
}
.noPad {
  padding-left: 0px;
  padding-right: 0px;
}
.noPadL {
  padding-left: 0px;
}
.noPadR {
  padding-right: 0px;
}
.max100 {
  max-width: 100%;
}
.colorMarca {
  color: #007cc1;
}
.colorSec {
  color: #4c8f26;
}
a {
  color: #4C8F26;
}
a.under {
  text-decoration: underline;
}
.upper {
  text-transform: uppercase;
}
.masinfo,
.menosinfo {
  font-size: 11px;
  font-weight: bold;
}
h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#idiomas .active {
  padding: 0px 15px;
}
#idiomas {
  color: #FFFFFF;
}
#idiomas a {
  font-size: 11px;
  color: #FFFFFF;
  padding: 0px 6px 0px 6px;
  text-transform: uppercase;
}
#idiomas ul {
  margin: 0px 0px 3px 0px;
}
#idiomas ul li {
  line-height: 10px;
  padding: 0px;
  border-right: 2px solid #FFFFFF;
}
#idiomas ul li.active {
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0px 6px 0px 6px;
  font-size: 11px;
}
#idiomas ul li:last-child {
  border-right: 0px solid #FFFFFF;
}
.breadcrumb-text {
  float: left;
  padding: 8px 15px;
}
.labelEdit {
  padding-right: 0px;
}
#contenido-central {
  margin-bottom: 2em;
}
/* @group header */
#cabecera .headTop {
  background: #007cc1;
  color: #FFFFFF;
}
#cabecera .headTop .telBox {
  padding: 2px 0px 0px 32px;
  margin: 0px 0px 2px 0px;
  font-size: 13px;
  background: #007cc1 url("../public_images/ico_tel.jpg") no-repeat 10px 2px;
}
#logotipo {
  text-align: center;
  border-bottom: 2px solid #C4C4C4;
  margin-bottom: 8px;
}
#logotipo h1 {
  margin: 24px 0px 14px 0px;
}
header {
  color: #000000;
}
.navbar {
  margin-bottom: 10px;
}
.navbar-default {
  border: 0px;
  background: #FFFFFF;
}
.navbar-collapse {
  padding: 0px;
}
/* @end */
/* @group menu */
.navbar-header {
  width: 100%;
}
#menuPerfil {
  margin: -30px 0px 0px 0px;
  color: #007cc1;
  font-size: 13px;
}
#menuPerfil a {
  color: #007cc1;
  text-decoration: underline;
}
#menu {
  width: 100%;
}
#menu li {
  float: none !important;
}
#menu li > a {
  display: block;
  color: #9C9A9B;
  padding: 16px 0px 16px 8px;
  border-bottom: 1px solid #F0EFED;
}
#menu .nivel1 > a {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#menu .nivel1 > a:hover {
  color: #000000;
}
#menu .nivel1 ul {
  list-style-type: none;
  padding: 0px;
}
#menu .nivel1 ul .nivel2 > a {
  font-size: 13px;
  padding-left: 30px;
}
#menu li.active > a {
  background: #FFFFFF;
  color: #007cc1;
}
#menu li.menuPrivate > a {
  color: #007cc1;
}
/* @end */
/* @group footer */
footer {
  color: #000000;
}
footer hr {
  border-top: 1px solid black;
  border-bottom: 1px solid #363B43;
  margin: 8px 0px 8px 0px;
}
.footerBody {
  background-color: #363636;
  color: #FFFFFF;
  font-size: 11px;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
}
.footerBody a {
  color: #FFFFFF;
}
.footerBody h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 7px 18px;
}
.footerBody ul {
  padding: 0px 0px 0px 18px;
}
.footerBody ul li {
  padding: 0px 0px 6px 0px;
}
.footerBody li.menuPrivate > a {
  color: #007cc1;
}
.footerBody .boxSocialIcons {
  margin-top: 56px;
}
.footerBody .mail a {
  color: #A3CEC5;
  text-decoration: underline;
}
.footerPie {
  font-size: 11px;
  padding: 4px 0px 0px 0px;
  color: #007cc1;
}
.footerPie a {
  color: #000000;
}
#contacto_pie {
  margin-top: 10px;
}
/* @end */
/* @group carrusel */
#carousel-home {
  border: 0px solid #CCCCCC;
}
.carousel-inner > .item img {
  margin: 0 auto;
}
.carousel .carousel-control {
  background-image: none;
}
.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* @end */
/* @group home */
h3.bienvenida {
  font-size: 24px;
  font-weight: normal;
  color: #808487;
}
h3.bienvenida em {
  color: #E3BD2E;
  font-style: normal;
}
.boxFormLogin {
  background: #F1F2ED;
  padding: 2px 10px 8px 10px;
}
.formLogin {
  color: #000000;
}
.formLogin .inpText {
  color: #000000;
  border: 1px solid #A1A1A1;
  background: #FFFFFF;
  width: 100%;
  font-size: 13px;
  padding: 5px 5px 5px 5px;
}
.formLogin #passwd {
  margin: 10px 0px 10px 0px;
}
.formLogin #email {
  margin: 10px 0px 10px 0px;
}
.formLogin .boxBoton {
  text-align: center;
}
.formLogin .boxBoton p {
  margin: 0px;
}
.formLogin .boxBoton .masinfo {
  font-size: 12px;
  color: #363732;
}
.formLogin .btFormLogin {
  color: #FFFFFF;
  background: #4c8f26;
  border: 1px solid #316318;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin: 6px 0px 6px 0px;
  padding: 4px 46px 4px 46px;
}
.calendario {
  background: #F1F2ED;
}
.calendario h4 {
  background: #007cc1;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0px;
}
.calendario .eventsCalendar-currentTitle {
  background: transparent;
  outline: 0px;
  color: #57554f;
  margin-top: 10px;
  text-transform: uppercase;
  border: 0px;
}
.calendario .eventsCalendar-currentTitle a {
  color: #007cc1;
}
.calendario .eventsCalendar-monthWrap {
  top: 0;
}
.calendario .eventsCalendar-slider {
  background: #F1F2ED;
}
.calendario .eventCalendar-wrap .arrow {
  top: 10px;
}
.calendario .eventCalendar-wrap {
  box-shadow: 0 0 0 #fff;
  border: 0px;
  margin-bottom: 0px;
}
.calendario .eventCalendar-wrap .arrow.prev span {
  border-right: 6px solid #007cc1;
}
.calendario .eventCalendar-wrap .arrow span {
  border-left: 6px solid #007cc1;
}
.calendario .eventsCalendar-daysList.showAsWeek {
  background: transparent;
  border: 0px;
}
.calendario .eventsCalendar-daysList.showAsWeek li.empty {
  background: transparent;
  border: 0px;
  min-height: 26.4px !important;
}
.calendario .eventsCalendar-daysList li.current a {
  color: #FFF;
  background: #007cc1 none repeat scroll 0% 0%;
  box-shadow: 0px 0px 0px #216B7A inset;
  text-shadow: 0px 0px 0px #216B7A;
}
.calendario .eventsCalendar-daysList li.dayWithEvents a {
  background: #30b9cb;
  border-radius: 15px;
  color: #fff;
}
.calendario .eventsCalendar-daysList.showAsWeek li {
  background: transparent;
}
.calendario .showAsWeek .eventsCalendar-day a {
  border: 0;
  color: #730F29;
  font-size: 11px;
  font-weight: bold;
}
.calendario .eventsCalendar-daysList li.today a {
  background: #007cc1;
  border-radius: 15px;
  color: #fff;
}
.calendario .eventsCalendar-list-wrap {
  background: #FFFFFF;
}
.calendario .eventsCalendar-subtitle {
  padding-top: 40px;
}
.calendario .eventsCalendar-list-content {
  padding: 10px 10px 14px 10px;
}
.calendario .eventsCalendar-list-content span.eventTitle {
  color: #333333;
  font-weight: normal;
  font-size: 12px;
}
.calendario .eventsCalendar-list-content a.eventTitle {
  color: #333333;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}
.calendario .eventsCalendar-list .eventsCalendar-noEvents {
  font-size: 13px;
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  background-color: #FFFFFF;
  color: #333333;
  text-align: center;
  font-weight: bold;
  box-shadow: none;
  text-shadow: none;
}
.calendario .eventsCalendar-loading {
  border-radius: 0px;
  margin: 0px auto;
  padding: 0 10px;
  background-color: #FFFFFF;
  color: #333333;
  text-align: center;
  font-weight: bold;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  z-index: 4;
  top: 1px;
  left: 65px;
}
.calendario .eventsCalendar-subtitle {
  text-align: center;
  text-transform: uppercase;
  color: #007cc1;
  display: none;
}
.calendario .eventsCalendar-day-header {
  border-bottom: 0px;
  font-size: 13px;
  color: #1d2834;
}
.calendario time {
  color: #007cc1;
  font-weight: bold;
  font-size: 12px !important;
}
.calendario time small {
  display: none;
}
.btn-secondary {
  padding: 8px 12px 5px 12px;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 12px;
  border-radius: 0px;
  background: #007cc1;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #007cc1;
}
.list-group-item {
  border: 0px;
  padding: 0px 0px 30px 0px;
  margin: 0px;
}
.list-group-item:last-child {
  padding-bottom: 10px;
}
.boxNotsHome h4 {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: normal;
}
.boxNotsHome .fecha {
  color: #007cc1;
  font-size: 12px;
}
.boxNotsHome .boxTexto {
  margin: 12px 0px 10px 0px;
}
.boxNotsHome .list-group {
  margin-bottom: 0px;
}
.boxNotsHome .list-group-item {
  padding: 0px 0px 10px 0px;
}
/* @end */
/* @group USSE */
.boxAmbitos p {
  margin-left: 40px;
}
.boxAmbitos p:first-child {
  margin-left: 0px;
}
.boxAmbitos p span {
  font-weight: bold;
}
/* @end */
/* @group miembros */
.miembrosHome {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.miembrosHome li {
  float: left;
  width: 162px;
  text-align: center;
  margin: 0px 32px 20px 0px;
  padding: 3px 0px 3px 0px;
  border: 1px solid #CCCCCC;
}
.miembrosHome li:nth-child(3n) {
  margin-right: 0px;
}
.miembrosHome li img {
  max-width: 100%;
}
.miembrosPage {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.miembrosPage li {
  margin: 0px 0px 0px 0px;
  display: block;
  clear: both;
}
.miembrosPage li .boxImg {
  border: 1px solid #CCCCCC;
  float: left;
  width: 13%;
  text-align: center;
  margin: 0px 20px 40px 0px;
}
.miembrosPage li .boxImg img {
  max-width: 99%;
}
.miembrosPage li .boxDesc {
  float: left;
  width: 80%;
  margin: 0px 0px 40px 0px;
}
.miembrosPage li .boxDesc h3 {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.miembrosPage li .boxDesc p {
  margin: 0px;
  font-size: 12px;
}
/* @end */
/* @group equipo */
.boxEquipo {
  margin: 0px 0px 40px 0px;
  min-width: 400px;
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.35);
}
.boxEquipo .boxImg {
  float: left;
  width: 162px;
}
.boxEquipo .boxDesc {
  float: left;
  padding: 0px 0px 0px 20px;
}
.boxEquipo .boxDesc h3 {
  margin: 10px 0px 10px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #007cc1;
  font-size: 14px;
}
.boxEquipo .boxDesc p {
  margin: 0px;
  font-size: 12px;
  color: #000000;
}
.boxEquipo .boxDesc p.cargo {
  margin: 0px 0px 10px 0px;
  color: #999999;
}
.boxEquipo .boxDesc p.tel {
  margin: 0px 0px 10px 0px;
}
.boxEquipo .boxDesc p.mail {
  margin: 0px;
}
.boxEquipo .boxDesc p.mail a {
  color: #000000;
  text-decoration: underline;
}
/* @end */
/* @group colaboradores */
.boxColaborador {
  margin: 0px 0px 40px 0px;
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.35);
}
.boxColaborador .boxImg {
  float: left;
  width: 33%;
  min-height: 165px;
  text-align: center;
  line-height: 155px;
}
.boxColaborador .boxDesc {
  float: left;
  padding: 20px 20px 20px 30px;
  background: #F5F1E8;
  width: 67%;
}
.boxColaborador .boxDesc h3 {
  margin: 10px 0px 10px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #007cc1;
  font-size: 14px;
}
.boxColaborador .boxDesc p {
  margin: 0px;
  font-size: 14px;
  color: #000000;
}
.boxColaborador .boxDesc p.desc {
  margin: 0px 0px 10px 0px;
}
.boxColaborador .boxDesc p.enlace {
  margin: 0px;
  color: #A19D9A;
}
.boxColaborador .boxDesc p.enlace a {
  text-decoration: underline;
}
/* @end */
/* @group foros */
.boxTxtForos h4 {
  margin: 0px 0px 14px 0px;
  font-size: 15px;
  font-weight: 700;
}
.boxTxtForos p {
  margin: 0px 0px 20px 0px;
}
.boxTxtForos .padLeft {
  padding-left: 50px;
  text-align: justify;
}
/* @end */
/* @group noticias */
.bordeR {
  border-right: 1px solid #A8A8A8;
}
.boxNotList {
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.boxNotList h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
}
.boxNotList h3 a {
  color: #000000;
}
.boxNotList p {
  color: #007cc1;
  margin: 0px;
}
.listYears li {
  cursor: pointer;
  line-height: 32px;
}
.listYears li.active {
  color: #007cc1;
}
.txtNoticia h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
}
.txtNoticia .fecha {
  color: #4c8f26;
  font-size: 13px;
}
.imgNoticia img {
  max-width: 100%;
  height: auto;
}
/* @end */
/* @group eventos */
.boxSearchEventos {
  background: #D4EAF7;
  padding: 10px 0px 10px 20px;
}
.boxSearchEventos .listYears li.activo > span {
  color: #007cc1;
}
.boxSearchEventos .listYears .listMeses {
  padding: 10px 0px 10px 20px;
}
.boxSearchEventos .listYears .listMeses li {
  line-height: 18px;
}
.titMes {
  font-size: 16px;
}
.sepEvento {
  border-bottom: 1px solid #A8A8A8;
  margin-top: 10px;
  margin-bottom: 10px;
}
.boxEventosList {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.boxEventosList h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  text-transform: none;
  margin: 0px 0px 0px 0px;
}
.boxEventosList h3 a {
  color: #000000;
}
.boxEventosList .fecha {
  color: #007cc1;
  margin: 0px;
}
.boxEventosList .lugar {
  color: #000000;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
}
.boxEventosList .enlace {
  margin: 0px;
}
.boxEventosList .enlace a {
  color: #4c8f26;
  margin: 0px;
  font-size: 12px;
}
.boxEventosList .boxDesc {
  font-size: 12px;
  color: #767676;
  line-height: 15px;
}
.boxToGaleria {
  background: #DCDCDC;
  margin-top: 40px;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.boxToGaleria ul {
  clear: both;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}
.boxToGaleria ul li {
  margin-right: 10px;
  display: inline-block;
}
.boxToGaleria ul li:last-child {
  margin-right: 0px !important;
}
.boxToGaleria p {
  font-size: 11px;
  margin: 6px 0px 0px 0px;
  text-align: center;
}
.boxToGaleria p a {
  color: #007cc1;
  text-decoration: underline;
}
/* @end */
/* @group areas tematicas */
.boxAreas {
  background: #F4F0ED;
  margin-top: 40px;
  padding: 20px 50px 20px 50px;
}
.boxAreas .masInfo {
  color: #A18F83;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}
.boxAreas p.titular {
  color: #A18F83;
}
.boxAreas h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #007cc1;
  text-transform: none;
}
.boxAreas .pdf {
  color: #007cc1;
  padding: 0px 0px 0px 40px;
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 30px;
  background: transparent url("../public_images/USSE_iconoPDFazul.png") no-repeat 0px 0px;
}
.menuAreas {
  list-style-type: none;
  padding: 0px;
}
.menuAreas li {
  background: #A18F83;
  cursor: pointer;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 163px;
  height: 92px;
  line-height: 13px;
  margin: 0px 30px 20px 0px;
}
.menuAreas li:nth-child(4n) {
  margin-right: 0px;
}
.menuAreas li.activo {
  background: #007CC1;
}
.menuAreas li div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 163px;
  height: 92px;
}
.boxMasInfo hr {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin: 8px -50px 8px -50px;
}
/* @end */
/* @group manifiestos */
.boxManifiesto {
  background: #EFEFEF;
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.35);
  padding: 10px 20px 10px 20px;
  margin-bottom: 30px;
}
.boxManifiesto h3 {
  color: #007cc1;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.boxManifiesto .pdf {
  color: #007cc1;
  padding: 0px 0px 0px 40px;
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 30px;
  background: transparent url("../public_images/USSE_iconoPDFazul.png") no-repeat 0px 0px;
}
/* @end */
/* @group proyectos */
.boxProyecto {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 18px;
}
.boxProyecto .verProyecto {
  margin: 0px;
  text-align: right;
}
.boxProyecto .verProyecto a {
  color: #007cc1;
  text-transform: uppercase;
  text-decoration: underline;
}
.boxProyecto h3 {
  color: #007cc1;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: 0px;
}
.boxProyecto h4 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
.boxProyecto .pdf {
  color: #007cc1;
  padding: 0px 0px 0px 40px;
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 30px;
  background: transparent url("../public_images/USSE_iconoPDFazul.png") no-repeat 0px 0px;
}
.boxProyecto .pdfPriv {
  color: #685800;
  padding: 0px 0px 0px 40px;
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 30px;
  background: transparent url("../public_images/USSE_iconoPDFkaki.png") no-repeat 0px 0px;
}
.boxProyecto .descPriv {
  color: #685800;
}
.boxProyecto.proPriv h3 {
  color: #685800;
}
.boxProyecto.proPriv .verProyecto a {
  color: #685800;
}
/* @end */
/* @group contacto */
.list-contacto {
  font-size: 14px;
  color: #007cc1;
}
.list-contacto a {
  color: #007cc1;
  text-decoration: underline;
}
.bordeL {
  border-left: 1px solid #D7D7D7;
  padding-left: 20px;
}
.btn-primary {
  padding: 5px 8px 3px 8px;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 12px;
  border-radius: 0px;
  background: #4c8f26;
  color: #FFFFFF;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #FFFFFF;
  background: #4c8f26;
}
.formContacto label.labelEdit {
  text-align: left;
}
.formContacto .control-label {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 4px;
}
.formContacto .labelMasInfo {
  font-size: 14px;
  padding-left: 18px;
  margin-top: 20px;
}
.formContacto .verticalRadios {
  list-style-type: none;
}
.formContacto .verticalRadios li {
  height: 36px;
}
.formContacto .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
}
.formContacto .inputTextArea {
  height: 104px;
}
.formContacto .inputTextAreaPresup {
  height: 84px;
}
.formContacto .checkbox {
  margin-top: 6px;
  padding-left: 20px;
}
.formContacto .checkbox label {
  padding-left: 0px;
  font-size: 12px;
}
.formContacto .form-group {
  margin-bottom: 0px;
}
.h3Brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.h3Brand em {
  color: #007cc1;
  font-style: normal;
}
.subTit {
  font-family: 'Montserrat', sans-serif;
  color: #007cc1;
  font-size: 14px;
  text-transform: none;
}
.leyObligatorios {
  text-align: left;
  color: #888888;
  font-size: 12px;
}
/* @end */
.cookietool-message {
  position: fixed;
  width: 100%;
  padding: .5em;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border: 0 solid #FFFFFF;
  color: #FFFFFF;
}
.cookietool-message-top {
  border-bottom-width: 1px;
  top: 0;
}
.cookietool-message-bottom {
  border-top-width: 1px solid;
  bottom: 0;
}
.cookietool-message p {
  margin: 0;
  margin-bottom: .5em;
}
.cookietool-message a {
  color: #428bca;
  text-decoration: underline;
}
.btn-cookie {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
@media (max-width: 1024px) {
  .miembrosHome li {
    width: 126px;
  }
}
@media (max-width: 800px) {
  .boxSearchEventos {
    padding: 10px 0px 10px 10px;
  }
  .boxSearchEventos .listYears .listMeses {
    padding: 10px 0px 10px 4px;
  }
  .miembrosHome li {
    width: 126px;
    margin: 0px 32px 20px 0px;
  }
  .miembrosHome li:nth-child(3n) {
    margin-right: 32px;
  }
  .miembrosHome li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .navbar-nav {
    margin: 0px;
  }
  .miembrosHome li {
    width: 132px;
    margin: 0px 32px 20px 0px;
  }
  .miembrosHome li:nth-child(3n) {
    margin-right: 0px;
  }
  .miembrosHome li:nth-child(2n) {
    margin-right: 32px;
  }
}
@media (max-width: 320px) {
  .boxSearchEventos {
    padding: 5px 0px 5px 5px;
  }
  .boxSearchEventos .listYears .listMeses {
    padding: 5px 0px 5px 4px;
    font-size: 12px;
  }
  .miembrosHome li {
    width: 126px;
    margin: 0px 32px 20px 0px;
  }
  .miembrosHome li:nth-child(3n) {
    margin-right: 32px;
  }
  .miembrosHome li:nth-child(2n) {
    margin-right: 0px;
  }
  .miembrosPage li .boxImg {
    float: none;
    width: 120px;
    margin: 0 auto 14px auto;
  }
  .miembrosPage li .boxImg img {
    max-width: 99%;
  }
  .miembrosPage li .boxDesc {
    float: none;
    width: 100%;
  }
}
