@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #666666;
}
header {}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	display: none;
	position:absolute;
 	top:0px;
 	right:0px;
}
/*Hide checkbox*/
nav#menu-responsivo input[type=checkbox]{
	display: none;
	-webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
nav#menu-responsivo input[type=checkbox]:checked ~ #menu{
	display: block;
	clear:both;
}
#idiomas{
	background-color: #F2F6FA;
	padding-top: 10px;
	padding-bottom: 10px;
}
#idiomas a{
	color: #6F90A9;
}
#idiomas ul{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#idiomas ul li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display:inline;
}
#cabecera{
	width:1140px;
	padding-top:25px;
	padding-bottom:25px;
	margin-right:auto;
	margin-left:auto;
}
img.logo-responsivo{
	display: none !important; 
}
img.logo-normal{
	width:25%;
	float:left;
	display:block;
	height:auto;
}
#menu-info{
	width: 70%;
	float: right;
	padding-top: 6px;
}
#menu-info ul{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu-info ul li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#menu-info a{
	color: #6D6D6D;
}
#menu-about{
	width: 350px;
	float: right;
	padding-top: 6px;
}
#rrss{
	padding-top: 2px;
	width: 143px;
	float:right;
	margin-right:25px;
}
#rrss ul{
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 32px;
}
#menu-info #rrss ul li{
	padding: 0px;
	display: inline;
	margin: 0px;
	height: 32px;
	width: 32px;
	padding-right: 0px;
}
#rrss li a{	
    float: left;

}
a#fb {
	background-image: url(../imagenes/rrss.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -32px top;
	margin-right: 5px;
	height: 32px;
	width: 32px;
}
a#tw {
	background-image: url(../imagenes/rrss.gif);
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
	margin-right: 5px;
}
a#gp {
	background-image: url(../imagenes/rrss.gif);
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display: block;
	background-position: -64px top;
	margin-right: 5px;
}
a#rss {
	background-image: url(../imagenes/rrss.gif);
    height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display: block;
	background-position: -96px top;
	margin-right: 0px;
}
#busqueda{
	width: 200px;
	float:right;
	padding-top:10px;
}
#busqueda input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DCDCDC;
	color: #9E9E9E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
#menu-principal{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #005395;
	padding-top:35px;
	padding-bottom:0px;
	order:1;
}
#menu-principal a{
	color: #FFFFFF;	
    display: block;
}
#menu-principal ul{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#menu-principal ul li{
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 0px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: left;
    display: inline-block;	
	text-transform: uppercase;

}
#menu-principal li ul {
    position: absolute;
    display: none;
    width: inherit;
  }
#menu-principal > ul > li {
    text-align: center;
  }
#menu-principal > ul > li > a {
    padding-left: 0;
  }
#menu-principal li:hover ul {
	display: block;
	margin-top: 35px;
	background-color: #F2F6FA;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
  }
#menu-principal li ul li {
	display: block;
	text-transform: none;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 15px;
  }
