﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    background-color: #F9F9F9;
	font-family: 'Lato', sans-serif;
}


h1 {
    font-size: 1em;
    color: #009BDB;
	text-transform: uppercase;
}

h1.titulonoticia{
    margin-bottom: 14px;
	color: #009BDB;
	font-weight: bold;
	font-size: 16px;
}

h2 {
    font-size: 0.95em;
    color: #666666;
}

h3 {
    font-size: 0.9em;
    color: #009BDB;
}

h4 {
    font-size: 0.7em;
    color: #666666;
}

p {
    font-size: 0.9em;
    color: #666666;
}

li {
    font-size: 0.9em;
    color: #666666;
	list-style-position: outside;
	margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #009bdb;
}

blockquote {
    border-left: 0;
}

#container {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
}

#header {
    background-color: #91D3D9;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1%;
}

#logo {
    background-color: #C4EDF1;
    width: 15%;
}

    #logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: auto;
    }

#social {
    display: flex;
    align-items: center;
    flex-grow: 9;
    justify-content: flex-end;
    margin-right: 1%;
}

.social-icons {
    width: 5%;
}

    .social-icons img {
        display: block;
        width: 60%;
        height: auto;
        cursor: pointer;
    }

.gridder{margin:0px;padding:0px;list-style-type:none; text-align: center;}

.gridder-list{display:inline-block;vertical-align:top}

.gridder-show{text-align: left;display:block;float:left;width:100%;position:relative;background:#EEE url("../images/loading-spin.svg") no-repeat center}

.gridder-show.loading{background:#EEE url("../images/loading-spin.svg") no-repeat center}

.gridder-content{display:none}

.gridder-list{width:20%}

@media only screen and (max-width: 600px) {
  	.gridder-list{width:100%}
	.contenido-der{width: 100%;}
}

.gridder-list:nth-child(n){margin-bottom:1%;margin-right:1%}

.gridder-list:nth-of-type(6n){margin-right:0;margin-bottom:0}

.gridder-show{padding:20px;background:#EEE;margin-bottom:1%}

.gridder-navigation .gridder-nav.disabled{opacity:.5}

.gridder-list{cursor:pointer}.gridder-list:hover{opacity:0.8}

.hasSelectedItem .gridder-list{opacity:.5}

.hasSelectedItem .gridder-list.selectedItem{opacity:1}

.gridder-navigation {
    text-align: right;
}
a.gridder-close {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-indent: 999px;
	background-image: url(/2019_images/cerrar.png);
	opacity: 1;
}

a.gridder-close:hover {
    opacity: 0.8;
}


/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  /*height: 50px;*/
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}


.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
	/*position: absolute;
	top: 0;
	left: 0;*/
	background-color: #ffffff;
	box-shadow: inset 0 -2px 0 #41307c;
	width: 100%;
	padding: 0;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  /*height: 50px;*/
 /* width: 140px;*/
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2); 
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
	

	
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }

  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: left;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 10px;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}

.cd-gallery h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  	display: block;
	max-width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
	  padding-left: 0;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 20px 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 100%;
	  padding: 20px;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 100%;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

/*# sourceMappingURL=demo.css.map */


.logo_ficha {
    margin-bottom: 20px;
    border: 2px solid #e2e2e2;
    margin-top: 40px;
}

.ficha-cont {
    box-shadow: 0 0 15px #e2e2e2;
	background-color: #fff;
	margin-bottom: 50px;
}


ul.fichass {
    margin: 40px 0;
}

ul.fichass li {
    font-size: 13px;
    list-style: none;
    border-bottom: 2px solid #e2e2e2;
    padding: 10px 0;
    margin: 0;
}

.description {
    background-color: #009bda;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
}

tr.title_bold22 {
    background: #009bd8;
    text-align: center;
    color: #fff;
}

div#CP_Contenido_pnlMapa {
    margin-top: 40px;
}


div#CP_Contenido_Row_01, div#CP_Contenido_Roww_02, div#CP_Contenido_Roww_04 {
    background-color: #fff;
    box-shadow: 0 0 10px #e2e2e2;
    padding: 10px 10px 34px 10px;
    margin-bottom: 40px;
}


.boton-dorado {
    color: white;
    background-color: #cead72;
    display: inline-block;
    padding: 30px 20px;
    margin-bottom: 0;
    width: 100%;
    height: 150px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.boton-dorado:hover{
	color:white; 
	background-color:#987940;
}

.boton-dorado i{
	font-size: 30px;
}

#login {
    flex-grow: 1;
    align-items: center;
    /*padding-left: 30px;
    background-image: url(/2019_images/login.png);
    background-repeat: no-repeat;
    background-position: left;*/
}

