/*!
 * http://manual.gestfrut.es Global Site Styles
 * Copyright 2014 Colbit (http://www.colbit.es)
 */

/* FONTS */

@font-face {
    font-family: 'Oxygen-Regular';
    src: url('../Assets/Fonts/oxygen-regular-webfont.eot');
    src: url('../Assets/Fonts/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Assets/Fonts/oxygen-regular-webfont.woff') format('woff'),
         url('../Assets/Fonts/oxygen-regular-webfont.ttf') format('truetype'),
         url('../Assets/Fonts/oxygen-regular-webfont.svg#oxygen_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen-Bold';
    src: url('../Assets/Fonts/oxygen-semibold-webfont.eot');
    src: url('../Assets/Fonts/oxygen-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Assets/Fonts/oxygen-semibold-webfont.woff') format('woff'),
         url('../Assets/Fonts/oxygen-semibold-webfont.ttf') format('truetype'),
         url('../Assets/Fonts/oxygen-semibold-webfont.svg#oxygen_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen-Light';
    src: url('../Assets/Fonts/oxygen_regular-webfont.eot');
    src: url('../Assets/Fonts/oxygen_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Assets/Fonts/oxygen_regular-webfont.woff') format('woff'),
         url('../Assets/Fonts/oxygen_regular-webfont.ttf') format('truetype'),
         url('../Assets/Fonts/oxygen_regular-webfont.svg#oxygen_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GLOBAL */

html {
	font-size: 62.5%;
    overflow-y:scroll;
}

body {
	font-family: 'Oxygen-Regular', sans-serif, Helvetica, Arial, sans-serif;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.5em;
	margin:0;
	color: #444444;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

p {
	font-family: 'Oxygen-Regular', sans-serif, Helvetica, Arial, sans-serif;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.5em;
}

li { line-height: 1.5; }


/* CLASSES FOR MAKING PREZI'S IFRAME FLUID AND RESPONSIVE */

.prezi {
	position: relative;
	padding-bottom: 72.72%; /* Resultado de dividir el alto por el ancho del iframe */
	overflow: hidden;
}

.prezi iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* HTML5 SEMANTIC ELEMENTS OLD BROWSERS SUPPORT */

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

/* TIPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen-Regular';
	margin: 0;
	text-rendering: optimizelegibility;
	font-weight:400;
}

h1 {
	margin-bottom: 0.75em;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.2;
}

h2 {
	margin-bottom: 0.45em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	color: #FF8B02;
}

h3 {
	margin-bottom: 0.45em;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.3;
	color: #FF8B02;
}

h4{
	margin-bottom: 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1.5em;
}

h6 {
	margin-bottom: 1.5em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* NAVIGATION */

#top-navigation li { line-height: 1.2em; }

#top-navigation .navbar {
	min-height: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: visible;
}

#top-navigation .navbar-inner {
	min-height: 34px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FF8B02;
	background-image: -moz-linear-gradient(top,#FFA500,#FF8B02);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFA500),to(#FF8B02));
	background-image: -webkit-linear-gradient(top,#FFA500,#FF8B02);
	background-image: -o-linear-gradient(top,#FFA500,#FF8B02);
	background-image: linear-gradient(to bottom, #FFA500, #FF8B02);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFA500',endColorstr='#fff2f2f2',GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.067);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.067);
	box-shadow: 0 1px 4px rgba(0,0,0,0.067);
}

#top-navigation .navbar .nav > li > a {
	color: #333333;
	float: none;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: none;
}

#top-navigation .navbar .nav > li > a:focus, #top-navigation .navbar .nav > li > a:hover {
    border-bottom: 0 none;
    color: #FFFFFF;
	background-color: transparent;
}

#top-navigation .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color:#FF8B02;
	color: #FFFFFF;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}

#top-navigation .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: transparent;
}

#top-navigation .navbar-toggle {
	margin: 1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
	background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
	background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
	background-repeat: repeat-x;
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

/* SIDEBAR NAVIGATION */

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
	font-family: 'Oxygen-Regular', sans-serif, Helvetica, Arial, sans-serif;
	font-size: 15px;
	position: relative;
}
#cssmenu a {
	line-height: 1.5;
	padding: 8px 15px;
}
#cssmenu {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFA500',endColorstr='#fff2f2f2',GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.067);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.067);
	box-shadow: 0 1px 4px rgba(0,0,0,0.067);
}
#cssmenu > ul > li {
	cursor: pointer;
	background: #000;
	border-bottom: 1px solid #d4d4d4;
}
#cssmenu > ul > li:last-child { border-bottom: 1px solid #d4d4d4; }

