<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Raleway';
	src: url('fonts/Raleway-Regular.eot');
	src: local('â˜º'), url('fonts/Raleway-Regular.woff') format('woff'), url('fonts/Raleway-Regular.ttf') format('truetype'), url('fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Extrabold';
	src: url('fonts/raleway-extrabold-webfont.eot');
	src: local('â˜º'), url('fonts/raleway-extrabold-webfont.woff') format('woff'), url('fonts/raleway-extrabold-webfont.ttf') format('truetype'), url('fonts/raleway-extrabold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body{margin:0px; padding:0px;}
body{
	font-family: 'Raleway', sans-serif;
	color: #444444;
	    line-height: 26px;
}
h2 {
    clear: both;
    float: left;
    font-size: 30px;
    font-weight: normal;
    margin: 30px 0 25px;
    width: 100%;
}
fieldset ol li {
    float: left;
    overflow: hidden;
    width: 100%;
}
fieldset p.error {
    color: #cc0000;
    font-size: 12px;
}
a{
color: #00466f;
background-color:transparent !important;
outline:0 !important;
}
a:focus, a:hover {
    color: #00466f;
    text-decoration: none;
}
ul, li {
    list-style-type: none;
}
strong{
	color: #28285b;
	font-weight: bold;
}
footer{
	border:none;
	background: #00a2cd;
	color: #ffffff;
	padding: 20px 0;
	font-size:12px;
	position: relative;

	clear: both;
	margin: 0px;
}
footer ul{
	margin: 0px;
}
footer li{
	display: inline;
	font-size:12px;
}
footer li{
	margin-right:5px;
	padding: 0px;
	padding-right:10px;
	border-right: 1px solid #00466f;
}
footer li:last-child{
	margin-right:0px;
	padding: 0px;
	padding-right:0px;
	border-right: 0px;
}
footer a{
	color: #ffffff;
}
footer .logo{
	text-align: center;
	margin: 0px !important;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
footer .logo img{
	width:150px;
}

/*
footer .enlacesfooter {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    right: 0;
    text-align: right;
}
footer .copyright{
	position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    left: 0;
}
*/

#slider .slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#container {
    width: auto;
}

#slider, #slider img {
    width: 100%;
}
#slider .logoheader img{
	width: 125%;
}

.centeredDotsControls, .centeredDotsControls a, .centeredDotsControls a span {
    z-index: 2;
    position: relative;
}

.centeredDotsControls a {
    width: 25px;
    height: 25px;
    margin: 5px;
    background: transparent;
    box-shadow: 0 1px 1px black;
    border: 3px solid #eee;
    border-radius: 20px;
    display: inline-block;
    /*text-indent: -9000px;*/
}

.controls *, .controls {
    z-index: 100000;
}

.centeredDotsControls a {
    background: #333333;
    text-decoration: none;
    color: #fff;
}

.centeredDotsControls a.current {
    background: #ffffff;
    color: #333;
}
.logoheader{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.controls{
	display: none;
}
.footer{
	top: 50%;
    transform: translate(-50%, 0);
}
.container{
	clear: both;
}
.texto, .contacto, .titulogeneral{
	text-align: center;
	float: none;
	margin-top: 40px;
	margin-bottom:40px;
	line-height: 30px;
	font-size: 15px;
	padding: 10px 60px;
	font-weight: 600;
	clear: both;
}
.texto h2, .contacto h2, .titulogeneral h2{
	color: #00a2cd;
	padding: 30px 0;
	font-weight: 300;
	padding-top: 0px;
	font-size: 45px;
}

.detallenoticia h2{
	margin-top:30px !important;
}
.empresas{
	position: relative;
}
.empresas div{
	text-align: center;
	height: 440px;
	padding: 0px;
}
.empresas div img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.velo{
	background-color: #00a2cd;
	opacity: 0.5;
}
.glitch__img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.velo:hover{
	opacity: 0.2;
}


#destacado {
    position: relative;
    clear: both;
    padding:60px 0;
    background: #f4f4f4;
    padding-top: 40px;
    width:99.95%;
}
#destacado .fondo {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}