.ingreso a {
    color: #FFF;
}

.ingreso {
    background-color: #009bdb;
    border: 0px;
    text-align: center;
    height: auto;
    padding: 7px 15px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.fechas {
    background-color: #D8E9EA;
    flex-wrap: wrap;
    width: 15%;
    height: 418px;
    font-family: 'Lato', sans-serif;
    /*display: flex;*/
    align-items: center;
}

#contenido {
    width: 100%;
}

.titulofecha {
    width: 100%;
    text-align: center;
	background-color: #009bda;
    color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}

.contenedor-fecha {
    background-color: #d8e9ea;
    width: 100%;
    padding: 10px;
}

.cont-fecha{
	width: 100%;
	float: left;
	background-color: #009bd9;
}

.dia {
    background-color: #009bd8;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 5px 0 0 0;
}

.diaint {
    background-color: #91D3D9;
    width: 10%;
    color: #ffffff;
   /* height: 50px;*/
    font-size: 22px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.diaint1 {
    background-color: #F68360;
    width: 10%;
    color: #ffffff;
    /*height: 50px;*/
    font-size: 22px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.diaint3 {
    background-color: #0084AD;
    width: 10%;
    color: #ffffff;
    /*height: 50px;*/
    font-size: 22px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.hora {
    font-size: 10px;
    margin-top: 5px;
    width: 100%;
}

.titulo-evento{
    color: #009bd8;
    margin: 0;
	font-size: 13px;
}

.mes {
    background-color: #009bd9;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
}

.mesint {
    background-color: #e8e8e8;
    width: 90%;
    margin-bottom: 10px;
    color: #666666;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    /*height: 50px;*/
    padding: 20px 0 0 20px;
    text-align: left;
	text-transform: uppercase;
}

.datosfecha {
    
    padding: 5%;
    height: 115px;
    color: #666666;
    font-size: 15px;
	float: left;
}

.proximasfechas {
    width: 90%;
    padding: 5% 5% 10% 5%;
    color: #666666;
    align-content: center;
    font-size: 15px;
    background-color: #ffffff;
    float: left;
    margin: 0 10px 10px 10px;
}

.botonmasfechas {
    display: flex;
    width: 100%;
    justify-content: center;
	padding: 5%;
}

.masfechas {
    background-color: #656A73;
    margin: auto;
    border: 0px;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    cursor: pointer;
}

    .masfechas:hover {
        opacity: 0.6;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/* Responsivo MN *
@media only screen and (max-width: 1480px) {
	.cont-fecha {
    	width: 26%;
	}
	.mes {
    	padding: 0;
		font-size: 8px;
	}
}

/
/* 
@media only screen and (max-width: 14000px) {
	.cont-fecha {
    	width: 100%;
	}
	.dia {
    	padding: 0;
		background-color: #009bd9;
	}
	.mes {
    	padding: 5px 0;
	}
	
	.proximasfechas{
    	margin-top: 0;
	}
	.titulofecha {
		margin-bottom: 0px;
	}
}
*/






.contenidocentral {
    width: 84%;
    margin-left: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .contenidocentral p {
        text-align: left;
		font-size: 1em;
    }

    .contenidocentral h1 {
        font-size: 1.5em;
    }

#nav_menusup {
    width: 100%;
}

    #nav_menusup img {
        width: 40%;
        height: auto;
		padding: 10px 0;
    }

#btn-nav {
    display: none;
}

#nav_menusup label {
    display: none;
}

    #nav_menusup label:hover {
        cursor: pointer;
    }

.nav_menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.nav_menu li {
    flex: 1 1 auto;
    justify-content: center;
}

    .nav_menu li a {
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding: 10px;
		font-weight: bold;
        text-align: center;
        color: #fff;
		text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

        .nav_menu li a:hover {
            background-color: rgba(157,172,206,0.6);
            color: #FFF;
            -webkit-transition: all 0.45s ease;
            -moz-transition: all 0.45s ease;
            -ms-transition: all 0.45s ease;
            -o-transition: all 0.45s ease;
            transition: all 0.45s ease;
        }

#nav_btn0 {
    background-color: #009bdb;
}

#nav_btn1 {
    background-color: #e86969;
}

#nav_btn2 {
    background-color: #629DA0;
}