#menu-principal li ul li a{
  	color: #005395;	
}
#portada{
	background-image: url(../imagenes/animal-ethics-cover.jpg);
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 370px;
}
#portada #titulo-portada{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #FFFFFF;
	font-size: 60px;
	line-height: 70px;
	display: block;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.botones-portada{
	width:557px;
	margin-right:auto;
	margin-left:auto;
}
a.boton-portada{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 18px;
	width: 220px;
	float:left;
	margin-right:50px;
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom:20px;
	padding-left: 15px;
	background-image: url(../imagenes/fondo-transparente-10.png);
}
a.boton-portada.boton-portada-dcha{
	margin-right:0px;
}
.contenedor{
	width:1140px;
	margin-left:auto;
	margin-right:auto;
}
.contenedor.contenedor-articulos{
	margin-top:50px;
	margin-bottom:50px;
}
.contenedor a{
	color: #005395;
	font-weight: 500;
}
.col-izq{
	width: 68.42105263157895%;
	margin-right: 4.385964912280701%;
	float: left;
}
.noticia-principal{
	margin-bottom:50px;
}
.noticia-principal img{
	margin-bottom: 20px;
	width:100%;
	height:auto;
}
.noticia-principal h1, .contenedor-articulos h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 44px;
	line-height: 44px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.noticia-principal h1 a{
	color: #005395;
	font-weight: 300;
}
.noticia-principal p, .contenedor-articulos p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.noticia-principal p a{
	color: #005395;
	font-weight: bold;
}
.contenedor-articulos ul, .contenedor-articulos ol{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.contenedor-articulos ul li, .contenedor-articulos ol li{
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(../imagenes/lista.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.contenedor-articulos ol li{
	list-style-type: decimal;
	background-image: none;
	padding-left: 0px;
	margin-left: 15px;
}
.texto-noticia-principal img{
	display: none !important;
}
.titulo-articulos-portada{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	background-color: #005395;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-bottom: 50px;
	color: #FFFFFF;
}
.titulo-art{
	display: block;
	float: left;
	font-size: 22px;
	line-height:22px;
}
.enlace-dcha{
	display: block;
	text-align: right;
	font-size: 14px;
	line-height:14px;
	padding-top:5px;
}
.enlace-dcha a{
	color: #FFFFFF;
	font-weight: 100;
}
.articulos-portada {
	margin-bottom:50px;
}
.articulo-portada{
	width:30%;
	margin-right: 5%;
	float:left;
}
.articulos-portada div:nth-child(3) {
	margin-right:0px;
}
.articulo-portada img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.articulo-portada h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.articulo-portada h2 a{
	color: #005395;
}
.articulo-portada p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.articulo-portada p a{
	color: #005395;
	font-weight: bold;
}
.entrada-blog{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #DDD;
}
.entrada-blog img{
	width:100%;
}
.contenedor-articulos .bloque-notas {
	background-color: #F2F2F2;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 25px;
}
.contenedor-articulos .bloque-notas p{
	font-size: 14px;
}
.contenedor-articulos .bloque-notas .further-readings{
	width:46%;
	margin-right:8%;
	float:left;
}
.contenedor-articulos .bloque-notas .notes{
	width:46%;
	float:right;
}
.contenedor-articulos .bloque-notas h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 15px;
	color: #005395;
}
.contenedor-articulos .alignleft {
	margin-right: 25px;
	margin-bottom: 20px;
	float:left;
}
.contenedor-articulos .alignright {
	margin-left: 25px;
	margin-bottom: 20px;
	float:right;
}
.contenedor-articulos img{
	max-width:100%;
	height:auto;
	margin-bottom: 20px;
}
.contenedor-articulos .fecha {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #A5A5A5;
	font-style: italic;
}
.contenedor-articulos a.bt-post{
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #005395;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 14px;
	width: 85px;
	font-weight: 100;
}
.contenedor-articulos .separador{
    margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #EAEAEA;
}
.contenedor-articulos h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	color: #005395;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contenedor-articulos h3{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contenedor-articulos h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contenedor-articulos h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.comments{
	border-top: 1px solid #DDD;
	margin-top: 50px;
	padding-top: 50px;
}
.contenedor-articulos h2 a, .contenedor-articulos h4 a, .contenedor-articulos h5 a, .comments {
	font-weight: 300;
}
.comments p{
    font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.comments h3{
	margin-top: 0px;
	font-size: 22px;
	line-height: 26px;
}
.commentlist {
	padding: 0px;
}
.commentlist p{
	font-size: 0.857em;
}
.commentlist ol{
	margin: 0px;
	padding: 0px;
}
.commentlist li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.reply{
	padding-bottom:25px;
}
.comment-meta{
	font-size: 0.857em;
}
.comment-author.vcard{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.comment-author.vcard img{
	display:none;
}
#comment-notes {
	margin-bottom: 15px;
}
#respond h3{
text-indent:0px;
}
.comments label {
	margin-bottom: 10px;
	width: 100%;
	display:block;
}
.comments input, .comments textarea{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;	padding: 1.5%;
	font-size: 1em;
	width: 50%;
	line-height: 1em;
	color: #666;
	border: 1px solid #CCC;
}
.comments input{
	width: 35%;
}
.comments input#submit{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #FFF;
	background-color: #005395;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	width:200px;
}
.wpcf7-form label {
	margin-bottom: 20px;
	width: 100%;
	display:block;
}
 #mc_embed_signup label {
	margin-bottom: 0px;
	width: 100%;
	display:block;
	margin-top: 20px;
}
.wpcf7-form input, .wpcf7-form textarea, #mc_embed_signup input, #mc_embed_signup textarea{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;	
	padding: 1.5%;
	font-size: 1em;
	width: 50%;
	line-height: 1em;
	color: #666;
	border: 1px solid #CCC;
	margin-top:10px;
}
.wpcf7-form input {
	width: 35%;
	margin-top:10px;
}
#mc_embed_signup input {
	width: 45%;
	margin-top:0px;
}
.wpcf7-form .wpcf7-submit, #mc_embed_signup .button{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #FFF;
	background-color: #005395;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	width:150px;
}
.col-dcha{
	width: 22.36842105263158%;
	border-left: 5px solid #005395;
	padding-left: 4.385964912280701%;
	float:right;
}
.col-dcha .widget{
	margin-bottom:25px;
}
.col-dcha h3{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px solid #7fa9ca;
}
.col-dcha ul{
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.col-dcha ul li{
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(../imagenes/lista.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size: 14px;
	line-height: 20px;
}
.col-dcha ul li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
}

.col-dcha ul#listado-child{
}
.col-dcha ul#listado-child li{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px solid #7fa9ca;
	background-image: none;
}
.col-dcha ul#listado-child li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #005395;
}
.col-dcha ul#listado-child li ul{
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.col-dcha ul#listado-child li ul li{
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(../imagenes/lista.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size: 14px;
	line-height: 20px;
    border-width: 0px;
	border-style: none;
	text-transform: capitalize;
}
.col-dcha ul#listado-child li ul li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: #000000;
}
#bloques-footer{}
#titular-bloques {
	background-color: #005395;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom:1px;
}
#titular-bloques span{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 54px;
	line-height: 62px;
	color: #FFFFFF;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	display: block;
	width: 90%;
	text-transform: uppercase;
}
.bloques-footer-fila{
	margin-bottom:100px;
}
.bloque-footer{
	width:33.3%;
	float:left;
	margin-right:1px;
}
.bloques-footer-fila div:nth-child(3) {
	margin-right:0px;
}
.imagen-bloque-footer {
	display: block;
	height:450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 35px;
}
.imagen-bloque-footer.bloque-ethics{
		background-image: url(../imagenes/animal-ethics-photo.jpg);
}
.imagen-bloque-footer.bloque-sentience{
		background-image: url(../imagenes/sentience-animal-ethics.jpg);
}
.imagen-bloque-footer.bloque-wild{
		background-image: url(../imagenes/animals-in-the-wild-ethics.jpg);
}
.imagen-bloque-footer.bloque-exploitation{
		background-image: url(../imagenes/animal-exploitation-animal-etichs.jpg);
}
.imagen-bloque-footer.bloque-activism{
		background-image: url(../imagenes/activism-animal-ethics.jpg);
}
.imagen-bloque-footer.bloque-we-do{
		background-image: url(../imagenes/animal-ethics-activism.jpg);
}
.bloque-footer h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #005395;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bloque-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	padding-left: 50px;
	padding-right:50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.boton-bloques{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	background-color: #005395;
	color: #F4F4F4;
	padding: 25px;
	width: 100px;
	text-align:center;
}
footer{
}
#menu-footer{
	background-color: #005395;
	padding-top: 50px;
	padding-right:25px;
	padding-bottom:35px;
	padding-left:25px;
}
#menu-footer ul{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	width:800px;
	text-align:center;
}
#menu-footer ul li{	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu-footer ul li a{
	color: #FFFFFF;
}
#info-footer{
	padding-top: 50px;
	margin-right:auto;
	margin-left:auto;
	width:960px;
}
#info-footer img{
	padding-top: 12px;
	display:block;
	float:left;
	margin-right:5%;
	width:25%;
}
#info-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #005395;
	display:block;
	float:left;
	width:70%;
	margin-top:0px;
	margin-bottom:50px;
}
.clear{
	clear: both;
}
@media screen and (max-width : 1955px) {
.bloque-footer{
	width:33.29%;
}
.imagen-bloque-footer {
	height:400px;
}
}
@media screen and (max-width : 1700px) {
.imagen-bloque-footer {
	height:350px;
}
}
@media screen and (max-width : 1580px) {
#titular-bloques {
    padding-top: 50px;
	padding-bottom: 50px;
}
#titular-bloques span{
	font-size: 46px;
	line-height: 52px;
}
}
@media screen and (max-width : 1510px) {
.bloque-footer{
	width:33.28%;
}
.imagen-bloque-footer {
	height:320px;
}
}
@media screen and (max-width : 1400px) {
#menu-principal ul li{
	padding-right: 20px;
}
#portada{
	height: 250px;
	margin-bottom: 50px;
	padding-top: 250px;
}
.imagen-bloque-footer {
	height:300px;
}
}
@media screen and (max-width : 1280px) {
#portada{
	height: 250px;
	margin-bottom: 50px;
	padding-top: 130px;
}
#portada #titulo-portada{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 50px;
	line-height: 62px;
}
#titular-bloques span{
	font-size: 36px;
	line-height: 42px;
}
}
@media screen and (max-width : 1225px) {
.bloque-footer{
	width:33.27%;
}
.bloque-footer h3{
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
}
.bloque-footer p{
	font-size: 14px;
	line-height: 18px;
	padding-left: 50px;
	padding-right:50px;
	margin-bottom: 25px;
}
a.boton-bloques{
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	padding: 20px;
	width: 80px;
}
}
@media screen and (max-width : 1190px) {
#menu-principal ul li{
	font-size: 14px;
	padding-right: 15px;
}
.imagen-bloque-footer {
	height:250px;
}
}
@media screen and (max-width : 1140px) {
#cabecera{
	width:94%;
	padding-left:3%;
	padding-right:3%;
}
#menu-info{
	padding-top: 3px;
}
#portada{
	height: 230px;
	margin-bottom: 50px;
	padding-top: 170px;
}	
#portada #titulo-portada{
	font-size: 40px;
	line-height: 52px;
	margin-bottom:25px;
}
.botones-portada{
	width:457px;
	margin-right:auto;
	margin-left:auto;
}
a.boton-portada{
	font-size: 16px;
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom:15px;
	padding-left: 10px;
}
.contenedor{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.col-izq{
	width: 68.42105263157895%;
	margin-right: 4.15%;
	float: left;
}
.noticia-principal{
	margin-bottom:35px;
}
.noticia-principal img{
	margin-bottom: 15px;
}
.noticia-principal h1, .contenedor-articulos h1{
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 15px;
}
.titulo-articulos-portada{
	margin-bottom: 20px;
}
.articulos-portada {
	margin-bottom:35px;
}
.articulo-portada{
	width:31.5%;
	margin-right: 2.75%;
}
.articulo-portada h2{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom:5px;
}
.articulo-portada p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.articulo-portada p a{
	color: #005395;
	font-weight: bold;
}
.col-dcha{
	width: 22.36842105263158%;
	border-left: 5px solid #005395;
	padding-left: 4.15%;
	float:right;
}
.col-dcha .widget{
	margin-bottom:35px;
}
.col-dcha h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	padding-top: 32px;
}
#titular-bloques span{
	font-size: 30px;
	line-height: 38px;
}
}
@media screen and (max-width : 1050px) {
#menu-responsivo{
	width:100%;	
	padding-top: 0px;
}
#menu-responsivo #menu {
		position: static;
		display: none;
}
.show-menu {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin-top: 61px;
	margin-right: 35px;
}
.show-menu img {
	width:70%;
	height:auto;
}
img.logo-responsivo{
	width:297px;
	float:left;
	display:block !important;
	height:auto;
	margin-right:auto;
	margin-left:35px;
	margin-top: 35px;
	margin-bottom:35px;
}
img.logo-normal{
	display: none !important; 
}	
#menu-info{
	width: 100%;
	float: none;
	padding: 0px;
	margin: 0px;
}
#menu-info ul{
	margin-top: 0px;
	text-align:center;
}
#menu-info ul li{
	padding-right: 0px;
}
#menu-about{
	width: 100%;
	float: none;
	padding-top: 15px;
}
#menu-about ul {
	margin:0px;
	padding:0px;
}
#menu-about ul li{
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
}
#rrss{
	width: 100%;
	float:none;
}
#rrss ul{
	width: 143px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#busqueda{
	width: auto;
	float:none;
	padding-top:0px;
	margin-bottom:20px;
}
#busqueda input{
	width: 200px;
	margin-bottom:5px;
    margin-right:auto;
	margin-left:auto;
	display:block;
}	
#menu-principal{
  padding-bottom: 15px;
}
#menu-principal ul{
	margin: 0px;
	padding: 0px;
}
#menu-principal ul li{
	font-size: 16px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
    display: block;
	width:100%;
}
#menu-principal li ul {
	position: relative;
	display: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
  }
