.logos {
  float: left;
}
.cabecera {
  font-family: NexusSansPro;
}
.cabecera .logo-newsletter {
  padding-top: 30px;
}
.cabecera .logo-newsletter .logo {
  padding-left: 20px;
  float: left;
  font-size: 19px;
  color: #969696;
}
.cabecera .logo-newsletter .logo img {
  width: 106px;
  height: 28px;
  vertical-align: -6px;
  margin-right: 10px;
}
.cabecera .logo-newsletter .newsletter {
  font-size: 18px;
  color: black;
  background: url("../images/newsletter.png") center left no-repeat;
  padding-left: 30px;
  padding-right: 20px;
  background-size: 22px 18px;
  float: right;
  font-family: NexusSerifPro;
  font-style: italic;
  padding-top: 3px;
}

.cabecera .franja-buscador {
  height: 78px;
  background-color: #dbdbdb;
  margin-top: 20px;
}
.cabecera .franja-buscador .buscador {
  float: right;
  width: 472px;
  text-align: right;
}
.cabecera .franja-buscador .buscador .box-buscador {
  width: 100%;
  text-align: right;
  height: 77px;
  background-color: #dbdbdb;
  display: table;
}
.capa-buscador {
  background-color: #dbdbdb;
  padding: 8px 20px;
}
.capa-buscador .busqueda {
  border-bottom: 1px solid #b9b9b9;
}
.capa-buscador .busqueda .input {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
.capa-buscador .busqueda .btn-buscar {
  display: table-cell;
  margin-bottom: 1px;
  vertical-align: bottom;
}
.capa-buscador .busqueda .btn-buscar input {
  margin-bottom: 1px;
}
.capa-buscador .busqueda input[type="text"] {
  background-color: #dbdbdb;
  border: none;
  width: 100%;
  font-size: 22px;
  color: #007397;
}
.capa-buscador .busqueda input[type="text"]:focus {
  outline: none;
}
.capa-buscador .busqueda input::placeholder {
  color: #007397;
}
.capa-buscador .busqueda input[type="submit"] {
  background: url("../images/lupa_blanca.png") #007397 no-repeat center center;
  background-size: 60%;
  border: 5px solid #007397;
  width: 37px;
  height: 38px;
  padding: 0;
}
.capa-buscador .busqueda .btn-buscar:hover {
  cursor: pointer;
}
.capa-buscador .busqueda .btn-buscar:hover > input[type="submit"] {
  background-color: #e9711c;
  border: 5px solid #e9711c;
  cursor: pointer;
}
.cabecera .buscador .box-buscador .busqueda-avanzada {
  margin-left: 22px;
  margin-top: 5px;
}
.cabecera .buscador .box-buscador .busqueda-avanzada a {
  color: #737373;
  font-size: 12px;
  text-decoration: none;
}
.capa-buscador .busqueda:hover {
  border-bottom: 1px solid #000000;
}

.capa-buscador .busqueda .lupa_blanca {
  background-size: 60%;
  background-position: center;
}

.cabecera .fecha {
  padding: 30px 0 30px 20px;
  font-size: 15px;
  color: #505050;
}

/* .nav-buscador{background:url('/images/bg_nav_search.png') repeat-x;height:30px} */
/* .nav-buscador .fecha{float:left;font-weight:bold;padding-top:5px; padding-left:15px} */
/* .nav-buscador .buscador{float:right;height:29px;background:url('/images/nav_buscador_box.png') repeat-x;width:200px;padding-left:5px} */
/* .nav-buscador .buscador #txtBusqueda{width:110px} */
/* .nav-buscador .buscador .btnBuscar {background:url('/images/but_search.png');width:22px;height:22px;border:0;cursor:pointer;position: relative;top: 4px;} */

.home .ultimaNoticia {
  margin-bottom: 5px;
}
.home .ultimaNoticia .imagen-destacada {
  float: left;
  margin-left: 15px;
}
.home .ultimaNoticia .noticia {
  float: right;
  width: 295px;
}
.home .ultimaNoticia .noticia h3,
.home .noticias-left .noticia h3 {
  font-size: 152%;
}

.home .noticias-left .noticia,
.home .noticias-right .noticia {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
}
.home .noticias-left .noticia,
.home .noticias-right .banner {
  padding-top: 5px;
  padding-bottom: 5px;
}
.home .noticias-left {
  float: left;
  width: 340px;
  margin-left: 15px;
}
.home .noticias-right {
  float: right;
  width: 215px;
}

.noticia-content .content {
  margin-left: 25px;
}
.noticia-content .content h3 {
  font-size: 210%;
}
.noticia-content .content .firma {
  border-bottom: 1px dotted #ccc;
}
.noticia-content .content .entradilla {
  font-family: Georgia, "Book Antiqua", serif;
  font-size: 122%;
  font-style: italic;
  color: #666;
  padding: 0;
}
.noticia-content .content #imagenesNoticia {
  width: 272px;
  border: 1px solid #ccc;
  background: #eee;
  float: left;
  padding: 10px;
  margin-right: 20px;
}
.noticia-content .content #imagenesNoticia .bjqs-caption {
  background: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.noticia-content .content p {
  color: #333;
  font-size: 107%;
}
.noticia-content .noticias-relaccionadas {
  margin-left: 25px;
}
.noticia-content .noticias-relaccionadas .relaccionada H3 {
  margin: 0;
}
.noticia-content .noticias-relaccionadas .relaccionada p {
  margin: 0;
}
.noticia-content .noticias-relaccionadas .relaccionada {
  margin-top: 20px;
  margin-bottom: 20px;
}
.noticia-content .compartir {
  margin-left: 15px;
  background-color: #fff2a4;
  width: 212px;
  height: 110px;
  float: left;
}
.noticia-content .compartir a {
  background: url("../images/ico_send.png") 5px center no-repeat;
  padding: 5px 0 5px 25px;
  line-height: 29px;
  font-size: 85%;
  text-decoration: underline;
}
.noticia-content .webRelaccionadas {
  margin-left: 15px;
}
.noticia-content .webRelaccionadas h2.section {
  margin-left: 0;
}