#nav_btn3 {
    background-color: #68A05A;
}

#nav_btn4 {
    background-color: #CEAD72;
}

#nav_btn5 {
    background-color: #99928d;
}

#nav_btn6 {
    background-color: #A475AF;
}

#nav_btnf {
    display: none;
}


.buscador {
    width: 100%;
    background-color: #CCCBCA;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1%;
}

.titulobuscador {
    width: 33%;
    text-align: center;
}

.buscadorinput {
    width: 50%;
    border-radius: 10px;
    color: #999;
    border: 0px;
    padding: 5px;
}

.btnbuscador {
    width: 35px;
    height: 25px;
    background-image: url(/2019_images/buscador.png);
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
	background-size: 24px;
    margin-left: 10px;
}

#boxes {
    width: 100%;
}

    #boxes ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        list-style: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        #boxes ul li {
            border-radius: 0px 20px 0px 0px;
            min-height: 146px;
            width: 30.5%;
            margin-bottom: 1%;
            padding: 10px;
        }

            #boxes ul li a {
                display: block;
                cursor: pointer;
                padding-top: 30%;
                text-align: right;
                border: 0px;
                color: #ffffff;
                font-family: 'Lato', sans-serif;
                font-size: 20px;
                font-weight: 700;
            }

.box img {
    width: 100%;
    height: auto;
}

#box1 {
    background-image: url(/2019_images/box1.jpg);
    background-size: cover;
}

#box2 {
    background-image: url(/2019_images/box2.jpg);
    background-size: cover;
}

#box3 {
    background-image: url(/2019_images/box3.jpg);
    background-size: cover;
}

#box4 {
    background-image: url(/2019_images/box4.jpg);
    background-size: cover;
}

#box5 {
    background-image: url(/2019_images/box5.jpg);
    background-size: cover;
}

#box6 {
    background-image: url(/2019_images/box6.jpg);
    background-size: cover;
}

#box1:hover {
    opacity: 0.6;
    -webkit-transition: all 0.6ms ease-in;
    -moz-transition: all 0.6ms ease-in;
    -ms-transition: all 0.6ms ease-in;
    -o-transition: all 0.6ms ease-in;
    transition: all 0.6ms ease-in;
}

#box2:hover {
    opacity: 0.6;
    -webkit-transition: all 0.6ms ease-in;
    -moz-transition: all 0.6ms ease-in;
    -ms-transition: all 0.6ms ease-in;
    -o-transition: all 0.6ms ease-in;
    transition: all 0.6ms ease-in;
}

#box3:hover {
    opacity: 0.6;
    -webkit-transition: all 0.6ms ease-in;
    -moz-transition: all 0.6ms ease-in;
    -ms-transition: all 0.6ms ease-in;
    -o-transition: all 0.6ms ease-in;
    transition: all 0.6ms ease-in;
}

#box4:hover {
    opacity: 0.6;
    -webkit-transition: all 0.6ms ease-in;
    -moz-transition: all 0.6ms ease-in;
    -ms-transition: all 0.6ms ease-in;
    -o-transition: all 0.6ms ease-in;
    transition: all 0.6ms ease-in;
}

#box5:hover {
    opacity: 0.6;
    -webkit-transition: all 0.6ms ease-in;
    -moz-transition: all 0.6ms ease-in;
    -ms-transition: all 0.6ms ease-in;
    -o-transition: all 0.6ms ease-in;
    transition: all 0.6ms ease-in;
}

#box6:hover {
    opacity: 0.6;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.box-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.noticia {
    width: 69.5%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #C4EDF1;
    padding: 1%;
    margin-top: 1%;

}
.noticia_ancho {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #C4EDF1;
    padding: 1%;
    margin-top: 1%;
}


#noticia-listado {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.fotonoticia {
    width: 20%;
    margin-right: 3%;
    float: left;
}

    .fotonoticia img {
        width: 100%;
        height: auto;
    }

.fotonoticiaint {
    width: 20%;
    margin: 0% 3% 0% 0%;
    float: left;
}

    .fotonoticiaint img {
        width: 100%;
        height: auto;
    }

.titularnoticia {
    width: 77%;
}

.cuerpotexto {
    width: 100%;
    border-top: 1px dotted #999;
    font-size: 14px;
    line-height: 18px;
    color: #645E66;
	padding: 15px 0;
}

.vermas a {
    color: #FFF;
}

.vermas {
    width: 100%;
	text-align: right;
}

