
body {
  font-size: 1.8em; /* 1.4em relative to a 16px baseline on the body will result in a 20px font size */
  line-height: 1em;
  color: #141412;
  font-family: 'Arvo', serif;
}

a {
  color: #c0392b;
  font-weight: bold;
}

a:hover {
  color:#c0392b;
  font-weight: bolder;
}

/*Barra de navegación*/

ul.nav a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 100;

}

/*Cabecera*/

.header{
  width           : 100%;
  height          : 9em;
  border-top      : 4px solid #000000;
  border-bottom   : 1px solid #ccc;
  box-shadow: 1px 1px 6px;
  background-color: #FFFFFF;
}

.container {
  color: #071914;
  padding-right: 40%;
  background-color: #FAFAFA;
}

h4.title-contacto {
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  border-bottom-color: #01465D;
	  margin-bottom: 12px;
}

h2.section-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #01465D;
  margin-bottom: 1em;
  padding-top: 2em;
  color:#014055;
  padding-left: 1em;
}

.h4 {
  color: #FFFFFF;
  text-align: center;
  font-weight: 100;
  line-height:2em;
  margin: auto;
  text-transform: uppercase;
}
/*Pie */

.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #01465D;
  margin-bottom: 1em;
  padding-top: 1em;
  width:100%;
}

.comment {
  padding-bottom: 1.5em;
} 

.border_title {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #01465D;
}

.form_contact {
  padding-left: 4em;
	padding: 1em 2.5em; 
  float:left;
  max-width: 40em;
}

.boton {
	padding-left: 4em;
}
 
.btn-azul {
  color: #FFFFFF;
  background-color: #014055;
}
.btn-azul>a:hover {
	background-color: #01465D;
}

.transparent{
	padding-top: 4%;
  padding-left: 4%;
  padding-bottom: 4%;
}

.pop-up {
	padding-left: 96%;
}
.pop-up>a {
	color: #01465D;
}
.pop-up>a:hover {
	color: #1EA17D;
}

.adaptar {
	width: 100%;
	max-height: 75%;
}

.content{
  padding-bottom: 1em;
}

.content-main{
  padding-left: 2em;
}
.pres-texto {
  padding-bottom: 1em;
}

.media {
  float:left;
}

.section-title{
  background-color: #014055;
  color: #FFFFFF;
  padding-top: 2%;
  padding-bottom: 2%;
  box-shadow: 1px 1px 6px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  text-align: center;
}

.contact {
  padding-left: 2em;
  float:left;
}

.contact > p{
  padding-left: 1.5em;
}

.list{
  list-style-type: square;
  padding-left: 5em;
}

.menu{
  float:left;
}
.listaNavegadores{
    list-style-type: disc; 
}

/*CSS Cookies */ 
.hidden { display: none; }
 
.notice * {
    box-sizing: border-box;
}
 
.notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
 
.notice > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: black;
    opacity: .70;
}
 
.notice > .content {
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}
 
.notice > .content p,
.notice > .content a.close {
    font-size: 1em;
    line-height: 1.5em;
    color: white;
}
 
.notice > .content a.close {
    display: block;
    float: right;
    padding: 8px 10px;
    margin: 0 0 0 1em;
    border: 1px solid white;
    text-decoration: none;
}
 
.notice > .content a.close:hover {
    background-color: white;
    color: black;
}