@charset "UTF-8";
/* CSS Document */

/*------------------------------- RESET ---------------------------------------*/
* {
  box-sizing: border-box;
  outline: none;
}
body, html {
   margin: 0;
   padding:0;
   font-family: 'Ubuntu', sans-serif;
   font-size:14px;
   line-height:20px;
   font-weight:300;
   background-color:#ffffff;
   color:#121212;
   height: 100%;
}
html{
    height: 100%;
    /*overflow-x: hidden;*/
    padding: 5px;
}
img/all {
   border:0;
   margin:0;
   padding:0;
}
h1,h2,h3,h4,p,ul,ol,li,form,blockquote {
   margin:0;
   padding:0;
   border:0px;
}
ul {
   list-style:none;
}
a {
   color:#494949;
   text-decoration:none;
   outline:none;
   cursor: pointer;
}
a img {
   border:none;
}
a:hover {
   text-decoration:underline;
}
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }
p {
  margin:0 0 20px;
}
fieldset {
   border:0;
   padding:0;
   margin:0;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
.clearBoth {
  clear:both;
}
.clearLeft {
  clear:left;
}
.clearRight {
  clear:right;
}
.ocultar {
  position:absolute;
  left:-9999px;
  top:-9999px;
}
.boxSizing{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.elementoOculto { 
  position: absolute !important; 
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
  clip: rect(1px, 1px, 1px, 1px); 
}
/*------------------------------- /RESET ---------------------------------------*/
/*------------------------------- FONT-FACE BORRAR CUANDO SE ACTIVE ENLACE GOOGLE FONTS ---------------------------------------*/
@font-face {
    font-family: 'ubuntulight_italic';
    src: url('../fonts/Ubuntu-LightItalic-webfont.eot');
    src: url('../fonts/Ubuntu-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-LightItalic-webfont.svg#ubuntulight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/Ubuntu-Medium-webfont.eot');
    src: url('../fonts/Ubuntu-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-Medium-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-Medium-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium_italic';
    src: url('../fonts/Ubuntu-MediumItalic-webfont.eot');
    src: url('../fonts/Ubuntu-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-MediumItalic-webfont.svg#ubuntumedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/Ubuntu-Regular-webfont.eot');
    src: url('../fonts/Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-Regular-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-Regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/Ubuntu-Bold-webfont.eot');
    src: url('../fonts/Ubuntu-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-Bold-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-Bold-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold_italic';
    src: url('../fonts/Ubuntu-BoldItalic-webfont.eot');
    src: url('../fonts/Ubuntu-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-BoldItalic-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntuitalic';
    src: url('../fonts/Ubuntu-Italic-webfont.eot');
    src: url('../fonts/Ubuntu-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-Italic-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-Italic-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/Ubuntu-Light-webfont.eot');
    src: url('../fonts/Ubuntu-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-Light-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-Light-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-Light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------- /FONT-FACE BORRAR CUANDO SE ACTIVE ENLACE GOOGLE FONTS ---------------------------------------*/
/*------------------------------- LAYOUT ---------------------------------------*/
/*---- cookies ------*/
#cookies:target {
  display: none;
}
.contCookies {  
  width:102%;
  font-size: 12px;
  position:relative;
  background-color: #3d6375;
  color:#ffffff;
  position: fixed;
  bottom: 0;
  z-index: 6000;
  margin: 0 0 0 -5px;
}
.contCookies div {  
  padding:20px;
  width:90%;
  max-width:600px;
  margin:0 auto;
  text-align:center;
  overflow:hidden;
  line-height:14px;
}
.contCookies button,  
.contCookies a {  
  background-color: #ffffff;
  padding: 5px 15px;
  color: #3d6375;
  font-family: 'ubuntubold';
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  border:none;
  margin:0 10px 0 0;
}
.contCookies a {  
  border:2px solid #ffffff;
  background-color:#3d6375;
  padding: 3px 13px;
  color:#ffffff;
  text-decoration:none;
}
.contCookies button:hover,
.contCookies a:hover {  
  background-color: #ffffff;
}
.contCookies a:hover {  
  border:2px solid #ffffff;
  color:#3d6375;
}
/*---- /cookies ------*/
.subir {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 10000;
  text-align: left;
  text-indent: -9999px;
  width:45px;
  height:45px;
  display:block;
  background:#bbbbbb url(../img/subir.png) no-repeat 15px 15px;
  transition:all 0.5s ease;
  cursor: pointer;
}
.subir:hover {
  background:#3d6375 url(../img/subir.png) no-repeat 15px 15px;
}
.volver {
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  width:45px;
  height:45px;
  display:block;
  background:#bbbbbb url(../img/volver.png) no-repeat 15px 15px;
  transition:all 0.5s ease;
  cursor: pointer;
  left: 10px;
}
.volver:hover {
  background:#3d6375 url(../img/volver.png) no-repeat 15px 15px;
}
.volver.sup {
  top: -52px;
} 
.volver.inf {
  bottom: -52px;
} 
/*------------------------------- /LAYOUT ---------------------------------------*/
/* --- menu fixed -- */
.cabecera.menuFixed {
  position:fixed;
  height:45px;
  top:0;
  overflow: hidden;
  z-index: 9999;
}
.cabecera.menuFixed h1 img {
    height: 45px;
}
/* --- /menu fixed -- */
.cabecera h1 img {
    max-width: 90%;
}
h2 {
  font-family: 'ubuntulight';
  font-size:26px;
  line-height:26px;
  margin:0 0 30px;
  color: #555555;
}
h2 strong {
    font-family: 'ubuntubold';
}
h3 {
    font-family: 'ubuntubold';
  font-size:16px;
  line-height:20px;
  margin:30px 0 5px;
  color: #555555;
}
/*------------------------------- TEXTUALES ---------------------------------------*/
.textual {
  background-color:#f3f3f3;
  padding:60px 0;
}
.textual .contTextual {
  background-color:#ffffff;
  width:90%;
  max-width: 980px;
  margin:0 auto;
  padding:60px 5% 30px;
}
.textual ul {
  padding:20px 0;
}
.textual ul li {
  margin:0 0 10px;
  padding:0 0 0 25px;
  background:url(../img/bullet.png) no-repeat 0 8px;
}
.textual a {
  font-weight:bold;
}
/*------------------------------- /TEXTUALES ---------------------------------------*/

.item {
    float: left;
    position: relative;
    line-height: 1em;
}

.grid-sizer { width: 33.33%; }
.item { width: 33.33%; padding: 5px; }

#container {
  position: relative;
  overflow: hidden;
  padding: 0 0 5px;
} 
.intro {
  height: auto;
} 
.intro img {
  width: 100%;
  height: auto;
  padding: 5px 5px 0;
} 
.image{
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: block;
}

.image:after {
    clear:both;
}

.onhandover {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.onhandover .title {
    text-align: center;
    font-size: 30px;
}

.onhandover .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    margin: 0;
    border-right: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    padding: 5px;
}

.onhandover .description p {
    text-align: center;
    color: #555555;
    margin: 0 auto;
}

.item:hover .onhandover {
    display: block;
}
.item:hover .onhandover .ver {
    position: absolute;
    top: 50%;
    right: 45%;
}
.contItems {
  margin: 0 auto;
  position: relative;
}
.detalle {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}  
.cabecera {
  width:100%;
  background-color:#ffffff;
}
.contCabecera {
  width: 100%;
  margin:0 auto;
}
.logo {
  max-width:490px;
  margin:0;
  display:block;
}
.info {
  width: 300px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 5000;
  height: 100%;
  transition: all 1s ease;
} 
.mostrarPanel  {
  right: 10px!important;
} 
.ocultarPanel {
  right: -250px!important;
} 
.info.infoFixed {
  position: fixed;
  top:0;
  overflow: hidden;
  z-index: 9999;

}
.info .mostrarSaludo {
  width: 50px;
  height: 45px;
  display: block;
  float: left;
}
.info.ocultarPanel .mostrarSaludo {
  background: #ffffff url(../img/botones.png) no-repeat 0 -45px;
}
.info .mostrarSaludo:hover {
  background: #ffffff url(../img/botones.png) no-repeat 0 0;
}
.info #contInfo {
  width: 250px;
  float: right;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  max-height: 708px;
}
.info #contInfo .saludo {
  padding: 0 30px 30px;
}
.info #contInfo .saludo .capitalLetter {
  color: #3d6375;
  font-size: 95px;
  line-height: 70px;
  font-family: 'Noto Serif', serif;
  float:left;
  margin-right: 5px;  
  padding: 4px 0 0;
}
.info #contInfo .contacto {
  padding: 30px 30px 75px;
  background-color: #3d6375;
  color: #ffffff;
  font-size: 16px;
}
.info #contInfo .contacto p {
  margin: 0;
}
.info #contInfo .contacto p:first-child {
  margin: 0 0 10px;
}
.info #contInfo .contacto a {
  color: #ffffff;
}
.info .cerrarSaludo {
  width: 50px;
  height: 45px;
  display: block;
  float: left;
  background: #cccccc url(../img/botones.png) no-repeat center -135px;
  transition: all 0.5s ease;
}
.info .cerrarSaludo:hover {
  background: #1a3a4a url(../img/botones.png) no-repeat center -135px;
}
/*-------------------- pie -----------------------*/
.pie {
  width: 100%;
  margin: 0;
}
footer {
  background-color: #666666;
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
}
footer p {
  display: inline;
  float: left;
  margin: 0;
  padding: 5px 0;
} 
footer ul {
  float: right;
  text-align: right;
} 
footer ul li {
  display: inline-block;
  color: #ffffff;
} 
footer ul li a {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  height: 30px;
} 
footer ul li a:hover {
  background-color: #333333;
  text-decoration: none;
} 
/*-------------------- /pie -----------------------*/
/*-------------------- cabecera aleatoria -----------------------*/
#cabeceraIndexMov {
  display: none;
}  
/*-------------------- /cabecera aleatoria -----------------------*/