.menu-inferior {
    width: 27%;
    margin-top: 1%;
}

    .menu-inferior ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        list-style: none;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .menu-inferior li {
        margin-bottom: 10px;
        text-align: center;
    }

        .menu-inferior li a {
            font-family: 'Lato', sans-serif;
            display: block;
            padding: 10px;
            font-size: 13px;
            margin-bottom: 2px;
            border: 0px;
            cursor: pointer;
            color: #ffffff;
        }

            .menu-inferior li a:hover {
                background-color: rgba(157,172,206,0.6);
                color: #FFF;
                -webkit-transition: all 0.45s ease;
                -moz-transition: all 0.45s ease;
                -ms-transition: all 0.45s ease;
                -o-transition: all 0.45s ease;
                transition: all 0.45s ease;
            }

#boton1 {
    background-color: #E86969;
}
#boton2 {
    background-color: #68A05A;
}
#boton3 {
    background-color: #CEAD72;
}
#boton4 {
    background-color: #629DA0;
}
#boton5 {
    background-color: #A475AF;
}
#boton6 {
    background-color: #009bdb;
}

.despliegue {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    text-align: left;
    font-weight: bold;
    background-image: url(/2019_images/show.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 1em;
    color: #009BDB;
    font-family: 'Lato', sans-serif;
}

    .despliegue:hover {
        color: #069;
        background-image: url(/2019_images/show2.png);
        background-repeat: no-repeat;
        background-position: left center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.btncerrar {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    background-image: url(/2019_images/close.png);
    background-repeat: no-repeat;
    background-position: left;
    color: #069;
    padding-left: 25px;
    float: right;
}

.contenidosocultos {
    background-color: rgba(98, 157, 160, 0.2);
    width: 98%;
    margin-bottom: 1%;
    padding: 1%;
    border-radius: 0px 10px 0px 0px;
}

#footer {
    width: 98%;
    margin: 2% 1% 1% 1%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
	padding-top: 20px;
}



#footer #social-footer{
	text-align: center;
	width: 100%;
  
}

#footer #social-footer a{
	padding: 0 10px;
  
}


.contacto {
    width: 100%;
    font-size: 14px;
	text-align: center;
    line-height: 18px;
	padding: 20px 0;
}

#banners {
   text-align: center;
	width: 100%;
	margin: 30px 0;
}

.banner {
    width: 14%;
	display: inline-block;
}

    .banner img {
        width: 90%;
        height: auto;
    }

#tips-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tips {
    width: 29%;
    background-image: url(/2019_images/tip.png);
    background-repeat: no-repeat;
    padding: 1%;
    margin: 1%;
    font-size: 1em;
    border-radius: 0px 20px 0px 0px;
}

.tips2 {
    width: 29%;
    padding: 3% 1% 1% 1%;
    margin: 1%;
    font-size: 13px;
}

    .tips2 img {
        width: 100%;
        height: auto;
    }

.tipsrojo {
    background-color: rgba(232,105,105,0.3);
}

.tipsazul {
    background-color: rgba(98,157,160,0.3);
}

.tipsverde {
    background-color: rgba(104,160,90,0.3);
}

.tipsbeige {
    background-color: rgba(206,173,114,0.3);
}

.tipsgris {
    background-color: rgba(153,146,141,0.3);
}

.tipsmorado {
    background-color: rgba(164,117,175,0.3);
}

.titletips {
    color: #2d59b2;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-left: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.tips img {
    width: 90%;
    height: auto;
}

.fotointerior {
    width: 15%;
    margin-right: 2%;
    float: left;
}

    .fotointerior img {
        width: 100%;
        height: auto;
    }

.contenido-der {
    width: 83%;
    float: left;
}


.contenidosocultos {
    display: none;
}