#menu-principal > ul > li {
    text-align: center;
  }
#menu-principal > ul > li > a {
    padding-left: 0;
  }
#menu-principal li:hover ul {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
#menu-principal li ul li {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	padding-bottom: 15px;
	width:94%;
	padding-right:3%;
	padding-left:3%;
  }
#menu-principal li ul li a{
  	color: #005395;	
}
.imagen-bloque-footer {
	height:220px;
}
}
@media screen and (max-width : 1030px) {
.bloque-footer{
	width:33.21%;
}
#info-footer{
	padding-right: 5%;
	padding-left: 5%;
	width:90%;
}
#info-footer img{
	padding-top: 12px;
	display:block;
	float:left;
	margin-right:5%;
	width:25%;
}
#info-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #005395;
	display:block;
	float:left;
	width:70%;
	margin-top:0px;
	margin-bottom:50px;
}
}
@media screen and (max-width : 960px) {
.noticia-principal h1, .contenedor-articulos h1{
	font-size: 24px;
	line-height: 28px;
}
#portada{
	height: 210px;
	margin-bottom: 50px;
	padding-top: 190px;
}
#portada #titulo-portada{
	font-size: 36px;
	line-height: 42px;
}
.contenedor-articulos a.bt-post{
	margin-bottom: 20px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 10px;
	width: 80px;
	font-weight: 100;
}
.contenedor-articulos h2{
	font-size: 22px;
	line-height: 26px;
}
.contenedor-articulos h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.contenedor-articulos h4{
	font-size: 18px;
	line-height: 22px;
}
.contenedor-articulos h5{
	font-size: 16px;
	line-height: 20px;
}
.noticia-principal p, .contenedor-articulos p{
	font-size: 14px;
	line-height: 18px;
}
.contenedor-articulos ul, .contenedor-articulos ol{
	font-size: 14px;
	line-height: 18px;    
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.titulo-articulos-portada{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
.titulo-art{
	font-size: 18px;
	line-height:18px;
}
.enlace-dcha{
	font-size: 14px;
	line-height:14px;
	padding-top:3px;
}
.bloques-footer-fila{
	margin-bottom:50px;
}
.bloque-footer h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
.bloque-footer p{
	font-size: 14px;
	line-height: 18px;
	padding-left: 15px;
	padding-right:15px;
	margin-bottom: 20px;
}
a.boton-bloques{
	padding: 12px;
}
}
@media screen and (max-width : 850px) {
#portada{
	height: 250px;
	margin-bottom: 35px;
	padding-top: 180px;
}
#portada #titulo-portada{
	font-size: 34px;
	line-height: 40px;
	margin-bottom:20px;
}
#titular-bloques span{
	font-size: 26px;
	line-height: 32px;
}
#menu-footer{
	background-color: #005395;
	padding-top: 35px;
	padding-right:5%;
	padding-bottom:20px;
	padding-left:5%;
}
#menu-footer ul{
	width:100%;
}
}
@media screen and (max-width : 785px) {
#portada{
	margin-bottom: 35px;
}
.col-izq{
	width: 100%;
	margin-right: 0px;
	float: none;
}
.col-dcha{
	display:none;
}
.bloque-footer{
	width:33.2%;
}
.bloques-footer-fila{
	margin-bottom:0px;
}
.bloque-footer{
	width:60%;
	margin-right:auto;
	margin-left:auto;
	float:none;
}
.bloques-footer-fila div:nth-child(3) {
	margin-right:auto;
}
.imagen-bloque-footer {
	height:250px;
}
.bloque-footer h3{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 15px;
}
.bloque-footer p{
	font-size: 14px;
	line-height: 18px;
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 20px;
}
a.boton-bloques{
	padding: 12px;
	margin-bottom: 35px;
}
#menu-footer ul{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
#info-footer img{
	margin-right:5%;
	width:35%;
}
#info-footer p{
	width:60%;
	margin-bottom:50px;
}
}
@media screen and (max-width : 650px) {
#portada{
	height: 225px;
	margin-bottom: 25px;
	padding-top: 100px;
}
#portada #titulo-portada{
	font-size: 30px;
	line-height: 36px;
	margin-bottom:15px;
}	
.articulo-portada{
	width:100%;
	margin-right: 0px;
	float:none;
	margin-bottom:35px;
}
.articulo-portada img{
	margin-bottom:15px;
}
.articulo-portada h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
#titular-bloques span{
	font-size: 24px;
	line-height: 30px;
}
.bloque-footer{
	width:80%;
}
.imagen-bloque-footer {
	height:250px;
}
.bloque-footer h3{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 15px;
}
.bloque-footer p{
	font-size: 14px;
	line-height: 18px;
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 20px;
}
a.boton-bloques{
	padding: 12px;
	margin-bottom: 35px;
}
#info-footer{
	padding-top: 35px;
}
	#info-footer img{
	padding-top: 0px;
	float:none;
	margin-right:auto;
	margin-left:auto;
	width:45%;
	margin-bottom:35px;
}
#info-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #005395;
	display:block;
	float:left;
	width:90%;
	margin-right:5%;
	margin-left:5%;
	margin-bottom:35px;
}
}
@media screen and (max-width : 580px) {
#portada{
	height: 200px;
	margin-bottom: 35px;
	padding-top: 135px;
}
.titulo-articulos-portada{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.titulo-art{
	font-size: 14px;
	line-height:14px;
}
.enlace-dcha{
	font-size: 14px;
	line-height: 14px;
	padding-top: 0px;
	text-transform: lowercase;
}
#menu-footer{
	display:none;
}
#info-footer{
	border-top: 1px solid #005395;
	}
}
@media screen and (max-width : 490px) {
#portada{
	height: 270px;
	padding-top: 50px;
}
.botones-portada{
	width:100%;
	margin-right:none;
	margin-left:none;
}
a.boton-portada{
	float:none;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:25px;
}
a.boton-portada.boton-portada-dcha{
	margin-right:auto;
}
.wpcf7-form,  #mc_embed_signup {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}	
.wpcf7-form label {
	margin-bottom: 20px;
	width: 100%;
	display:block;
} 
.wpcf7-form input, .wpcf7-form textarea, #mc_embed_signup input, #mc_embed_signup textarea{
	width: 96%;
}
.wpcf7-form input{
	width: 96%;
	padding-bottom:3%;
	padding-top:3%;
}
#mc_embed_signup input {
	width: 96%;
	padding-bottom:3%;
	padding-top:3%;
}
}
@media screen and (max-width : 450px) {
img.logo-responsivo{
	width:55%;
	margin-left:20px;
	margin-top: 20px;
	margin-bottom:20px;
}
.show-menu {
    margin-top: 40px;
	margin-right: 25px;
}
.noticia-principal h1, .articulo-portada h2, .contenedor-articulos h1{
	font-size: 20px;
	line-height: 24px;
}
.contenedor-articulos h2{
	font-size: 18px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contenedor-articulos h3{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.contenedor-articulos h4{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.contenedor-articulos h5{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.contenedor-articulos .alignleft {
	margin-right: 0px;
	margin-bottom: 20px;
	float:none;
	width:100%;
}
.contenedor-articulos .alignright {
	margin-left: 0px;
	margin-bottom: 20px;
    float:none;
	width:100%;
}
.contenedor-articulos ul, .contenedor-articulos ol{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 10px;
}
.comments{
	margin-top: 25px;
	padding-top: 25px;
}
.bloque-footer{
	width:90%;
}
.imagen-bloque-footer {
	height:200px;
	margin-bottom: 15px;
}
.bloque-footer h3{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}
.bloque-footer p{
	margin-bottom: 15px;
}
}
@media screen and (max-width : 430px) {
img.logo-responsivo{
	width:60%;
}
.show-menu {
    margin-top: 30px;
	margin-right: 25px;
}
.wpcf7-form, #mc_embed_signup  {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}