.float-right {
    float: right !important;
}
.float-right button{
	float:right;
	padding:0px 30px;
	height:35px;
	margin-top:0;
}

#acepto-formulario{width:5%;}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
fieldset input, fieldset textarea{
	border: none;
    border-bottom: 2px solid #858585;
    width: 100%;
    color: #858585;
    font-size: 14px;
}
fieldset label{
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #858585;
}
fieldset .mitad{
	padding-right: 20px;
}
fieldset .sesenta{
	width: 62%;
    float: left;
    clear: none;
    padding-right: 20px;
}
fieldset .treinta{
	width: 38%;
    float: left;
    clear: none;
}
fieldset .setenta{
	width: 75%;
    float: left;
    clear: none;
    color: #858585;
    font-weight: bold;
    font-size: 70.25%;
}
fieldset .veinte{
	width: 25%;
    float: left;
    clear: none;
}

fieldset input:focus, fieldset textarea:focus, fieldset button:focus{
	outline:0px;
}

fieldset button{
	border: 2px solid #444444;
	background: none;
	color: #00466f;
	float: left;
	font-size: 13px;
    padding: 0px 25px;
}
.datos div{
	text-align: center;
	font-weight: bold;
}
.datos .tel{
	color: #00466f;
}
.datos .direccion{
	color: #00466f;
}
.datos .email{
	color: #00466f;
}

.datos .email a{
	color: #444444;
} 
.datos h4{
	margin-bottom:0px;
}
.datos p{
	color: #444444;
	font-weight: 600;
	margin-top:5px;
	margin-bottom: 60px;
	font-size: 16px;
}
/*.tel .icon {
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #00466f;
	padding: 25px;
	width: 120px
}*/
.icon .fas{
	font-size: 60px;
}
/*.direccion .icon {
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #00466f;
	padding: 25px 35px;
}
.email .icon {
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #00466f;
	padding: 25px;
}*/
.svg-inline--fa{
	font-size:50px;
}
.tel .svg-inline--fa{

	transform: rotate(90deg);

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.svg-inline--fa.fa-w-12 {
    width: 1em;
}
.contacto{
	padding-top: 0px;
	font-size: 18px;
}
.contacto h2{
	font-size: 50px;
	padding-bottom: 10px;
}
ol{
	padding: 0 20px;
}
.hidden-lg{
	display: none;
}


.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button &gt; span {
	vertical-align: middle;
}
/* Antiman */
.button--antiman {
	background: none;
	border: none;
	height: 60px;
}
.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman &gt; span {
	padding-left: 0.35em;
}
.button--antiman::before,
.button--antiman::after {
	content: '';
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	border: 2px solid #00466f;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	color:#fff;
}
.button--antiman::before {
	border: 2px solid #00466f;
	opacity: 0;
	background: #00466f;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.button--antiman.button--border-thin::before {
	border-width: 1px;
}
.button--antiman.button--border-medium::before {
	border-width: 2px;
}
.button--antiman.button--border-thick::before {
	border-width: 3px;
}
.button--antiman.button--inverted::before {
	border-color: #7986cb;
}
.button--antiman.button--inverted-alt::before {
	border-color: #3f51b5;
}
.button--antiman::after {
	background: transparent;
}
.button--antiman.button--inverted::after {
	background: #7986cb;
}
.button--antiman.button--inverted-alt::after {
	background: #3f51b5;
}
.button--antiman.button--inverted:hover {
	color: #ffffff;;
}
.button--antiman.button--inverted-alt:hover {
	color: #ffffff;
}
.button--antiman:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}
.button--antiman:hover {
	color:#ffffff;
}
.politica{
	font-size: 12px;
	color: #858585;
	margin:30px 0;
}
.textolegal{
	font-size:10px;
	color:#858585;
	margin-left: 15px;
	text-align: justify;
	width: 95%;
}
#empresacont{
	margin:50px auto;
}
#empresacont .logocont{
	padding:15px;
}
#empresacont .logocont div{
	background:#ccc;
	text-align:center;
	height:100%;
	width:100%;
}
#empresacont .logocont div img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#empresacont h1 {
    color: #28285b;
    margin: 10px 0 20px 0;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
}
#empresacont div.sep {
	padding-bottom:40px;
}
#empresacont a {
	color:#00466f;
	text-transform:uppercase;
	max-width:400px;
}
#empresacont a:hover {
	color:#fff;
}
#producciones{
	margin-bottom:30px;
}
#producciones img{
	width:100%;
}
#producciones h3 {
    color: #28285b;
    margin: 10px 0 20px 0;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
	text-align:center;
}
.effectglitch  h3, .effectglitch  h3 a{
	color:#00a2cd;
	font-size:40px;
	text-align:center;
}