#print {
    display: normal;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.print {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.imprimir {
    font-size: 11px;
    border-radius: 4px;
    padding: 10px 27px;
    cursor: pointer;
    background-color: #009BDB;
    color: #ffffff;
    border: 0;
}

    .imprimir:hover {
        opacity: 0.7;
    }

.descargar {
    font-size: 11px;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #009BDB;
    color: #ffffff;
	border: 0;
}

    .descargar:hover {
        opacity: 0.7;
    }
/*

@media screen and (max-width: 960px) {
	

}*/

@media screen and (max-width: 960px) {
	
	
    .social-icons {
        width: 15%;
		justify-content: flex-end;
    }

    #logo {
        background-color: #C4EDF1;
        width: 20%;
        margin-right: 2%;
    }

        #logo img {
            width: 90%;
            height: auto;
        }

    .fechas {
        width: 100%;
        height: 80px;
        margin-bottom: 1%;
		display: none;
    }

    .dia {
        width: 10%;
        height: 30px;
        align-items: center;
    }

    .mes {
        width: 20%;
        height: 30px;
        align-items: center;
    }

    .datosfecha {
        width: 48%;
        display: inline-flex;
        align-items: center;
        height: 30px;
        padding: 0%;
        border-left: 1px solid #CCC;
        background-color: #91D3D9;
    }

    .proximasfechas {
        display: none;
    }

    .botonmasfechas {
        width: 20%;
        margin-left: 1%;
    }

    .masfechas {
        width: 100%;
    }

    .contenidocentral {
        width: 100%;
        margin: 0%;
    }

    #boxes ul li {
        border-radius: 0px 20px 0px 0px;
        min-height: 146px;
        width: 46%;
        margin-bottom: 1%;
        padding: 10px;
    }

        #boxes ul li a {
            display: block;
            cursor: pointer;
            padding-top: 30%;
            text-align: right;
            border: 0px;
            color: #ffffff;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            font-weight: 700;
        }

    .vermas {
        margin-top: 10px;
    }

    .tips {
        padding-top: 1%;
    }

    .noticia {
        width: 98%;
        padding: 2%;
    }

    .titularnoticia {
        width: 100%;
    }
	


    .fotonoticia {
        display: none;
    }

    .menu-inferior {
        width: 100%;
    }

    .contenidocentral {
        width: 100%;
        margin: 0%;
    }

        .contenidocentral h1 {
            font-size: 1.2em;
        }

    .dia {
        background-color: #91D3D9;
        width: 10%;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
    }

    .diaint {
        font-size: 18px;
    }

    .diaint1 {
        font-size: 18px;
    }

    .diaint3 {
        font-size: 18px;
    }
}