#cssmenu > ul > li > a {
	font-size: 15px;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	background-color: #FF8B02;
	background-image: -moz-linear-gradient(top,#FFA500,#FF8B02);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFA500),to(#FF8B02));
	background-image: -webkit-linear-gradient(top,#FFA500,#FF8B02);
	background-image: -o-linear-gradient(top,#FFA500,#FF8B02);
	background-image: linear-gradient(to bottom, #FFA500, #FF8B02);
}
#cssmenu > ul > li > a:hover { text-decoration: none; }

#cssmenu > ul > li.active { border-bottom: none; }

#cssmenu > ul > li.active > a {
	/*background-color: #FF8B02;
	background-image: -moz-linear-gradient(top,#FFA500,#FF8B02);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFA500),to(#FF8B02));
	background-image: -webkit-linear-gradient(top,#FFA500,#FF8B02);
	background-image: -o-linear-gradient(top,#FFA500,#FF8B02);
	background-image: linear-gradient(to bottom, #FFA500, #FF8B02);*/
	color: #000;
	text-shadow: 0 1px 1px #666;
}
#cssmenu > ul > li.has-sub > a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
	right: 14px;
	top: 16px;
	border: 5px solid transparent;
	border-top: 5px solid #000;
}
/* Sub menu */
#cssmenu ul ul {
	padding: 0;
	display: none;
}
#cssmenu ul ul a {
	background: #efefef;
	display: block;
	color: #797979;
	font-size: 13px;
}
#cssmenu ul ul li {
	border-bottom: 1px solid #c9c9c9;
}

#cssmenu ul ul li a { padding-left: 30px; }

#cssmenu ul ul li#sub-active a
{
	background: #fff;
	font-weight: bold;
	color: #FF8B02;
}

#cssmenu ul ul li.odd a { background: #e5e5e5; }

#cssmenu ul ul li:last-child { border: none; }

.selected {
	color: #000!important;
	/*font-weight: bold!important;*/
	background: #666!important;
}

.comercial  {
	background-color: #777777!important;
	background-image: -moz-linear-gradient(top,#777777,#444444)!important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#777777),to(#444444))!important;
	background-image: -webkit-linear-gradient(top,#777777,#444444)!important;
	background-image: -o-linear-gradient(top,#777777,#444444)!important;
	background-image: linear-gradient(to bottom, #777777, #444444)!important;
}

.administracion {
	background: #999999!important;
	background: -moz-linear-gradient(#999999 0%, #666666 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666))!important;
	background: -webkit-linear-gradient(#999999 0%, #666666 100%)!important;
	background: linear-gradient(#999999 0%, #666666 100%)!important;
}

/* IMAGES FRAME */

.well-in {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	border-color: #E3E3E3;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #E3E3E3;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #F2F2F2;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	border-top-color: #E3E3E3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-style: solid;
	border-top-width: 1px;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 19px;
	display: inline-block;
}

/* IMAGES SUBTEXT */

.subtittle {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
}

.boton {
	display: inline-block;
	padding-right: 5px;
}

/* ACCORDION */

.accord-elem,
.toogle-elem {
	margin-top: 8px;
}

.accord-elem:first-child,
.toogle-elem:first-child {
	margin-top: 0px;
}

.accord-title,
.toogle-title {
	position: relative;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.accord-title h2,
.toogle-title h2 {
	color: #434343;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 18px;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.accord-title h2 a,
.toogle-title h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #434343;
	color: #ffffff;
	margin-right: 18px;
	position: relative;
	margin-bottom: -5px;
}

.accord-title h2 a:after,
.toogle-title h2 a:after {
	position: absolute;
	content: '+';
	top: 0;
	padding-left: 1px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 19px;
	left: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.accord-elem.active .accord-title h2 a,
.toogle-elem.active .toogle-title h2 a {
	background: #ff8b02;
}

.accord-elem.active .accord-title h2 a:after,
.toogle-elem.active .toogle-title h2 a:after {
	content: '-';
}

.accord-content,
.toogle-content {
	display: none;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
	background:#f5f5f5;
}

.accord-content p,
.toogle-content p {
	margin: 0;
}

.accord-elem.active .accord-content,
.toogle-elem.active .toogle-content {
	display: block;
}

.label-language {
	background-color: #777;
    font-size: 100%!important;
    font-weight: 300!important;
}

/*marta*/

.slider {
  width: 95%;
  margin: auto;  }

  .slider ul {
    display: flex;
    padding: 0;
    width: 500%;
  }

  .slider li {
    list-style: none;
    width: 100%;

  }

  .slider img {
    width: 100%;

  }

.galeria{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galeria_item{
  width: 80%;
  cursor: pointer;
}

@media (min-width:480px){

  .galeria_item{
    width: 50%;

  }



}