@media (max-width: 1000px){
	footer .copyright {
	    transform: translate(2%, -50%);
	}
	footer .enlacesfooter {
	    transform: translate(-2%, -50%);
	}
}
@media (max-width: 767px){
	.empresas div {
	    height: 350px;
	}
	.texto, .contacto {
	    font-size: 13px;
	    padding: 20px;
	    margin: 20px 0;
	}
	.texto h2, .contacto h2 {
	    font-size: 35px;
	}
	
	.hidden-xs{
		display: none;
	}
	.hidden-lg {
	    display: block;
	    padding: 0px;
	    margin-bottom: 20px; 
	}
	#destacado {
	    padding-top: 0px;
	}
	footer .copyright {
		position: relative;
	    transform: none;
	    text-align: center;
	}
	footer .enlacesfooter {
	    position: relative;
	    transform: none;
	    text-align: center;
	}
	footer .logo {
	    position: relative;
	    transform: none;
	    left: 0%;
    	right: 0%;
	}
	footer ul {
	    margin: 0px;
	    padding: 0px;
	}
	fieldset{
		padding-bottom:20px;
	}
	.politica{
		font-size: 66%;
		color: #858585;
		margin:30px 0;
		width: 100% !important;
	}
	.boton{
		width: 100% !important;
	}
	#empresacont a {
		font-size:12px;
	}

}
@media (max-width: 1200px){
	.politica{
		font-size: 66%;
		color: #858585;
		margin:30px 0;
		width: 100% !important;
	}
	.boton{
		width: 100% !important;
	}
}

.icheckbox_minimal-pink{
	float: left;
}



.effectglitch {
	--color-text: #454847;
	--color-bg: #1d2121;
	--color-link: #454847;
	--color-link-hover: #fff;
	--color-info: #454847;
	--glitch-width: 40vmax;
	--glitch-height: calc(40vmax * 1.25);
	--color-title: #fff;
	--color-subtitle: #30efbf;
}

.glitch--style-2 {
	--gap-horizontal: 5px;
	--gap-vertical: 10px;
	--time-anim: 2s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: luminosity;
	--blend-mode-4: none;
	--blend-mode-5: luminosity;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: #00466f;
	--blend-color-4: transparent;
	--blend-color-5: #00466f;
}


.grid__item {
    position: relative;
    padding: 0px;
    background-color: #00a2cd;
}


.grid__item-title, .tituloprod {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
	color:#fff;
}
.tituloprod h3 {

	color:#fff;
}
.tituloprod{
	background:rgba(0,0,0,0.5);
	color:#fff;
	width:100%;
	height:100%;
}
.grid__item:hover .tituloprod{
	background:none;
}
.grid__item:hover .tituloprod h3{
	display:none;
}




.grid__item-title span {
	display: block;
	position: relative;
	font-size: 50%;
	font-weight: 500;
	opacity: 0;
	color: var(--color-subtitle);
}

.glitch:hover + .grid__item-title span {
	opacity: 1;
	animation: glitch-anim-text 0.5s linear;
}



/* Glitch styles */
.glitch {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: var(--glitch-height);
	max-height: calc(400px * 1.25);
	overflow: hidden;
	margin: 0 auto;
	opacity: 0.8 !important;
}

.glitch:hover {
	cursor: pointer;
}