@media screen and (max-width: 720px) {
	
	
	ul.fichass {
		padding: 0;
	}
	
	.contenido-der {
		width: 100%;
	}
	
	.btn-xs-block{
    	display: block;
	}
	
	
	.ingreso {
    	width: 100%;
	}
	
    #logo {
        background-color: #C4EDF1;
        width: 23%;
        margin-right: 2%;
    }

        #logo img {
            width: 90%;
            height: auto;
        }

    .fechas {
        position: absolute;
        width: 38%;
        left: 45%;
        font-size: 11px;
        height: 80px;
        background-color: transparent;
    }

    .titulofecha {
        display: none;
    }

    .masfechas {
        font-size: 10px;
    }

    #social {
        justify-content: flex-start;
    }

    #login {
        justify-content: flex-start;
    }

    .dia {
        display: none;
    }

    .mes {
        display: none;
    }

    .titulofecha {
        width: 50%;
    }

    .datosfecha {
        display: none;
    }

    .proximasfechas {
        display: none;
    }

    .botonmasfechas {
        width: 45%;
        margin-left: 1%;
    }

    .masfechas {
        width: 100%;
    }

    .buscador {
        font-size: 12px;
        padding: 5px;
    }

        .buscador input {
            width: 90%;
            font-size: 10px;
        }

    .titulobuscador {
        display: none;
    }

    #nav_menusup {
        /*background-color: #009bdb;
        width: 15%;*/
        text-align: center;
    }

        #nav_menusup label {
            display: block;
			background: #019bdb;
        }

            #nav_menusup label:hover {
                background-color: #9fb6cc;
                -webkit-transition: all 0.45s ease;
                -moz-transition: all 0.45s ease;
                -ms-transition: all 0.45s ease;
                -o-transition: all 0.45s ease;
                transition: all 0.45s ease;
            }

    .nav_menu {
        position: absolute;
        width: 100%;
        z-index: 200;
        margin-left: -110%;
        -webkit-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        -ms-transition: all 0.345s ease;
        -o-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

        .nav_menu ul {
            flex-direction: column;
        }

        .nav_menu li {
            border-top: 1px solid #fff;
            width: 93%;
        }

    #btn-nav:checked ~ .nav_menu {
        margin: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
		background-color: #ffffff;
    }

    #boxes ul li {
        border-radius: 0px 20px 0px 0px;
        width: 100%;
        min-height: 80px;
        margin-bottom: 1%;
        padding: 10px;
    }

        #boxes ul li a {
            display: block;
            cursor: pointer;
            padding-top: 10%;
            text-align: right;
            border: 0px;
            color: #ffffff;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            font-weight: 700;
        }

    #box1 {
        background-image: url(/2019_images/box1_s.jpg);
    }

    #box2 {
        background-image: url(/2019_images/box2_s.jpg);
    }

    #box3 {
        background-image: url(/2019_images/box3_s.jpg);
    }

    #box4 {
        background-image: url(/2019_images/box4_s.jpg);
    }

    #box5 {
        background-image: url(/2019_images/box5_s.jpg);
    }

    #box6 {
        background-image: url(/2019_images/box6_s.jpg);
    }

    .noticia {
        width: 100%;
    }

    .vermas {
        margin-top: 5px;
    }

    .cuerpotexto {
        font-size: 12px;
        line-height: 15px;
    }

    .menu-inferior {
        width: 100%;
    }

    .fotointerior {
        display: none;
    }

    .menu-inferiorbtn {
        margin-bottom: 1%;
    }

    .contacto {
        width: 100%;
        text-align: center;
    }

    #banners {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .banner {
        width: 23%;
        margin: 1%;
        justify-content: center;
    }

        .banner img {
            width: 90%;
            height: auto;
        }

    .tips {
        width: 100%;
        padding-top: 1%;
    }

    .contenidocentral h1 {
        font-size: 1em;
    }

    .diaint {
        font-size: 15px;
    }

    .diaint1 {
        font-size: 15px;
    }

    .diaint3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 540px) {
    #logo {
        width: 30%;
    }

        #logo img {
            width: 100%;
            height: auto;
        }

    .fechas {
        display: none;
    }

    #social {
        flex-grow: 1;
    }

    #login {
        flex-grow: 3;
    }

    .ingreso {
        padding: 5px;
        font-size: 9px;
        text-align: center;
        margin-right: 3px;
        width: 100%;
        float: left;
		margin-bottom: 2px;
    }

    #nav_btnf {
        display: block;
        background-color: #89c7cd;
    }

    .social-icons {
        width: 25%;
    }

    .box {
        width: 100%;
        text-align: right;
        padding: 4% 3% 1% 1%;
        height: 70px;
        margin-top: 1%;
        font-size: 19px;
        background-size: cover;
        border-radius: 0px 20px 0px 0px;
    }

    .contenidocentral {
        width: 100%;
        margin: 0%;
    }

    .tips {
        width: 100%;
        padding-top: 3%;
        font-size: 0.8em;
        line-height: 1.2em;
    }

    .titletips {
        margin-top: 1%;
    }

    .diaint {
        font-size: 15px;
        width: 20%;
    }

    .diaint1 {
        font-size: 15px;
        width: 20%;
    }

    .diaint3 {
        font-size: 15px;
        width: 20%;
    }

    .mesint {
        width: 70%;
    }
}

@media print {
    body {
        background-color: transparent;
    }

    .contenidosocultos {
        display: block;
        border-bottom: 1px dotted #999999;
        padding: 0%;
    }

    #footer, #nav_menusup, .buscador, .fechas, #social, #login, #print, .btncerrar {
        display: none;
    }

    .contenidocentral {
        width: 100%;
    }

    .titletips {
        margin-left: 0px;
        text-align: right;
        margin-bottom: 15px;
    }

    .tips {
        padding: 0% 1% 1% 1%;
        border-radius: 0px;
        border-right: 1px solid #999999;
    }

    .despliegue {
        padding-left: 15px;
        font-size: 1em;
        margin-bottom: 0px;
    }

    h1 {
        font-size: 2em;
    }

    p {
        font-size: 16px;
    }
}


.gvPuntPSU tr {
    background: #009bd9;
    color: #fff;
}

.gvPuntPSU th {
    text-align: center;
}


@media only screen and (max-width: 768px) {
  	.t-col-xs-12 {
    	width: 100%!important;
	}
}

tr.rgRow:hover, tr.rgAltRow:hover{
    background-color: #91D3D9;
    
}

input#txtColegio ul, #dvd_Colegio ul, .ui-autocomplete-inpu ul, #hTxtColegio ul{
    background-color: red!important;
}

.RadInput_Bootstrap, .RadInputMgr_Bootstrap{
    width: 100%!important;
}

.radgrid_small{
    font-size: smaller;
}
.RadGrid .rgMasterTable, .RadGrid .rgDetailTable {
    border-collapse: separate;
    border-spacing: 0;
    font-size: smaller;
}
#RadGrid{
    border-width: 1px;
    border-style: solid;
    line-height: 1.42857143;
}