.agenda-medica .paginador {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agenda-medica .paginador .numResultados {
  float: left;
}
.agenda-medica .paginador .pagi {
  float: right;
}
.agenda-medica .paginador .pagi a {
  margin-right: 10px;
}

.agenda-medica .evento {
  margin-left: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.agenda-medica .evento h3 {
  font-size: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  color: #1972c0;
}
.agenda-medica .evento h4 {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.agenda-medica .buscador {
  margin-left: 15px;
}
.agenda-medica .buscador .btnBuscar {
  background: url("../images/but_search_blanco.png");
  width: 22px;
  height: 22px;
  border: 0;
  cursor: pointer;
}

.compartir-noticia .btnEnviar {
  background: url("../images/ico_send.png") no-repeat;
  width: 17px;
  height: 14px;
  border: 0;
  cursor: pointer;
}
.compartir-noticia textarea {
  width: 310px;
  height: 40px;
}

.noticias .noticia {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dotted #ccc;
}
.noticias .noticia h4 {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.noticias .noticia h3 {
  font-size: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.noticias .noticia .thumbnail {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 70px;
}
.noticias .paginador {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.noticias .paginador a {
  margin-right: 10px;
}

.politica-privacidad .politica {
  padding-left: 15px;
}
.publicidad .content {
  padding-left: 15px;
}

.registro-newsletter .labels {
  line-height: 25px;
  float: left;
  width: 200px;
}
.registro-newsletter .campos {
  line-height: 25px;
  float: left;
  width: 400px;
}
.registro-newsletter .campos input[type="text"],
#formAE #campos select {
  width: 300px;
}

.sidebar .noticias-mas-leido {
  margin-top: 35px;
  border: 1px solid #ccc;
  border-bottom-width: 3px;
}
.sidebar .noticias-mas-leido .titulo {
  margin: -25px 0 0 -1px;
}
.sidebar .noticias-mas-leido .titulo a {
  color: #2e415b;
  height: 25px;
  line-height: 25px;
  padding: 5px 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: white;
}
.sidebar .noticias-mas-leido .mas-leidas {
  min-height: 100px;
  margin-left: 10px;
}
.sidebar .noticias-mas-leido .mas-leidas .tituloDesp {
  color: green;
  font-size: 85%;
  line-height: 20px;
  cursor: pointer;
}
.sidebar .noticias-mas-leido .mas-leidas .hoy,
.sidebar .noticias-mas-leido .mas-leidas .diez-dias {
  border-bottom: 1px solid #ccc;
}
.sidebar .noticias-mas-leido .mas-leidas .tituloNoticia {
  font-family: Arial, verdana, geneva, sans-serif;
  font-size: 107%;
  margin: 8px 0 2px 0;
}

.sidebar .fisterra {
  margin-top: 15px;
  border: 1px solid #008888;
}
.sidebar .fisterra .titulo {
  background-color: #008888;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.sidebar .fisterra .contenido ul li ul {
  padding-left: 20px;
}
.sidebar .fisterra .contenido ul .desp {
  color: #1972c0;
  cursor: pointer;
}

.sidebar .mod-agenda-medica {
  background: #2e415b;
  margin-top: 20px;
}
.sidebar .mod-agenda-medica .titulo {
  width: 100%;
  height: 60px;
  background: url("../images/h2_agenda_medica.png");
}
.sidebar .mod-agenda-medica .titulo div {
  padding-left: 270px;
  padding-top: 30px;
  color: #ff9900;
  text-decoration: underline;
}
.sidebar .mod-agenda-medica .agenda {
  padding: 15px 20px;
  min-height: 100px;
}
.sidebar .mod-agenda-medica .agenda .evento {
  margin-bottom: 15px;
}
.sidebar .mod-agenda-medica .agenda .evento h3 {
  font-size: 107%;
  margin: 3px 0;
  font-family: Arial, Verdana, Geneva, sans-serif;
}
.sidebar .mod-agenda-medica .agenda a {
  color: #ff9900;
}
.sidebar .mod-agenda-medica .agenda .evento p {
  margin: 3px 0;
  font-size: 92%;
}
.sidebar .mod-agenda-medica .agenda .evento .ciudad {
  font-weight: bold;
  color: white;
}
.sidebar .mod-agenda-medica .agenda .evento .fechas {
  color: #ccc;
}
.sidebar .mod-agenda-medica .agenda .cajas-agenda {
  padding-right: 10px;
  margin-top: 20px;
}
.sidebar .mod-agenda-medica .agenda .cajas-agenda .caja {
  width: 90px;
  margin: 4px;
  padding: 5px 0 5px 0;
  text-align: center;
  border: 1px solid #cccccc;
  float: left;
}

.sidebar .banner-google {
  border: 1px solid #ccc;
  border-bottom-width: 3px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.sidebar .banner-google h2.titulo {
  width: 100px;
  font-size: 100%;
  color: #2e415b;
  background: #fff;
  margin: 0;
  padding: 0 4px;
  position: relative;
  top: -8px;
}

.cajaNaranja {
  background: url("/images/caja-naranja.png");
  width: 199px;
  height: 30px;
  padding-top: 10px;
}
.clear {
  display: block;
  clear: both;
  height: 0px;
}

a {
  color: #1972c0;
  text-decoration: none;
}
h2.section {
  font-size: 100%;
  margin: 0.77em 0;
  background: url("../images/bg_h2_section.png") left center no-repeat;
  padding: 0 0 0 8px;
  margin-left: 15px;
}
h2.section a {
  color: #ff7520;
}
h3 {
  margin: 10px 0;
  font-family: Georgia, "Book Antiqua", serif;
  font-weight: normal;
  font-size: 114%;
}
h4.categoria {
  font-size: 80%;
  text-transform: uppercase;
  margin: 0;
}

.pie {
  font-family: NexusSansPro;
  font-size: 15px;
}

.imagen-destacada img {
  width: 270px;
}

.capa-cookies {
  display: none;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.capa-cookies {
  display: block;
}
.capa-cookies .cookies-banner {
  width: 80%;
  margin: 200px auto 0 auto;
}
.capa-cookies .caja {
  padding: 30px 25px;
  background-color: white;
  opacity: 1;
  color: #737373;
  font-size: 18px;
  line-height: 24px;
}
.capa-cookies .cookies {
  text-align: left;
}
.capa-cookies .cookies .titulo {
  color: #323232;
  font-size: 18px;
  margin-bottom: 30px;
  float: left;
}
.capa-cookies .cookies a {
  text-decoration: none;
}
.capa-cookies .profesional {
  text-align: center;
}
.capa-cookies div:nth-child(2) {
  margin-top: 10px;
}
.capa-cookies .cerrar {
  float: right;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

body {
  height: 100%;
  position: relative;
}