.glitch__img {
	position: absolute;
	top: calc(-1 * var(--gap-vertical));
	left: calc(-1 * var(--gap-horizontal));
	width: calc(100% + var(--gap-horizontal) * 2);
	height: calc(100% + var(--gap-vertical) * 2);
	background-color: var(--blend-color-1);
	background-size: cover;
	transform: translate3d(0,0,0);
	background-blend-mode: var(--blend-mode-1);
}

/* Set the background colors for the glitch images*/
.glitch__img:nth-child(2) {
	background-color: var(--blend-color-2);
	background-blend-mode: var(--blend-mode-2);
}

.glitch__img:nth-child(3) {
	background-color: var(--blend-color-3);
	background-blend-mode: var(--blend-mode-3);
}

.glitch__img:nth-child(4) {
	background-color: var(--blend-color-4);
	background-blend-mode: var(--blend-mode-4);
}

.glitch__img:nth-child(5) {
	background-color: var(--blend-color-5);
	background-blend-mode: var(--blend-mode-5);
}

/* Hide all images except the first one */
.glitch__img:nth-child(n+2) {
	opacity: 0;
}

/* Hovers */

/* On hover we show the 2nd, 3rd, 4th and 5th image*/
.glitch:hover .glitch__img:nth-child(n+2) {
	opacity: 1;
}

/* Hover animations for horizontal case */
.glitch:hover .glitch__img:nth-child(2) {
	transform: translate3d(var(--gap-horizontal),0,0);
	animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
}

.glitch:hover &gt; .glitch__img:nth-child(3) {
	transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
	animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
}

.glitch:hover &gt; .glitch__img:nth-child(4) {
	transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
	animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
}

/* Hover animations for vertical case */
.glitch--vertical:hover .glitch__img:nth-child(2) {
	transform: translate3d(0, var(--gap-vertical), 0);
	animation: glitch-anim-1-vertical var(--time-anim) infinite linear alternate;
}

.glitch--vertical:hover &gt; .glitch__img:nth-child(3) {
	transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0);
	animation: glitch-anim-2-vertical var(--time-anim) infinite linear alternate;
}

.glitch--vertical:hover &gt; .glitch__img:nth-child(4) {
	transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1,-1,1);
	animation: glitch-anim-3-vertical var(--time-anim) infinite linear alternate;
}

/* Hover flash animation on last image */
.glitch:hover &gt; .glitch__img:nth-child(5) {
	animation: glitch-anim-flash 0.5s steps(1,end) infinite;
}

/* Animations */

/* Horizontal */
@keyframes glitch-anim-1-horizontal {
	0% { 
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	10% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	20% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	30% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	40% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	50% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	60% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	70% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	80% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	90% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	100% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
}

@keyframes glitch-anim-2-horizontal {
	0% { 
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	15% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	22% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	31% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	45% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	51% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	63% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	76% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	81% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	94% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	100% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
}

@keyframes glitch-anim-3-horizontal {
	0% { 
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	10% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	25% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	27% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	30% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	33% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	37% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	40% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	45% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	50% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	53% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	57% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	60% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	65% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	70% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	73% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	80% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	100% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
}

/* Vertical */
@keyframes glitch-anim-1-vertical {
	0% { 
		-webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
		clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
	}
	10% {
		-webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
		clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
	}
	20% {
		-webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
		clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
	}
	30% {
		-webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
		clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
	}
	40% {
		-webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
		clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
	}
	50% {
		-webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
		clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
	}
	60% {
		-webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
		clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
	}
	70% {
		-webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
		clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
	}
	80% {
		-webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
		clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
	}
	90% {
		-webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
		clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
	}
	100% {
		-webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
		clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
	}
}

@keyframes glitch-anim-2-vertical {
	0% { 
		-webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
		clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
	}
	15% {
		-webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
		clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
	}
	22% {
		-webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
		clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
	}
	31% {
		-webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
		clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
	}
	45% {
		-webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
		clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
	}
	51% {
		-webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
		clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
	}
	63% {
		-webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
		clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
	}
	76% {
		-webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
		clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
	}
	81% {
		-webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
		clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
	}
	94% {
		-webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
		clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
	}
	100% {
		-webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
		clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
	}
}

@keyframes glitch-anim-3-vertical {
	0% { 
		-webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
		clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
	}
	5% {
		-webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
		clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
	}
	10% {
		-webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
		clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
	}
	25% {
		-webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
		clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
	}
	27% {
		-webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
		clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
	}
	30% {
		-webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
		clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
	}
	33% {
		-webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);;
		clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
	}
	37% {
		-webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);;
		clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
	}
	40% {
		-webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
		clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%); 
	}
	45% {
		-webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
		clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
	}
	50% {
		-webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
		clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
	}
	53% {
		-webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
		clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
	}
	57% {
		-webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
		clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
	}
	60% {
		-webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
		clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
	}
	65% {
		-webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
		clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
	}
	70% {
		-webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
		clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
	}
	73% {
		-webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
		clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
	}
	80% {
		-webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
		clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
	}
	100% {
		-webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
		clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
	}
}