/*------------------------------- DETALLE ---------------------------------------*/
.detalle {
  position: relative;
  background-color:#f3f3f3;
  padding:60px 0;
}
.detalle div {
  background-color: #ffffff;
  width:90%;
  max-width: 1000px;
  margin:0 auto;
  padding: 10px;
  position: relative;
}
.detalle img {
  width: 100%;
  max-width: 1000px;
  margin: 0;
} 
.infoDetalle {
/*  position: absolute;
  top: 10px;
  left: 10px;
*/  background-color: rgba(255,255,255,0.9);
  padding: 5px;
} 
/*------------------------------- /DETALLE ---------------------------------------*/
/*------------------------------- PAGINA ERROR ---------------------------------------*/
.contError{
  width: 90%;
  max-width: 600px;
  margin: 60px auto;
} 
.contError h2 {
  font-size: 50px;
} 
.contError a {
  font-weight: bold;
  color: #3d6375;
} 
/*------------------------------- /PAGINA ERROR ---------------------------------------*/

@media screen and (max-width: 768px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
  /*------------------------------- TEXTUALES ---------------------------------------*/
  .textual {
    padding:40px 0;
  }
  .textual .contTextual {
    padding:40px 5% 30px;
  }
  /*------------------------------- /TEXTUALES ---------------------------------------*/
}

@media screen and (max-width: 480px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
    /*------------------------------- TEXTUALES ---------------------------------------*/
  .textual {
    padding:20px 0;
  }
  .textual .contTextual {
    padding:20px 5%;
  }
  /*------------------------------- /TEXTUALES ---------------------------------------*/
  .cabecera h1 img {
    height: 45px;
  }
  .info {
    top: 0;
  } 
  footer p, footer ul {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
  footer ul li a{
    padding: 10px;
    height: 40px;
  }
  .subir {
    bottom: 0;
    right: 43%;
  } 
  .subir.subirMov {
    bottom: 80px;
  } 
}
