﻿.PLA_ntilla1
{
    background-color:#fff;
}
.PLA_ntilla2
{
    background-color:#f5f5f5;
}
.PLA_ntilla
{
    padding-bottom:30px;
    padding-top:30px;
}
.PLA_titol
{
    font-family: BrandonGrotesque-Bold;
    font-size: 2em;
    color: #000;
    padding-bottom: 10px;
}
.PLA_titol2, h2
{
    font-family: BrandonGrotesque-Bold;
    font-size: 1.5em;
    color: #000;
    padding-bottom: 10px;
}
.PLA_resumTitol {
    font-family: BrandonGrotesque-Bold;
    font-size: 1.3em;
    color: #000;
    padding-bottom: 10px;
}
.PLA_texte
{
    font-family: BrandonGrotesque-Light;
    font-size: 1.2em;
    text-align:justify;
}
.PLA_punts {
    border-bottom:2px dotted #ccc;
    margin-bottom: 20px;
    line-height: 2px;
}
.PLA_convPremsaTip {
    display: inline-block;
    font-size: 0.9em;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #FEBD10;
    color: #fff;
    margin-bottom: 10px;
}
.PLA_checkTitol {
    font-family: BrandonGrotesque-Bold;
    color: #000;
    padding-bottom: 10px;
    padding-top:20px;
    display:block;
}
.PLA_check {
    display:inline-block;
    width:calc((100% / 4) - 20px);
    font-size:0.9em;
    padding-right:20px;
}
.PLA_ul {
    margin-left:0px;
}
.PLA_ul > li {
    font-size:1.2em;
    font-weight:bold;
}
.PLA_ul > ul {
    margin-left:0px;
}
.PLA_ul > ul ul {
    margin-left:20px;
}
.PLA_ul > ul > li {
    font-size:1em;
}
.PLA_ul > ul > li > ul {
    font-size:0.9em;
}
.PLA_col {
    display:inline-block;
    vertical-align:text-top;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
}
.PLA_col.left {
    text-align:left;
}
.PLA_col.num1 {
    width:100%;
    padding-left:0px;
    padding-right:0px;
}
.PLA_col.num2 {
    width:calc((100% / 2) - 40px);
}
.PLA_col.num3 {
    width:calc((100% / 3) - 40px);
}
.PLA_col.num4 {
    width:calc((100% / 4) - 40px);
}
.PLA_col.num5 {
    width:calc((100% / 5) - 40px);
}
.PLA_colTit {
    font-family: BrandonGrotesque-Bold;
    font-size: 1.5em;
    color: #000;
    padding-bottom: 10px;
}
.PLA_colTex {
    position:relative;
}
.PLA_video
{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 500px;
    height: 350px;
}
.PLA_ima100
{
    min-width:100%;
	max-width:100%;
}
.PLA_imaDre
{
	float:right;
	max-width:500px;
	margin-left:30px;
	margin-bottom:30px;
}
.PLA_imaEsq, .PLA_ima
{
	float:left;
	max-width:500px;
	margin-right:30px;
	margin-bottom:30px;
}
.PLA_imaEsq[src=''], .PLA_ima[src=''], .PLA_imaDre[src=''] {
    display:none;
}
.PLA_linkIMA, .PLA_linkDOC, .PLA_linkZIP, .PLA_linkWEB, .PLA_linkPDF, .PLA_linkEXC
{
	background-position: 0px 4px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 5px;
    color: #000000;
}
.PLA_linkIMA:hover, .PLA_linkDOC:hover, .PLA_linkZIP:hover, .PLA_linkWEB:hover, .PLA_linkPDF:hover, .PLA_linkEXC:hover
{
	color:#eb005e;
}
.PLA_linkIMA
{
	background-image:url(/imas/general/image.png);
}
.PLA_linkDOC
{
	background-image:url(/imas/general/document-text.png);
}
.PLA_linkZIP
{
	background-image:url(/imas/general/document-zipper.png);
}
.PLA_linkWEB
{
	background-image:url(/imas/general/globe.png);
}
.PLA_linkPDF
{
	background-image:url(/imas/general/document-pdf.png);
}
.PLA_linkEXC
{
	background-image:url(/imas/general/document-excel.png);
}
.PLA_imaRel
{
	display:inline-block;
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	width:138px;
	height:138px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #000000;
    cursor:pointer;
    position:relative;
}
.PLA_imaRel > .PLA_imaRelDiv {
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    z-index:1;
}
.PLA_imaRel > .download {
    position:absolute;
    right:0px;
    bottom:0px;
    width:30px;
    height:30px;
    background-color:rgba(0,0,0,0.5);
    background-image:url(/Imas/General/icoDown.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:30px 30px;
    z-index:2;
}
.PLA_tabla
{
	min-width:100%;
    font-size:0.9em;
}
.PLA_tabla th
{
	background-color:#24272a;
	border-bottom:3px solid #febd10;
	color:#ffffff;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
    text-align:left;
}
.PLA_tabla tr.marcado > td {
    background-color:rgba(255,0,0,0.1);
}
.PLA_tabla td
{
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #eeeeee;
    background-color:#ffffff;
    text-align:left;
}
.PLA_tabla .PLA_tablaLink {
    color:#000;
    display:block;
    background-image:url(/Imas/General/flecha2.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    padding-left: 10px;
}
.PLA_tabla .noSalto {
    white-space:nowrap;
}
.PLA_tabla .PLA_tablaLink:hover {
    color:#11a584;
    opacity:1;
}
.PLA_tabla table td
{
}
.PLA_tabla a
{
}
.PLA_tabla table a
{
}
.PLA_tabla table span
{
}
.PLA_tablaPagi td {
    border-bottom:0px solid #eeeeee;
    padding:2px;
}
.PLA_tablaPagi span, .PLA_tablaPagi a {
    display:inline-block;
    background-color:#222;
    color:#fff;
    line-height:20px;
    width:20px;
    text-align:center;
    font-size:0.7em;
}
.PLA_tablaPagi a {
    background-color:#11a584;
    color:#fff;
}
.PLA_tablaV
{
	font-size:1em;
	border:1px solid #cccccc;
	width:100%;
}
.PLA_tablaV th
{
	text-align:left;
	border-bottom:1px solid #eeeeee;
	padding:0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#ffffff;
	background-color:#333333;
}
.PLA_tablaV td
{
	text-align:left;
	border-bottom:1px solid #eeeeee;
	padding:0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
    background-color:#ffffff;
}
.PLA_visible {
    display:inline-block;
    width:16px;
    height:25px;
    background-image:url(/Imas/General/check3.png);
    background-position:center center;
    background-repeat:no-repeat;
}
.PLA_visible.True {
    
    background-image:url(/Imas/General/check2.png);
}
.PLA_descarga {
    display:inline-block;
    width:calc((100% /6) - 30px);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    vertical-align:text-top;
    text-align:center;
    height:170px;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    background-color:#444;
    border:5px solid #444;
}
.PLA_descarga > a {
    position:absolute;
    left:-5px;
    right:-5px;
    bottom:-5px;
    top:-5px;
}
.PLA_descarga > a > span {
    color:#fff;
    padding:5px;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    line-height:1em;
    background-color:rgba(0,0,0,0.7);
}
.PLA_cercador
{
    background-color:#dddddd;
	padding:10px;
	border-radius: 6px;
}
.PLA_cercadorDiv
{
    display:inline-block;
    margin-right:10px;
}
.PLA_cercadorLabel
{
    display:block;
    color:#666666;
    text-transform:uppercase;
    font-size:0.8em;
}
.PLA_cercador input
{
    border:0px;
    margin:0px;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    line-height:30px;
    vertical-align:text-top;
}
.PLA_cercador select
{
    border:0px;
    margin:0px;
    padding:6px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    vertical-align:text-top;
}
.PLA_cercador input[disabled=disabled], .PLA_cercador select[disabled=disabled] {
    background-color:#eee;
}
.PLA_cercador .boton {
    line-height: 30px;
    vertical-align: text-top;
}
.PLA_link
{
	display:inline-block;
	background-image:url(/imas/general/flecha2.png);
	background-position:0.8em 0.37em;
	background-repeat:no-repeat;
	padding-left:1.5em;
	margin-top:1em;
}
.PLA_links a
{
	display:inline-block;
	background-image:url(/imas/general/flecha2.png);
	background-position:0.8em 0.37em;
	background-repeat:no-repeat;
	padding-left:1.5em;
	margin-top:1em;
}
.PLA_label
{
	display:inline-block;
	width:10em;
	padding-bottom:0.5em;
}
.PLA_textbox
{
	width:25em;
}
.PLA_tornar
{
	display:none;
}
.PLA_tabla2
{
	width:100%;
}
.PLA_tabla2 th
{
	padding:0.2em;
	padding-right:0.5em;
	font-family:good_timesregular, Arial;
	font-size:0.85em;
	padding-bottom:0.7em;
	background-image:url(/imas/general/lineas3.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	text-align: left;
	font-weight:normal;	
}
.PLA_tabla2 td
{
	padding:0.2em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-bottom:1px solid #f5f5f5;
	text-align:left;
	font-size:0.9em;
}
.PLA_moneda {
    display:none;
}
.PLA_moneda.activo {
    display:block;
}
.PLA_moneda > span {
    display:block;
    font-size:1em;
}
.PLA_moneda > strong {
    display:block;
    font-size:1.2em;
    margin-bottom:10px;
}
.PLA_burbujaDiv {
    display:none;
}
.PLA_burbujaDiv.activo {
    display:block;
}
.PLA_burbuja {
    background-color:#e5e5e5;
    display:inline-block;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius:30px;
    position:relative;
}
.PLA_burbuja::before {
    background-image:url('/Imas/General/burbuja.png');
    background-position:center center;
    background-repeat:no-repeat;
    display:inline-block;
    width:16px;
    height:16px;
    content:"";
    position:absolute;
    bottom: -16px;
    right: calc((100% / 2) - 16px);
}
.PLA_burbuja > strong {
    font-size:1.2em;
    display:block;
}
.PLA_burbuja > span {
    font-size:1em;
    display:block;
}
.PLA_pestanya
{
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	padding:0.5em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0px;
	background-color:#eeeeee;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
    cursor:pointer;
    color:#666;
}
.PLA_pestanya.activo
{
	padding-bottom:1px;
	background-color:#ffffff;
	color:#000;
}
.PLA_pestanya1
{
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	padding:0.5em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1px;
	background-color:#ffffff;
	color:#000000;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.PLA_pestanya2
{
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	padding:0.5em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0px;
	background-color:#eeeeee;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
    cursor:pointer;
}
.PLA_caixa
{
	border:1px solid #999;
	padding:1em;
    display:none;
}
.PLA_caixa.activo
{
    display:block;
}
.PLA_dadesInteres {
    text-align:center;
    padding-bottom:30px;
    padding-top:50px;
}
.PLA_dadesInteresDiv {
    display:inline-block;
    width:calc((100% / 3) - 20px);
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    background-color:#fff;
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
    transition:box-shadow 200ms;
    vertical-align:text-top;
    position:relative;
    height:120px;
}
.PLA_dadesInteresDiv > .divCompartirEdit {
    position:absolute;
    top:10px;
    bottom:auto;
    left:auto;
    right:10px;
    opacity:0;
    z-index:3;
    transition:opacity 200ms;
}
.PLA_dadesInteresDiv:hover > .divCompartirEdit {
    opacity:1;
}
.PLA_dadesInteresDiv:hover {
    box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.PLA_dadesInteresLink {
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    z-index:2;
}
.PLA_dadesInteresIco {
    position:absolute;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    left:20px;
    top:20px;
    bottom:20px;
    width:80px;
    z-index:1;
}
.PLA_dadesInteresT {
    position:absolute;
    left:120px;
    right:20px;
    top:10px;
    bottom:10px;
    z-index:1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PLA_dadesInteresTex {
    text-align:left;
    width:100%;
}
.PLA_dadesInteresTex > strong {
    display:block;
    font-family:BrandonGrotesque-Bold;
    font-weight:normal;
    font-size:1.2em;
}
.PLA_dadesInteresTex > span {
    display:block;
    font-family:BrandonGrotesque-Light;
}
.PLA_tempsIco, .PLA_relojIco {
    height:48px;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    text-align:center;
}
.PLA_relojH {
    background-image:url(/imas/general/hora.png);
    background-position:center center;
    background-repeat:no-repeat;
    height:48px;
    width:48px;
    position:absolute;
    left:calc((100% / 2) - 24px);
    top:0px;
}
.PLA_relojM {
    background-image:url(/imas/general/minutos.png);
    background-position:center center;
    background-repeat:no-repeat;
    height:48px;
    width:48px;
    position:absolute;
    left:calc((100% / 2) - 24px);
    top:0px;
}
.PLA_tempsTit {
    font-size:1.1em;
}
.PLA_relojTit {
    font-size:1.3em;
    padding-top:7px;
}
.PLA_tempsTex {
    font-size:0.9em;
}
.PUB_tabla05 a, .PUB_tabla06 a, .PUB_tabla07 a, .PUB_tabla08 a, .PLA_linkBorinat1, .PLA_linkBorinat2, .PLA_linkBorinat3, .PLA_linkBorinat4
{
	background-position:10px 0px;
	background-repeat:no-repeat;
	display:block;
	font-size:1.2em;
    padding:5px;
	padding-left:35px;
	text-transform:uppercase;
    margin-bottom:20px;
}
.PUB_tabla05 a:hover, .PUB_tabla06 a:hover, .PUB_tabla07 a:hover, .PUB_tabla08 a:hover, .PLA_linkBorinat1:hover, .PLA_linkBorinat2:hover, .PLA_linkBorinat3:hover, .PLA_linkBorinat4:hover
{
	color:#000000;
}
.PUB_tabla05 a, .PLA_linkBorinat1
{
	background-image:url(/imas/general/mb1.png);
	color:#5b9bd5;
}
.PUB_tabla06 a, .PLA_linkBorinat2
{
	background-image:url(/imas/general/mb2.png);
	color:#ff0000;
}
.PUB_tabla07 a, .PLA_linkBorinat3
{
	background-image:url(/imas/general/mb3.png);
	color:#e7ae00;
}
.PUB_tabla08 a, .PLA_linkBorinat4
{
	background-image:url(/imas/general/mb4.png);
	color:#70ad47;
}
/*ICONOS PLAYAS------------------------------------*/
.icoVaraNO, .icoVaraNo, .icoVarano, .icoVara, .icoBandNO, .icoBandNo, .icoBandno, .icoBand, .icoNautNO, .icoNautNo, .icoNautno, .icoNaut, .icoRestNO, .icoRestNo, .icoRestno, .icoRest, .icoAparNO, .icoAparNo, .icoAparno, .icoApar, .icoPapeNO, .icoPapeNo, .icoPapeno, .icoPape, .icoSocoNO, .icoSocoNo, .icoSocono, .icoSoco, .icoAlquNO, .icoAlquNo, .icoAlquno, .icoAlqu, .icoLavaNO, .icoLavaNo, .icoLavano, .icoLava, .icoMinuNO, .icoMinuNo, .icoMinuno, .icoMinu, .icoTeleNO, .icoTeleNo, .icoTeleno, .icoTele, .icoDuchNO, .icoDuchNo, .icoDuchno, .icoDuch
{
	display:none;
}
.icoVaraSI, .icoVaraSi, .icoVarasi, .icoBandSI, .icoBandSi, .icoBandsi, .icoNautSI, .icoNautSi, .icoNautsi, .icoRestSI, .icoRestSi, .icoRestsi, .icoAparSI, .icoAparSi, .icoAparsi, .icoPapeSI, .icoPapeSi, .icoPapesi, .icoSocoSI, .icoSocoSi, .icoSocosi, .icoAlquSI, .icoAlquSi, .icoAlqusi, .icoLavaSI, .icoLavaSi, .icoLavasi, .icoMinuSI, .icoMinuSi, .icoMinusi, .icoTeleSI, .icoTeleSi, .icoTelesi, .icoDuchSI, .icoDuchSi, .icoDuchsi
{
	display:inline-block;
	padding-top:50px;
	margin-right:30px;
    margin-bottom:20px;
    position:relative;
}
.icoVaraSI::before, .icoVaraSi::before, .icoVarasi::before, .icoBandSI::before, .icoBandSi::before, .icoBandsi::before, .icoNautSI::before, .icoNautSi::before, .icoNautsi::before, .icoRestSI::before, .icoRestSi::before, .icoRestsi::before, .icoAparSI::before, .icoAparSi::before, .icoAparsi::before, .icoPapeSI::before, .icoPapeSi::before, .icoPapesi::before, .icoSocoSI::before, .icoSocoSi::before, .icoSocosi::before, .icoAlquSI::before, .icoAlquSi::before, .icoAlqusi::before, .icoLavaSI::before, .icoLavaSi::before, .icoLavasi::before, .icoMinuSI::before, .icoMinuSi::before, .icoMinusi::before, .icoTeleSI::before, .icoTeleSi::before, .icoTelesi::before, .icoDuchSI::before, .icoDuchSi::before, .icoDuchsi::before
{
    content: " ";
	display:inline-block;
    background-color:#549433;
	background-position:top center;
	background-repeat:no-repeat;
    background-size:40px 40px;
    width:40px;
    height:40px;
    border-radius:20px;
    position:absolute;
    top:0px;
    left:calc(50% - 20px);
}
.icoVaraSI::before, .icoVaraSi::before, .icoVarasi::before
{
	background-image:url(/imas/general/varadero.png);
}
.icoBandSI::before, .icoBandSi::before, .icoBandsi::before
{
	background-image:url(/imas/general/bandera-azul.png);
}
.icoNautSI::before, .icoNautSi::before, .icoNautsi::before
{
	background-image:url(/imas/general/deportes-nauticos.png);
}
.icoRestSI::before, .icoRestSi::before, .icoRestsi::before
{
	background-image:url(/imas/general/bar.png);
}
.icoAparSI::before, .icoAparSi::before, .icoAparsi::before
{
	background-image:url(/imas/general/parking.png);
}
.icoPapeSI::before, .icoPapeSi::before, .icoPapesi::before
{
	background-image:url(/imas/general/papelera.png);
}
.icoSocoSI::before, .icoSocoSi::before, .icoSocosi::before
{
	background-image:url(/imas/general/socorrista.png);
}
.icoAlquSI::before, .icoAlquSi::before, .icoAlqusi::before
{
	background-image:url(/imas/general/alquiler.png);
}
.icoLavaSI::before, .icoLavaSi::before, .icoLavasi::before
{
	background-image:url(/imas/general/aseos.png);
}
.icoMinuSI::before, .icoMinuSi::before, .icoMinusi::before
{
	background-image:url(/imas/general/minusvalidos.png);
}
.icoTeleSI::before, .icoTeleSi::before, .icoTelesi::before
{
	background-image:url(/imas/general/telefono.png);
}
.icoDuchSI::before, .icoDuchSi::before, .icoDuchsi::before
{
	background-image:url(/imas/general/duchas.png);
}
.PLA_icoV, .PLA_icov, .PLA_icoX, .PLA_icox, .PLA_icosi, .PLA_icoSi, .PLA_icoSI
{
	display:inline-block;
	width:22px;
	height:22px;
	background-image:url(/imas/general/Check.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.PLA_mesInfo {
    display:inline-block;
    background-color:#ee3124;
    padding-left:5px;
    padding-right:5px;
    border-radius:3px;
    font-size:0.7em;
    color:#fff;
    margin-left:10px;
    cursor:pointer;
}
.PLA_cartell {
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    width:calc((100% / 4) - 20px);
    display:inline-block;
    text-align:left;
    vertical-align:text-top;
}
.PLA_cartellIma {
    display:block;
    background-color:#999;
    height:410px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    transition:box-shadow 200ms;
}
.PLA_cartellIma:hover {
    box-shadow:0px 0px 20px rgba(0,0,0,0.7);
}
.PLA_cartellIma > span {
    position:absolute;
    left:10px;
    top:10px;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    display:inline-block;
    font-size:0.9em;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
}
.PLA_cartellT {
    min-height:100px;
    padding-top:10px;
}
.PLA_cartellTit {
    font-size:1.2em;
}
.PLA_cartellTex {
    font-family:BrandonGrotesque-Light;
    padding-top:10px;
}