@keyframes glitch-anim-text {
	0% { 
		opacity: 1;
		transform: translate3d(-10px,0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	10% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	20% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	35% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	50% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	60% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	70% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	80% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	90% {
		transform: translate3d(-10px,0,0) scale3d(-1,-1,1);
	}
	100% {
		opacity: 1;
		transform: translate3d(0,0,0) scale3d(1,1,1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* Flash */
@keyframes glitch-anim-flash {
	0% { 
		opacity: 0.2; 
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	33%, 100% { 
		opacity: 0;
		transform: translate3d(0,0,0);
	}
}

/* form */

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	/*max-width: 350px;*/
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	/*font-weight: bold;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 12px;
	margin-bottom:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}


/* Nariko */
.input--nariko {
	overflow: hidden;
	padding-top: 2em;
}

.input__field--nariko {
	width: 100%;
	background: transparent;
	opacity: 0;
	padding: 0.35em;
	z-index: 100;
	color: #555;
	resize: none;
}

.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	color: #8E9191;
	padding: 0 0.5em;
}

.input__label--nariko::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 10em;
	top: 100%;
	left: 0;
	background: #fff;
	border-top: 4px solid #9B9F9F;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--nariko {
	padding: 0.5em 0;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	transition: opacity 0s 0.4s;
} 

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -3.3em, 0);
	transform: translate3d(0, -3.3em, 0);
}

#caja .input__field--nariko:focus + .input__label--nariko::before,
#caja.input--filled .input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -7em, 0);
	transform: translate3d(0, -7em, 0);
	-moz-transform: translate3d(0, -9em, 0);
}

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
	color: #6B6E6E;
	-webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
	transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}

#caja .input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
#caja.input--filled .input__label-content--nariko {
	color: #6B6E6E;
	-webkit-transform: translate3d(0, -7em, 0) scale3d(0.81, 0.81, 1);
	transform: translate3d(0, -7em, 0) scale3d(0.81, 0.81, 1);
	-moz-transform: translate3d(0, -9em, 0) scale3d(0.81, 0.81, 1);
}

#enviar-formulario{
	margin:1em;
	color:#00466f;
}

#enviar-formulario:hover{
	color:#fff;
}
/* fin form */


fieldset p.error {
    margin-top: -15px;
    margin-left: 16px;
}

fieldset .politica p.error {
    margin-top: 0px;
    margin-left: 0px;
}


.politica .accept{
	float:left;
	padding-left: 10px;
    width: 93%;
}


.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 10px 30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 30px;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 4px #00466f;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.tel .hi-icon {
	box-shadow: 0 0 0 4px #00466f;
}
.direccion .hi-icon {
	box-shadow: 0 0 0 4px #00466f;
}
.email .hi-icon {
	box-shadow: 0 0 0 4px #00466f;
}
.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}


/* Effect 3b */
.tel .hi-icon {
	color: #00466f;
}
.direccion .hi-icon {
	color: #00466f;
}
.email .hi-icon {
	color: #00466f;
}

