@font-face {
	font-family: Gotham;
	src: url(got.woff);
}
@font-face {
	font-family: OpenSans;
	src: url(OpenSans-Regular.woff);
}
@font-face {
	font-family: OpenSansLight;
	src: url(OpenSans-Light.woff);
}

html { margin:0; padding:0; font-family:Gotham, Arial, sans-serif; font-size:15px; color:#4d4949; min-height:100%; position:relative; }
body { margin:0; padding:0; height:100%; }
a { text-decoration:none; color:#000; }
img { border:none }
textarea { font-family:Arial, sans-serif; }

.clearfix:after { content: ""; display: table; clear: both; }

/* Layout */

#wrapper { margin:0; padding:0; min-width:1024px; min-height:100%; }

#header { text-align:center; width:1024px; margin:1em auto 0; position:relative; }
#header h1 { display:none; }

#header .back { margin-top:160px; font-weight:bold; font-size:12px; font-family:OpenSans; position:absolute; left:0; }

#footer { background:#ecf0f1; font-family:Arial; font-size:12px; position:fixed; width:100%; bottom:0; }
#footer > .inner { width:1024px; margin: 0 auto; overflow:hidden; display:table; }
#footer .left { display:table-cell; padding:16px 0; }
#footer .right { display:table-cell; padding:16px 0; width:200px; background:#5e5b5b; color:#fff; }
#footer .right a { color:#fff; }
#footer .cell { display:inline-block; vertical-align:middle; }

#footer .sponsors { border-right:1px solid #5e5b5b; padding:0 10px; }
#footer .sponsors img { display:block; }
#footer .credits { padding:0 20px; }
#footer .menu { list-style-type:none; margin:0; padding:0 16px; width:168px; }
#footer .menu li { padding:.4em 0; border-bottom: 1px solid #7e7c7c; }
#footer .menu li:last-child { border:none; }

#content { width:1024px; margin:0 auto; padding-bottom:150px; font-family:OpenSans; }
#content h2 { text-align:center; font-size:17pt; margin:2em 0 2em; font-family:Arial; }


/* Image preload */

#preload { width:0; height:0; background-image:
	url(../images/ajax-loader.gif);
}

/* Breadcrumb */

ol.breadcrumb {
	min-width:1024px;
	list-style-type:none;
	padding:0;
	margin:3em 0 2em;
	text-align:center;
}
ol.breadcrumb > li {
	position:relative;
	display:inline-block;
    font-family:Arial, sans-serif;
	font-size:10px;
	text-align:left;
	line-height:1.2em;
    height:36px;
    padding:0;
	counter-increment:li;
	margin-left:5px;
}
ol.breadcrumb > li:before {
	content:counter(li);
	border:1px solid #fff;
	border-radius:15px;
    color:#fff;
    width:18px;
    line-height:18px;
    position:absolute;
    top:.8em;
    left:1.8em;
    text-align:center;
    z-index:1;
}
ol.breadcrumb > li > a {
	display:table-cell;
	width:78px;
	text-transform:uppercase;
	background:#d2d2d2;
	color:#fff;
    line-height:12px;
    height:36px;
	padding:0 .4em 0 50px;
    vertical-align:middle;
}
ol.breadcrumb > li > a:after {
	content: "";
    border-width: 18px 11px 18px 11px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #d2d2d2;
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #d2d2d2; /* FF workaround */
	position: absolute;
	right: -11px;
	top: 0;
	z-index:1;
}
ol.breadcrumb > li:last-child > a:after {
	content:none;
}
ol.breadcrumb > li > a:before {
	content: "";
    border-width: 18px 11px 18px 11px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #fff;
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff; /* FF workaround */
	position: absolute;
	left: 0px;
	top: 0;
}
ol.breadcrumb > li:first-child > a:before {
	content:none;
}
ol.breadcrumb > li > a[href] {
	background:#282828;
}
ol.breadcrumb > li > a[href]:after {
	border-left-color:#282828;
}

/* Icons */

.icon { display:inline-block; vertical-align:top; width:20px; height:20px; background:url(../images/icons.png) no-repeat; }
.icon-marker { background-position: 0px 0px; }
.icon-phone { background-position: 0px -20px; }
.icon-email { background-position: 0px -40px; }
.icon-user { background-position: 0px -60px; }

/* Backdrop */

#backdrop { background-color:rgba(255,255,255,.6); position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; display:none; }

/* Carousel */

.nivo-nextNav { display:block; width:57px; height:57px; background:url(../images/carousel-controls.png) -57px 0; text-indent:-1000px; overflow:hidden; margin-top:-10px; }
.nivo-prevNav { display:block; width:57px; height:57px; background:url(../images/carousel-controls.png) 0px 0; text-indent:-1000px; overflow:hidden; margin-top:-10px; }

/* Buttons */

.button { font-family:Arial, sans-serif; font-weight:bold; font-size:15px; padding:.5em 2em; display:inline-block; vertical-align:middle; border-radius:4px; border:none; cursor:pointer; }
.button, .button-dark { color:#fff; background-color:#313131; }
.button.loading { color:rgba(0,0,0,0); background-image:url(../images/ajax-loader.gif); background-position:center center; background-repeat:no-repeat; }

/* Error page */

body.error #content { padding:3em 0; font-size:1.2em; width:600px; }
body.error #content h1 { border-bottom:1px solid #666; margin-bottom:2em; }
body.error #content p { text-align:center }

/* Home */

body.codigo #content h2 { display:none }
body.codigo #content .carousel { margin-top:1em; }
body.codigo #content form { text-align:center; font-size:15px; margin-top:2em; }
body.codigo #content form fieldset { border:none; margin:1.8em 0 0; }
body.codigo #content form .error { color:#800; font-weight:bold; margin:0 0 1em 0;}
body.codigo #content form input[type=text] { margin-top:1em; border:1px solid #000; border-radius:4px; text-align:center; letter-spacing:.6em; width:70px; padding:.4em 0em .4em .6em; margin: 0 .5em; }

/* Recuperar */

body.recuperar #content form { text-align:center; font-size:15px; margin-top:2em; }
body.recuperar #content form fieldset { border:none; margin:1.8em 0 0; }
body.recuperar #content form .error { color:#800; font-weight:bold; margin:0 0 1em 0;}
body.recuperar #content form input[type=email] { margin-top:1em; border:1px solid #000; border-radius:4px; width:200px; padding:.4em 0em .4em .6em; margin: 0 .5em; }

/* Location */

body.localidad #content h2 { display:none }
body.localidad #content { text-align:center; }
body.localidad #content p { margin: 2em 0 3em; font-size:15px; }
/*body.localidad #content area { outline:2px solid red; }*/

/* Assets */

body.assets #content h2 { display:none }
body.assets #content { text-align:center; margin-bottom: 150px; }
body.assets #header { position:relative; z-index:11; }

.assets-filter { margin:2em 0; font-family:OpenSansLight, Arial; font-weight:lighter; z-index:10; }
.assets-filter .col { width:100%; float:left; }

#content .assets-filter h3 { margin:0; font-weight:normal; font-size:23px; color:#777777; font-family:inherit; }
#content .assets-filter h3 a { display:inline-block; color:#313131; font-weight:bold; padding: .4em 1.3em .4em .6em; position:relative; }
#content .assets-filter h3 a:after { content:""; display:block; position:absolute;  background:url(../images/dropdown-arrow.png); right:.5em; top:1.1em; width:11px; height:6px; }
#content .assets-filter h3 a.active { background-color:#fff; border-top:1px solid #313131; border-left:1px solid #313131; border-right:1px solid #313131; z-index:12; }

.assets-filter .dropdown { position:absolute; width:1000px; left:50%; margin:-1px 0 0 -500px; background:#fff; z-index:11; border:1px solid #313131; display:none; }
.assets-filter .dropdown.open { display:block; }
.assets-filter .dropdown ul { list-style-type:none; padding:1em; }
.assets-filter .dropdown li { float:left; width:16%; }
.assets-filter .dropdown li a { display:block; padding:.3em 0; }
.assets-filter .dropdown li a:hover { background:#eee; }
.assets-filter .dropdown li.selected a { font-weight:bold; }

.assets-list ul { list-style-type: none; padding:0; margin:1em 0 0 0; }
.assets-list li { float:left; width:23.85%; position:relative; height:350px; overflow:hidden; margin:0 1% 20px 0; background:#fff; box-shadow:0px 0px 2px 2px rgba(0,0,0,.1); }
.assets-list li:nth-child(4n) { /*margin-right:0;*/ }


.assets-list a { display:block; }
.assets-list .details { padding:.5em .8em; text-align:left; }
.assets-list .title { margin:0; font-size:14px; color:#717171; }

.assets-list .subtitle { margin:0; font-size:14px; color:#acaaaa; }
.assets-list .description { margin:.8em 0 0 0; font-size:12px; color:#acaaaa; }
.assets-list .image { overflow:hidden; }
.assets-list .image img { width:100%; }
.assets-list .more { position:absolute; bottom:0; left:0; right:0; padding:.5em; text-align:center; background:#f3f1f1; color:#000; font-weight:bold; }
.assets-list a:hover .more { background:#434343; color:#fff; font-weight:bold; }

.assets-list .more-assets { display:block; padding:.7em; text-align:center; background:#434343; color:#fff; font-weight:bold; }
.assets-list .more-assets.loading { text-indent:-2000px; background-image:url(../images/ajax-loader.gif); background-position:center center; background-repeat:no-repeat; }

/* Details */

body.detalle article .left { float:left; width:350px; }
body.detalle article .image { margin-bottom:2em; }
body.detalle article .image img { width:100%; }
body.detalle article .metadata p { padding:0 20px 0 30px; position:relative; color:#868686; }
body.detalle article .metadata .icon { position:absolute; top:0; left:0; }

body.detalle article .right { float:right; width:620px; font-family:Arial; }
body.detalle #content article .right h2 { margin:0; font-size:17px; color:#484343; font-weight:bold; text-align:left; }
body.detalle article .right .subtitle { margin:0; font-size:15px; color:#484343; font-weight:normal; }
body.detalle article .right .web { margin:0; color:#acaaaa; font-family:OpenSans; }
body.detalle article .right .web a { color:#acaaaa; }
body.detalle article .right h3 { margin:1.5em 0 0; font-size:15px; font-weight:bold; }

body.detalle section > h3 { border-bottom:2px solid #313131; margin:0; padding:.3em; font-size:15px;}

body.detalle form { clear:both; margin-top:2em; text-align:right; padding:1em; }

/* Registration form */

body.reserva h2 { text-align:center; font-size:18px; }
body.reserva #content { width:680px; }

body.reserva .current-selection { background:#fafafa; border:2px solid #dcdcdc; border-radius:3px; padding:1em 2em; font-size:11px; margin-bottom:1em; }
body.reserva .current-selection .main { float:left; width:60%;}
body.reserva .current-selection .metadata { float:right; width:35%; }
body.reserva .current-selection .title { margin:0; font-size:15px; }
body.reserva .current-selection .subtitle { margin:0; font-size:13px; font-weight:bold; }

body.reserva form { margin:1em 0 5em }
body.reserva form fieldset { background:#f5f5f5; padding:1em 2em; position:relative; border:none; margin:0 0 1em 0; counter-increment:step; position:relative;  }
body.reserva form fieldset:before { content:counter(step); position:absolute; font-size:30px; left:-1em; top:.2em; font-family:OpenSansLight; color:#4f4f4f; }
body.reserva form fieldset p  { margin:0 0 1em 0; font-weight:bold; }

body.reserva form fieldset.actions { padding:2em 1.5em; }
body.reserva form fieldset.actions button { display:inline-block; vertical-align:middle; }
body.reserva form fieldset.actions p {  vertical-align:middle; display:inline-block; width:60%; margin:0 0 0 3em; font-weight:normal; font-size:12px; font-style:italic;}

body.reserva form .error-message { font-style:italic; text-align:center; color:#ff0000; }

/* Form items */

.form-item { font-weight:normal; display:inline-block; width:30%; margin:.2em 1%; vertical-align:top; }
.form-item label { display:none; }
.form-item label a { border-bottom:1px dotted #000; }
.form-item input { border:2px solid #c7c7c7; border-radius:3px; padding:.3em .6em; width:89%;}
.form-item select { border:2px solid #c7c7c7; border-radius:3px; padding:.2em 0; width:100%; }
.form-item.type-checkbox,
.form-item.type-radio { width:auto; display:block; float:none; margin:.3em 0; }
.form-item.type-checkbox label,
.form-item.type-radio label { display:inline; }
.form-item.type-checkbox input,
.form-item.type-radio  input { float:left; margin:.35em .5em 0 0; width:auto; border:none; padding:0; }


.form-item.error { position:relative; }
.form-item.error input,
.form-item.error select { border-color:#ff2222; }

.form-item .error-text { display:none }
.form-item.error .error-text { display:block; /*position:absolute;*/ font-size:9px; left:0; background:#fcc; border-radius: 3px; padding:.1em .3em; width:160px; z-index:2; box-shadow:0px 1px 0px 0px #666; }
.form-item.type-checkbox.error .error-text { left:-160px;  border-radius: 5px 5px 0px 5px; top:-.6em; text-align:rights; }

/* Download */
body.descarga #content { width:550px; text-align:center; }
body.descarga p { color:#808080; font-size:13px;}
body.descarga .download-links { list-style-type:none; margin:1em 0; padding:0; }
body.descarga .download-links li { display:inline-block; margin:1em; }
body.descarga .download-links li a { display:inline-block; width:97px; height:65px; background:url(../images/button-download.png); overflow:hidden; text-indent:-1000px; }

/* About pages */

body.about #content { width:800px; font-family:Arial; }
body.about h3 { background:#ededed; color:#686868; font-family:OpenSans; font-size:14px; text-align:center; padding:.6em 0; font-weight:normal; cursor:pointer; margin:.5em 0; }
body.about h3:hover { background-color:#b0b0b0; }
body.about .section-content { padding:.1em 2em; }

body.about.legal ol li { margin-bottom:1em; color:#808080; font-size:13px; }

/* Contact */

body.contacto #content { width:746px; font-size:13px; color:#808080; }
body.contacto #content a { color:#808080; }

body.contacto #content .left { float:left; width:260px; }
body.contacto #content .left .metadata { margin-top:2em; }
body.contacto #content .left .metadata p { padding:0 20px 0 30px; position:relative; color:#868686; }
body.contacto #content .left .metadata .icon { position:absolute; top:0; left:0; }

body.contacto #content .right { float:right; width:460px; }

body.contacto #content form { text-align:right; }
body.contacto #content form fieldset { border:none; margin:0; padding:0; }
body.contacto #content form .form-item { width:auto; float:left; margin:0px 0px 6px 10px; }
body.contacto #content form .form-item input,
body.contacto #content form .form-item textarea { border:none; background:#ededed; padding:14px 10px; border-radius:5px; }
body.contacto #content form .form-item input { width:200px; }
body.contacto #content form .form-item textarea { width:429px; height:140px; }

body.contacto #content .result { text-align:center; font-weight:bold; padding:140px 0; }

/* recaptcha */

#recaptcha_area { margin:1em auto; }
#recaptcha_area input { letter-spacing:0 !important; }

/* category selection */

.categoriamain .categories a {
    display:block;
    width:800px;
    height:200px;
    background:#eee;
    position:relative;
    margin:0 auto 1em;
}
.categoriamain .categories a span {
    position:absolute;
    padding:.7em;
    width:140px;
    border:1px solid #fff;
    text-transformm:uppercase;
    text-align:center;
    border-radius:3px;
    top:80px;
    left:90px;
    color:#000;
}
.categoriamain .categories a:hover span {
    background:#fff;
    color:#666;
}

.categoriamain .description {
    font-size:.8em;
    font-style:italic;
    margin:-1em auto 2em;
    width:820px;
    text-align:center;
    color:#333;
}
#dialog-confirm{
    text-align: center;
    padding: 30px !important;
}

.ui-dialog-buttonpane {
    text-align: center !important;
    border-width: 0 !important;
}

.ui-dialog-buttonset{
    float: none !important;
    margin-bottom: 20px !important;
}

.ui-button{
    margin: 0 !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: .4 !important;
    filter: Alpha(Opacity=30);
}

/* Color mod */

.back { color:#00aeef; }
.button { background-color:#00aeef; color:#fff; }
body.codigo #content form input[type=text] { border-color:#00aeef; }
#footer .right { background-color:#00aeef; }
#footer .menu li { border-color:#555; border-color:rgba(255,255,255,.4); }
ol.breadcrumb > li > a[href] { background-color:#00aeef; }
ol.breadcrumb > li > a[href]:after { border-left-color:#00aeef;}
#content .assets-filter h3 a { color:#00aeef; }
#content .assets-filter h3 a.active { border-color:#00aeef; }
.assets-filter .dropdown { border-color:#00aeef; }
.assets-list .more { color:#00aeef; }
.assets-list a:hover .more { background-color:#00aeef; }
body.detalle section > h3 { border-color:#00aeef; }
.clearfix .back {
    text-align: left;
    padding-bottom: 20px;
}
.detalle #footer{
	position: relative;
}
#check {
	float: left;
	padding: 5px 5px 10px 5px;
}
#check a{
	text-decoration: underline;
}
#popupPrivacity {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
	top:0;
    background-color: rgba(216, 216, 216, 0.78);
    z-index:99999;
	height: 100%;
	overflow-y: auto;
}
.clearfix .back {
    text-align: left;
    padding-bottom: 20px;
}
#popupPrivacity .inner {
	max-width:780px;
	width:100%;
    position:absolute;
	top:10%;
	left:50%;
	/*margin-left:-390px;*/
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#ffffff;
	padding:19px 23px;
	color:#000000;
	box-sizing:border-box;
}

#popupPrivacity .inner h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	padding: 0 7px 10px 7px;
	border-bottom: solid 1px #979797;
}

#popupPrivacity .inner h2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4a4a4a;
	text-align:left;
	margin:0 0 10px 0;
}

#popupPrivacity .inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin: 24px 0;
}

#popupPrivacity .inner p.small {
	font-size: 11px;
	margin:10px 0;
}

#popupPrivacity .inner a.ok {
	display: block;
	width: 152px;
	height: 30px;
	border-radius: 1px;
	background-color: #f5f5f5;
	border: solid 1px #2e2e2e;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	line-height: 30px;
}

#popupPrivacity .inner .cookie-message-footer {
	padding: 10px 7px 0 7px;
	border-top: solid 1px #979797;
	text-align: right;
}

#popupPrivacity .inner .cookie-message-footer p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

#popupPrivacity .inner .cookie-message-footer p a {
	color:#000000;
	text-decoration:underline;
}

#popupPrivacity .inner .table {
	display:table;
	font-size:12px;
}

#popupPrivacity .inner .table .tr {
	display:table-row;
}

#popupPrivacity .inner .table .tr:nth-child(odd) {
	background:rgba(168, 168, 168, 0.13);
}

#popupPrivacity .inner .table .tr .td {
	display:table-cell;
	padding:5px;
}

#popupPrivacity .inner .table .tr .td:first-child {
	width:180px;
}

/*COOKIESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
#popupPrivacitycookies {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
	top:0;
    background-color: rgba(216, 216, 216, 0.78);
    z-index:99999;
}
 
#popupPrivacitycookies .inner {
	max-width:50%;
	width:100%;
    position:absolute;
	top:10%;
	left:50%;
	margin-left:-25%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#ffffff;
	padding:19px 23px;
	color:#000000;
	box-sizing:border-box;
	
	
}

#popupPrivacitycookies .inner h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	padding: 0 7px 10px 7px;
	border-bottom: solid 1px #979797;
}

#popupPrivacitycookies .inner h2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4a4a4a;
	text-align:left;
	margin:0 0 10px 0;
}

#popupPrivacitycookies .inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin: 24px 0;
}



#popupPrivacitycookies .inner p.small {
	font-size: 11px;
	margin:10px 0;
}

#popupPrivacitycookies .inner a.ok {
	display: block;
	width: 152px;
	height: 30px;
	border-radius: 1px;
	background-color: #f5f5f5;
	border: solid 1px #2e2e2e;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	line-height: 30px;
}
#popupPrivacitycookies .inner p a {
	color:#000000;
	text-decoration:underline;
}
#popupPrivacitycookies .inner .cookie-message-footer {
	padding: 10px 7px 0 7px;
	border-top: solid 1px #979797;
	text-align: right;
}

#popupPrivacitycookies .inner .cookie-message-footer p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}
#popupPrivacity .inner  p a {
	color:#000000;
	text-decoration:underline !important;
}
#popupPrivacitycookies .inner .cookie-message-footer p a {
	color:#000000;
	text-decoration:underline;
}

#popupPrivacitycookies .inner .table {
	display:table;
	font-size:12px;
}

#popupPrivacitycookies .inner .table .tr {
	display:table-row;
}

#popupPrivacitycookies .inner .table .tr:nth-child(odd) {
	background:rgba(168, 168, 168, 0.13);
}

#popupPrivacitycookies .inner .table .tr .td {
	display:table-cell;
	padding:5px;
}

#popupPrivacitycookies .inner .table .tr .td:first-child {
	width:180px;
}

/*FIN COOKIES*/

#footer .right_responsive {
    display: none;
}

@media screen and (min-width: 321px) and (max-width: 640px) {
	#popupPrivacity .inner {
	max-width:350px;
	left:75%;
	/*margin-left:-270px;*/
	/*height: 100%;*/
	overflow-y: auto;

}
	#popupPrivacity .inner .table .tr .td {
		max-width: 250px;
}
	#popupPrivacitycookies .inner .table .tr .td {
		max-width: 250px;
}
	
	#popupPrivacitycookies .inner {
	max-width:350px;
	left:75%;
	/*margin-left:-270px;*/

}
	.flores{
		display: none;
	}
}

@media screen and (min-width: 300px) and (max-width: 400px) {
	#popupPrivacitycookies .inner {
	max-width:90%;
	left:22%;
	/*margin-left:-60px;*/
	height: auto;
	overflow-y: auto;

}
	#popupPrivacitycookies .inner .cookie-message-footer p a {
		font-size: 10px;
	}
		.flores{
		display: none;
	}
}
@media screen and (min-width: 500px) and (max-width: 730px) {
	#popupPrivacity .inner {
	max-width:90%;
	left:25%;
	/*margin-left:-150px;*/
	height: auto;
	overflow-y: auto;

}
	#popupPrivacity .inner .cookie-message-footer p a {
		font-size: 10px;
	}
	



	#popupPrivacity .inner {
	max-width:90%;
	left:25%;
	/*margin-left:-80px;*/
	height: auto;
	overflow-y: auto;

}
	#popupPrivacity .inner .cookie-message-footer p a {
		font-size: 10px;
	}
	#popupPrivacity .inner .table{
		font-size: 10px;
	}
	
}
@media screen and (min-width: 300px) and (max-width: 324px) {
	#popupPrivacity .inner {
	max-width:100%;
	left:30%;
	/*margin-left:-80px;*/
	height: auto;
	overflow-y: auto;

}
	#popupPrivacity .inner .cookie-message-footer p a {
		font-size: 10px;
	}
	#popupPrivacity .inner .table{
		font-size: 10px;
	}
	
}
@media screen and (min-height: 250px) and (max-height: 420px) {
	#popupPrivacitycookies .inner {
	/*height: 100%;*/
	overflow-y: auto;
	}
	#popupPrivacitycookies .inner h1{
		font-size: 18px;
	}
	#popupPrivacitycookies .inner p{
		font-size: 12px;
		margin: 10px 0;
	}
}


/*FIN COOKIES*/

#popupPrivacity .inner.config {
	display: none;
}
#popupPrivacity .inner a.okseleccionadas {
	display: block;
	width: 250px;
	height: 30px;
	border-radius: 1px;
	background-color: #f5f5f5;
	border: solid 1px #2e2e2e;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	line-height: 30px;
	float: left;
	margin-left: 50px;
}
#popupPrivacity .inner a.oktodas {
	display: block;
	width: 250px;
	height: 30px;
	border-radius: 1px;
	background-color: #f5f5f5;
	border: solid 1px #2e2e2e;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	line-height: 30px;
	float: right;
	margin-right: 50px;
}
#popupPrivacity  p.select {
	background-image: url("../images/desplegar.svg");
	background-repeat: no-repeat;
	background-position: 90px;
}
#popupPrivacity .inner.config p.analiticas , #popupPrivacity .inner.config p.necesarias {
	display: none;
}
.punto1 {
	display: flex;
	align-items: center;
}
.elegir {
	padding-left: 80%
}
.elegir.off {
	display: block;
}
.elegir.on {
	display: none;
}
#necesarias, #analiticas {
	width: 200px;
}
.ui-dialog.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
	position: fixed;
}
@media screen and (min-width: 320px) and (max-width: 730px) { 
	#popupPrivacity .inner a.okseleccionadas, #popupPrivacity .inner a.oktodas{
		width: 100%;
		margin: 0 0 10px 0;
	}
}

#popupPrivacity .inner p {
	margin: 10px 0;
}
.categories {
	margin-bottom: 50px;
}

/*FIN COOKIES*/