*{
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

body{
	font-family: 'Roboto', sans-serif;
	color: #727277;
	font-size: 13px;
	background: #f8f8f8 url(./img/fondo-web.jpg);
	background-size: cover;
}

#page{
	
	background-size: cover;
}

a, a:visited{
	color: #2564a4;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.cabecera{
	background:#df42a2 url(./img/fondo-cabecera.jpg) top center no-repeat;
	width: 100%;
	height: 212px;
	position: relative;
	min-width: 1270px;
}

.content-cabecera{
	min-width: 1270px;
	width: 1270px;
	margin: auto;
	position: relative;
	height: 212px;
}

.enlace_logo{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.site-branding{
	width: 700px;
	height: 148px;
	background: url(./img/logo2.png) no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: -20px;
}

.main-navigation{
	width: 1270px;
	margin: auto;
	background: #9566a1;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -635px;
}

.main-navigation ul li a{
	padding: 15px;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	display: block;
	border-right: #6080b0 1px solid;
	height: 50px;
}

.main-navigation ul li.verde a{
	border-bottom: 2px solid #9aff00;
}
.main-navigation ul li.naranja a{
	border-bottom: 2px solid #ffa300;
}
.main-navigation ul li.azul a{
	border-bottom: 2px solid #00ccff;
}
.main-navigation ul li.amarillo a{
	border-bottom: 2px solid #ffd900;
}
.main-navigation ul li.rojo a{
	border-bottom: 2px solid #d80928;
}
.main-navigation ul li.rosa a{
	border-bottom: 2px solid #ea00d7;
}
.main-navigation ul li.morado a{
	border-bottom: 2px solid #5f00ff;
}

.main-navigation ul li a:hover{
	text-decoration: none;
	background: #df42a2;
}

.current-menu-item{
	background: #df42a2;
}

.home-columna3 .current-menu-item{
	background: transparent;
}

.sub-menu{
	top: 50px !important;
	background: #4c70a6;
}

.sub-menu li a{
	padding: 10px !important;
	font-size: 12px !important;
	font-weight: lighter !important;
	color: #e7e7e7 !important; 
	display: block !important;
	border-right: #6080b0 1px solid !important;
	height: 35px !important;
	border: none !important;
}

.site-content{
	width: 1270px;
	background: #e9e9e9;
	margin: auto;
}

.titulo{
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
}

.titular{
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #222325;
	padding: 10px 10px 0px 10px;
}

.titular a{
	color: #222325;
	color: #525255;
	text-decoration: none;
	font-weight: 200;
}

.titular a:hover{
	text-decoration: underline;
	color: #2564a4 !important;
}

.wrap-footer{
	width: 100%;
	background: #212025;
	color: #fff;
	min-width: 1270px;
}

.site-footer{
	width: 1270px;
	margin: auto;
	padding: 30px 10px 30px 10px;
}


.home-columna1{
	width: 910px;
	padding-top: 25px;
	float: left;
	background:#fff;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20PX; 
}

.home-columna2{
	width: 212px;
	padding-top: 15px;
	background: #fff;
	float: left;
	border-left: #dededf 1px solid;
	border-right: #dededf 1px solid;
	padding-left: 10px;
    padding-right: 10px;
}

.home-columna3{
	width: 346px;
	padding-top: 25px;
	float: left;
}


.noticia-home{
	width: 317px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	min-height: 440px;
}

.noticia-home.archivo{
	margin-left: 50px;
	margin-right: 50px;
}

.noticia-home .texto{
	padding: 10px;
}

.noticia-home .imagen{
	width: 317px;
	height: 212px;
}

.noticia-home .faldon{
	height: 40px;
	background: #b6b6b8;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	position: relative;
}

.noticia-home .faldon .boton-ir{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #aaaaaf;
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding-left: 13px;
	padding-top: 6px;
}

.noticia-home .boton-enlace-noticia{
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.ultimas-home h2{
	font-size: 13px;
	color: #000;
	
}

.ultimas-home h2 a{
	color: #2564a4;
}

.ultimas-home .texto{
	padding: 10px 10px 0px 10px;
}

.ultimas-home{
	margin-bottom: 20px;
}

.page-title{
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #2564a4;
	margin-top: 0px;
}

.titulo-bloque{
	border-bottom: #ccc 1px solid;
	height: 20px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.titulo-bloque .tit{
	background: #fff;
	padding: 10px;
	text-transform: uppercase;
	color: #2564a4;
	display: inline-block;
	font-weight: bold;
	color: #f05c5c;
	width: 130px;
    margin: auto;
}

.home-columna3 .banner{
	margin: auto;
	width: 300px;
	margin-bottom: 20px;
}

.titulo-bloque2{
	border-top: 3px solid #df42a2;
	
}

.titulo-bloque2 .tit{
	padding: 5px 10px 5px 10px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	background: #df42a2;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	
}

.titulo-bloque2.rojo {
	border-color: #f05c5c;
}

.titulo-bloque2.rojo .tit{
	background: #f05c5c;
}

.home-columna3 .listado{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.home-columna3 .listado li a{
	text-decoration: none;
	color: #df42a2;
}

.home-columna3 .listado li a:hover{
	text-decoration: underline;
}

.bloque-oscuro{
	background: #3c3b41;
}

.noticias-listado-imagen img{
	width: 110px;
	height: 74px;
	display: inline-block;
}

.noticias-listado-imagen a{
	margin-left: 20px;
	display: inline-block;
	width: 170px;
	color: #2464a4;
	text-decoration: none;
}

.bloque-oscuro .noticias-listado-imagen a{
	color: #fff;
}

.noticias-listado-imagen a:hover{
	text-decoration: underline;
}

.noticias-listado-imagen{
	margin-bottom: 20px;
	padding-left: 20px;
}

.slider{
	width: 1270px;
	height: 604px;
	position: relative;
	overflow: hidden;
	background: white;
}

.slider .imagen{
	width: 1270px;
	height: 596px;
}

.slider .faldon{
	height: 78px;
}

.slider .anterior, .slider .siguiente{
	/*background: #df42a2;*/
	color: #fff;
	width: 55px;
	height: 78px;
	position: absolute;
	top: 330px;
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding-top: 10px;
	z-index: 3000;
}

.slider .siguiente{
	right: 0px;
}

.slider .anterior{
	left: 0px;
}

.slider .anterior:hover, .slider .siguiente:hover{
	background: rgba(0, 0, 0, 0.42);
}

.noticia-slider{
	width: 127px;
	height: 526px;
	position: absolute;
	/*top: 78px;*/
}

.noticia-slider .imagen{
	z-index: 100;
	width: 1270px;
	height: 596px;
	position: absolute;
	background-repeat: no-repeat;
}

.noticia-slider .titular{
	background: rgba(0, 0, 0, 0.39);
	padding: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 200;
	width: 830px;
}

.noticia-slider .titular a{
	font-size: 38px;
	line-height: 44px;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.noticia-slider .titular a:hover{
	text-decoration: underline;
	color: #fff !important;
}

.slider .acceso{
	width: 318px;
	height: 78px;
	position: absolute;
	top: 0px;
	left: 55px;
	
}

.slider .acceso a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;	
	font-family: 'Oswald', sans-serif;
	width: 318px;
	height: 78px;
	display: block;
	padding: 26px 20px 10px 20px;
	outline: none;
}

.slider .acceso a:hover{
	background: #df42a2;
}

.slider .acceso.activo{
	background: #df42a2;
}

.single-columna1{
	width: 924px;
	float: left;
	background: #fff;
	padding: 30px;

}

.entry-title{
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	margin: 0;
	line-height: 47px;
}


.entry-content{
	color: #313131;
	font-size: 17px;
}

.entry-content img{
	float: left;
	margin-right: 30px !important;
	margin-bottom: 20px;
	/*padding: 15px;*/
	background: #fff;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);*/
	width: 450px;
}

.entry-footer{
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
}

#colorbox{
	outline: none !important;
}

.boton_mas_noticias{
	text-decoration: none;
	color: #fff !important;
	background: #df42a2;
	display: inline-block;
	padding: 8px 15px 8px 15px;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.boton_mas_noticias:hover{
	background: #9566a1;
	text-decoration: none;
}

#menu-lateral .current-menu-item{
	background: none;
}

.cabe{
	width: 100%;
	height: 300px;
	background-size: contain;
}

.wpcf7 img{
	width: auto !important;
}

div.wpcf7 img.ajax-loader{
	width: 16px;
}

.home-columna1 h2{
	font-size: 40px;
	margin-bottom: 20px;
	color: #df42a2;
}