.hi-icon-effect-3b .hi-icon:hover {
	color: #ffffff;
	box-shadow: 0 0 0 4px #00a2cd;
}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	background: #00a2cd;
}
.tel .hi-icon:hover:after {
	background: #00a2cd;
}
.direccion .hi-icon:hover:after {
	background: #00a2cd;
}
.email .hi-icon:hover:after {
	background: #00a2cd;
}



@media (max-width: 350px){
	.politica .accept{
		float:left;
		padding-left: 10px;
	    width: 90%;
	}
	
}

#mapa-movil{
	height: 350px !important;
}
.aviso, .cookies, .privacidad{
	padding: 20px;
    font-size: 14px;
}
.aviso td, .cookies td, .privacidad td{
	border:1px solid #00466f;
	padding:5px;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
    background-color: #00466f !important;
    border: 1px solid #00466f !important;
}
.alertify-message{
	font-size: 14px !important;
	font-family: 'Raleway', sans-serif;
}
.noimg{
	display: none !important;
}

.ienoglitch .glitch__img{
	transform: none !important;
	animation: none !important;
}

.fechanoti{
	text-align:center;
	color:#9d9d9d;
	margin: 20px 0 0 0;
}

.titnoti{
	color:#28285b;
	text-align:center;
	margin: 10px 0 20px 0;
	line-height: 35px;
	font-size:20px;
	min-height: 65px;
	overflow: hidden;
	padding: 0 1rem;
	display: block;
	font-weight:bold;
}

#ultimasnoticias .titnoti{
	line-height: 25px;
}

.detallenoticia .titnoti{
	font-family:'Raleway-Extrabold';
	font-weight:500;
}

#ultimasnoticias .contenido, .detallenoticia .contenido{
	text-align:center;
	font-weight: bold;
	line-height: 20px;
	color: #00a2cd;
	font-size:13px;
	max-height: 120px;
	overflow: hidden;
	padding: 0 1rem;
	display: block;
	margin-bottom: 40px;
}

/*#ultimasnoticias .contenido:after {
	content: '\A[+]';
	color: #00466f;
	font-size: 16px;
	white-space:pre;
}*/

header{
	background-color:transparent;
	position:fixed;
	z-index:9999999;
	height:85px;
	width:100%;
}

header .row{
	margin-top:15px;
}

header .logo{
	height:60px;
}

body.fixed .js .nav .active + ul {		
		background-color:#fff !important;
	}

#ultimasnoticias .button, .detallenoticia .button{
	text-align:center;
	color: #00466f;
	width: 150px;
	margin: 30px auto !important;
	display: block;
	float:none;
	text-transform:uppercase;
}

.detallenoticia .button{
	padding:15px 20px !important;
	margin:0 auto !important;
}

#ultimasnoticias .button--antiman::before, #ultimasnoticias .button--antiman::after, .detallenoticia .button--antiman::before, .detallenoticia .button--antiman::after{
	border: 2px solid #00466f;
	color: #fff;
}

#ultimasnoticias .button--antiman:hover, .detallenoticia .button--antiman:hover {
    color: #ffffff !important;
}

body.fixed header{
	background-color:#fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

body.fixed header .logo{
	background-image: url('../resources/logo_pie.png');
	background-repeat: no-repeat;
	background-position: left center;
}

body.fixed ul.dropdown-menu li a{
	color:#00466f !important;
}

body.fixed ul.dropdown-menu li a:hover{
	color:#00466f !important;
}
.imgnoti{
	width:100%;
	height: 195px;
}
.imgnoti img{
		width:100%;
}
#menutoggle:focus{
	outline: none;
}
.produccion {
    width: 100%;
    height: 250px;
}
.produccion img{
		width:100%;
}

.imgLiquid img{
    visibility:hidden;
}

#ultimasnoticias article p, .detallenoticia article p{


	/*color: #00a2cd;*/
	font-size:15px;

	padding: 0px;
	display: block;
}

.detallenoticia article{
	margin-bottom:90px;
}
article strong{
	color: #00a2cd;
}
article h3{
	font-family:'Raleway-Extrabold';
	font-size: 21px;
	font-style:italic;
	color:#00a2cd;
}
article .titnoti{
	font-size: 30px;
	max-height: 100%;
}
article img{
	width: 100%;
	margin-bottom: 25px;
}

.fechanoti{
	text-align:center !important;
	color:#9d9d9d !important;
	margin: 20px 0 0 0;
}

.detallenoticia .fechanoti{
	text-align:center !important;
	color:#9d9d9d !important;
	margin: 10px 0 0 0;
}
.detallenoticia h2{
	margin-bottom: 15px !important;
}

.cab{
	background-image: url('../resources/central.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	height: 300px;
	width: 100%;
	position: relative;
}
.cab img {
    width: 100%;
}
.detail {
    margin-bottom: 65px;
    margin-top: 60px;
}
.pagination{
	text-align:center;
	width: 100%;
	margin-bottom: 70px;
}
.pagination strong{
	color: #ffffff;
	background: #00466f;
	border: 1px solid #00466f;
	padding: 5px 10px;
	margin: 5px;
}
.pagination a{
	color: #00466f;
	border: 1px solid #00466f;
	padding: 5px 10px;
	margin: 5px;
}
.pagination a:hover{
	color: #ffffff;
	background: #00466f !important;
	border: 1px solid #00466f;
	padding: 5px 10px;
	margin: 5px;
}
.detallenoticia .controls{
	display: block;
}
.detallenoticia .slidernot{
	position: relative;
}

.prevBtn, .nextBtn {
    display: block;
    width: 40px;
    height: 77px;
    left: 2%;
    z-index: 1000;
    background: url('../resources/btn_left.png') no-repeat 0 0;
    background-size:contain;
    cursor: pointer;
    opacity: 1 !important;

    margin: 0px !important;
	position: absolute;
    top: 50%;
    transform: translate(-50%, 0%);
         text-indent: -8000px; 
}
.nextBtn {
    left: 98%;
    background: url('../resources/btn_right.png') no-repeat 0 0;
    background-size: contain;
         text-indent: -8000px; 
}
#slideNoticia .slidesContainer{
	/*width: 100% !important;*/
	padding:0px;
	margin:0px;
	margin-bottom:25px;
	margin-right:0px !important;
	transform: none !important;
	/*width: auto !important;*/
}
#slideNoticia .slide img{
	width: 100%;
	height:100%;
	margin:0px !important;
}
#slideNoticia .imgLiquid{
	height:684px;
}

.idiomas{
	padding: 0px;
	margin-top: 20px;
}
.idiomas li{
	display: inline;
    margin: 5px;
}
.idiomas li:first-child{
	padding-right:10px;
	border-right: 1px solid #00B7EC;
}
.idiomas li a{
	color:#00B7EC;
}
.idiomas li a:hover{
	color:#00466f;
}
.rrss ul{
	padding:0px;
	margin-top: 20px;
}
.rrss li {
	height:29px;
	width:29px;
	display:inline-block;
}
.rrss li a{
	height:29px;
	width:29px;
	display:inline-block;
}
.rrss .in{
	 background: url('../resources/inb.png') no-repeat 0 0;
}
.rrss .tw{
	 background: url('../resources/twb.png') no-repeat 0 0;
}
.rrss .fb{
	 background: url('../resources/facebookb.png') no-repeat 0 0;
}
.rrss .yt{
	 background: url('../resources/youtubeb.png') no-repeat 0 0;
}
.fixed .rrss .in{
	 background: url('../resources/in.png') no-repeat 0 0;
}
.fixed .rrss .tw{
	 background: url('../resources/tw.png') no-repeat 0 0;
}
.fixed .rrss .fb{
	 background: url('../resources/facebook.png') no-repeat 0 0;
}
.fixed .rrss .yt{
	 background: url('../resources/youtube.png') no-repeat 0 0;
}


body.fixed .idiomas li a {
    color: #00466f !important;
}
body.fixed .idiomas li:first-child{
	padding-right:10px;
	border-right: 1px solid #00466f;
}
body.fixed .idiomas li a:hover {
    color: #00B7EC !important;
}

#equipo strong{
	color: #00466f;
}
#equipo ul{
	padding:0px;
}
#equipo li{
	display: inline-table;
	width:24%;
	margin-bottom:20px;
	line-height: 18px;
}
#equipo .texto{
	padding: 10px 0px;
}
.sinmarginbottom{
	margin-bottom:0px;
}
@media (max-width: 1220px) and (min-width: 769px){
	.logo, .rrss {
		width: 15%;
	}
}

@media (max-width: 768px){
	fieldset li{
		width: 100% !important;
		padding-right: 0px !important;;
	}
	.aviso h2, .cookies h2{
    	font-size: 20px;
	}
	header{
		height:60px;
	}
	header .row {
	    margin-top: 10px;
	}
	.navbar-toggle{
		margin: 0 0 8px 0 !important;
	}
	header .logo {
	    margin: 0 0 0 15px;
	    position:absolute;
	}
	body.fixed header .logo{
		background-image: url('../resources/logo_pie.png');
		background-repeat: no-repeat;
		/*background-size: 60%;*/
	    margin: -10px 0 0 15px;
	    position:absolute;
	}
	.imgnoti img, .produccion img{
		width:100%;
	}
	
	.noti{
		margin-bottom:20px;
	}
	
	#ultimasnoticias .contenido, .detallenoticia .contenido {
	    max-height: 160px;
	    overflow: hidden;
	    padding: 0 1rem;
	    display: block;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: transparent !important;
	}
	
	.navbar-default .navbar-toggle {
    	border: none;
    	background-color: transparent;
    	padding: 5px 11px;
	}
	
	body.fixed .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: transparent !important;
	}
	
	body.fixed .navbar-default .navbar-toggle {
    	border: none;
    	background-color: #fff;
    	padding: 5px 11px;
	}
	
	
	.icon-bar{
		background-color:#fff !important;
		width: 25px !important;
		height: 3px !important;
	}
	
	body.fixed .icon-bar{
		background-color:#00466f !important;
	}
	
	.navbar-default .navbar-toggle:hover {
    	background-color: transparent;
	}
	
	.navbar-header{
		padding:0 !important;
	}
	
	#navbar-menu, #cabecera{
		padding:0;
	}
	
	ul.dropdown-menu li {
	    display: block;
	    margin: 0 0 10px 0;
    }
    
    .dropdown-menu {
	    position: absolute;
	    top: 100%;
	    right: 0 !important;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 330px;
	    padding: 5px 0;
	    margin: 2px 0 0;
	    font-size: 14px;
	    text-align: left;
	    list-style: none;
	    background-color: transparent;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    border: none;
	    border: none;
	    border-radius: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    width: 92%;
	    text-align: center;
	    left:auto;
	    text-transform:uppercase;
	}
	
	body.fixed .dropdown-menu{
		background-color:#fff;
		margin:0;
	}
	
	.navbar{
		min-height:30px;
		margin: 10px 0 0 0;
	}
	
	.navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    margin:-10px;
	}
	article h3, article p{
		margin: 10px 20px;

	}
	article p{
		font-size: 13px !important;
	}
	article h3{
		font-size: 18px !important;
	}
	article .titnoti{
		font-size: 25px;
	}
	.menuidiomas, .rrss{
		display:none;
	}
	.menuidiomas.active, .rrss.active{
		display:block;
	}
	.idiomas, .rrss{
		text-align:center;
	}
	.rrss .in{
		 background: url('../resources/in.png') no-repeat 0 0;
	}
	.rrss .tw{
		 background: url('../resources/tw.png') no-repeat 0 0;
	}
	body.fixed .idiomas li a {
		color: #00B7EC !important;
	}
	body.fixed .idiomas li:first-child{
		padding-right:10px;
		border-right: 1px solid #00B7EC;
	}
	#equipo li{
		display: inline-table;
		width:33%;
		margin-bottom:20px;
		line-height: 18px;
	}
}
@media (max-width: 500px){
	#equipo li{
		display: inline-table;
		width:100%;
		margin-bottom:20px;
		line-height: 18px;
	}
}</pre></body></html>