<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {	
	padding: 0;
	margin: 0;
	background-color: #d7d6d5;
	margin-bottom: 20px;
	font-size: 100%;
}
.amplada-pagina {
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	max-width: 940px;
}

#capcalera-print {
	display:none;
}
	
/* ----  Capçalera Superior ---- */
#capcalera-superior {
	background-color: #881f39;
	color: #ffffff;
	font-size: 80%;
	overflow: hidden;
	padding-top: 5px;
}
/* Temps */
#capcalera-superior  #Temps {
	margin: -5px 3px 0 3px;
	padding: 0;
	overflow: hidden;
	float: right;
	visibility: hidden;
	width: 17%;
	min-width: 75px;
}
#capcalera-superior #Temps .carregant {
	display: none;
}
#capcalera-superior #Temps .temps { 
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial;
    color: #ffffff;
}
#capcalera-superior #Temps .temps .prev-mati {
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
#capcalera-superior #Temps .temps .prev-mati p {
	float: left;
	padding: 11px 0 0 2px;
} 	
#capcalera-superior #Temps .temps .prev-mati img {
	float: left;
}
#capcalera-superior #Temps .temps .prev-tarda {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
#capcalera-superior #Temps .temps .prev-tarda p {
	float: left;
	padding: 11px 0 0 2px;
}
#capcalera-superior #Temps .temps .prev-tarda img {
	float: left;
}
/* Mida Lletra */
#capcalera-superior #capcalera-mida-lletra {
    overflow: hidden;
   	float: right;
    margin: 2px 5px 0 5px;
    width: 14%;
    min-width: 50px;
}
#capcalera-superior #capcalera-mida-lletra ul {
    float: left;
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
#capcalera-superior #capcalera-mida-lletra ul li {
    float: left;
    padding: 2px 5px 0 0;
    margin: 0;
}
#capcalera-superior #capcalera-mida-lletra&gt;p {
    float: left;
    margin: 4px 0 0 4px;
}
#capcalera-superior #capcalera-mida-lletra a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}
/* Enllaços */
#capcalera-superior ul#capcalera-links {
    float: right;
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0 5px 0 0;
    margin: 0;
    min-width: 150px;
}
#capcalera-superior ul#capcalera-links li {
    float: left;
    padding: 0 1px 0 0;
    margin: 0;
}
#capcalera-superior ul#capcalera-links li.ultim {
      
}
/* Cerca */
#capcalera-superior #capcalera-cerca {
	float: right;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	min-width: 130px;
	overflow: hidden;
}
#capcalera-superior #capcalera-cerca .input-cerca {
	padding: 0px 0 0px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	vertical-align: middle;
	border: none;
	height: 24px;
	width: 69%;
	color: #666666;
	float: left;
	background: url("/plantilles/vacarisses/img/fons-input-cerca.gif") left top no-repeat; 
	font-family: Tahoma;
	float: left;
}
/* Rollover sobre la imatge del boto de cerca */
#capcalera-superior #Img_Cerca2 {
	width: 29px;
	height: 24px;
	background: url("/plantilles/vacarisses/img/boto-cerca.gif") left top no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
#capcalera-superior #Img_Cerca2:hover {
	background: url("/plantilles/vacarisses/img/boto-cerca.gif") left top no-repeat; 
}

/* ---- Capçalera ---- */
#capcalera {
	background-color: #97233f;
	padding-top: 12px;
	font-size: 80%;
	border-bottom: 3px solid #000000;
	overflow: visible;
	width: 100%;
}
/* Logo */
#capcalera #capcalera-logo {
	max-width: 28%;
	float: left;
}
#capcalera #capcalera-logo img {
    max-width: 100%;
    min-width: 120px;
}
/* Div Menú capcalera superior */
#capcalera #capcalera-menu {
	display: block;
	width: 69%;
	margin: 0 0 0 0;
	padding: 0;
	overflow: visible;
	float: right;
	position: relative;
}
#capcalera-menu ul  {
	float: right;
}

#pagina {
    max-width: 960px;
   	background-color: #ffffff;
    margin: 0 auto 0 auto;
}
.pagina-interior {
	padding-bottom: 50px;
}

#capcalera-titol {
    display: none;
}

/* ---- Contingut ---- */
#contingut {
	text-align: left;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 0px;
	background-color: #ffffff;
	font-size: 78%;
	font-family: Tahoma;
}
/* Divs de Continguts en funció de si hi ha menu lateral */
#columna-contingut {
	min-height: 25em;
}
.columna-contingut-portada {
	padding: 35px 0 0 0;
}
.columna-contingut-i-columna-esquerra { /* amb banners o elements adicionals */
	width: 73%;
	padding: 13px 0 25px 0;
	float: right;
}
.columna-contingut { /* amb menú i sense columna esquerra */
    width: 100%;
	padding: 13px 0 25px 0;
}


/* Barra d'elements a l'esquerra */
#columna-esquerra {
	overflow: hidden;
	float: left;
	width: 24%;
	margin: 25px 1% 2.6em 0;
	border-right: 1px solid #e8e7e6;
	padding-right: 1%;
	max-width: 222px;
}
#menu-lateral {
	
}
#menu-lateral #titol-menu {
	color: #595958;
	font-size: 1.55em;
	font-family: Tahoma;
	font-size: 500;
}
#menu-lateral #titol-menu a {
	color: #595958;
	text-decoration: none;
}
/* Menú esquerra */
#columna-esquerra ul#menu-lat {
	margin: 0.3em 0 0.2em 0;
	padding: 0;
	list-style: none inside none;		
}
#columna-esquerra ul#menu-lat li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url("/plantilles/vacarisses/img/buit.gif") 0px 0px no-repeat; /* IE bug */
}
#columna-esquerra ul#menu-lat li a,  #columna-esquerra ul#menu-lat li span {
	text-transform: none;
	display: block;
	color: #881f39;
	font-size: 1.3em;
	text-decoration: none;
	padding: 0.8em 0.8em 0.8em 0.8em;
	margin: 0 0 5px 0;
	background-color: #e8e7e6;
}
#columna-esquerra ul#menu-lat li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #97233f;
}
#columna-esquerra ul#menu-lat li a.selec {
	color: #ffffff;
	background-color: #97233f;
	border-bottom: 0;
}
#columna-esquerra ul#menu-lat ul {
	margin: 0;
	padding: 0 ;
	list-style: none;
}
#columna-esquerra ul#menu-lat ul li {
	display: inherit;
	margin:  0;
	padding: 0;
}
#columna-esquerra ul#menu-lat ul li a {
	color: #666666;
   	font-weight: 400;
	text-decoration: none;
	padding: 0.5em 0.8em 0.5em 0.8em;
	margin: 0 0 0 0;
	border-bottom: 0;
	background: none;
	font-size: 1.2em;
}
#columna-esquerra ul#menu-lat ul li a:hover {
	color: #881f39 !important;
	background-color: transparent !important;
	text-decoration: underline;
	background: url("/plantilles/vacarisses/img/buit.gif") 0px 0px no-repeat; /* IE bug */
}
#columna-esquerra ul#menu-lat ul li a.selec {
	text-decoration: none;
	color: #881f39 !important;
	background-color: transparent !important;
}


/* Fil d'Ariadna */
#fil {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 6px 0 5px 0;
	width: 100%;
	overflow: hidden;
	font-family: Tahoma;
	min-height: 2em;
}
#fil .amplada-pagina {
	max-width: 960px;
}
#fil  a.fil-inici {
	color: #ffffff;
	font-size: 0.9em;
	background-color: #881f39;
	padding: 0.5em 1.2em 0.5em 1.2em;
	margin: 0;
	text-transform: none;
}
#fil a.fil-inici:hover {
	text-decoration: underline;
}
#fil .fletxa-inici {
	width: 0; 
	height: 0; 
	border-top: 0.99em solid transparent;
	border-bottom: 0.99em solid transparent;
	border-left: 0.99em solid #881f39;
	float: left;
	margin-right: 0.7em;
}
#fil a {
	display: block;
	float: left;
	color: #4c4c4c;
	font-weight: 400;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 0 0.5em 0;
	margin: 0.5em 0 0 0;
	text-transform: uppercase;
}
#fil a:hover {
	text-decoration: underline;
}
#fil .fletxa {
	display: block;
    float: left;
	width: 8px;
    height: 14px;
	background: url("/plantilles/vacarisses/img/fil-separador.gif") left bottom no-repeat;
	margin: 0.5em 10px 0 10px;
}


/* ---- Areas de portada ---- */
#col-area-portada {
	height: 100%;
	width: 100%; 
	float: none;
	clear: both;
	overflow: hidden;
	/* 73% - 24% */
}
#col-area-esquerra {
	height: 100%;
	width: 48%; 
	float: left;
	overflow: hidden;
}
#col-area-dreta {
	height: 100%;
	width: 48%; 
	float: right;
	padding-left: 2%;
	overflow: hidden;
	border-left: 1px solid #e8e7e6;
}


/* Registre accions */
.registre-accions {
	clear: both;
	border-top: 1px solid #e6e6e6;
	margin: 10px 0 5px 0 !important;
	padding: 7px 0 0 0;
	overflow: hidden;
}
.registre-accions .botons-accions {
	float: right;
	overflow: hidden;
	width: 55%;
	white-space: nowrap;
	text-align: right;
}
#share-button-google {
    display: inline; 
    position: relative;
    top: -3px;
}
#share-button-twitter {
    
}
#share-button-facebook {
    overflow: hidden;
    width: 120px;
    height:21px;
}
#send-button-facebook {
    font-size: 0.9em;
    color: #3B5998;
}
.registre-accions ul.pagina-accions {
	float: left;
	list-style: none;
	padding: 0;
	margin: 3px 0 0 5px;
	white-space: nowrap;
}
.registre-accions ul.pagina-accions li {
	display: inline;
	margin: 0 0 0 1em;
}
.registre-accions ul.pagina-accions li.primer {
	margin: 0;	
}
.registre-accions ul.pagina-accions li a {
	color: #336600;
	white-space: nowrap;
}
.registre-accions ul.pagina-accions li a:hover {
	text-decoration: none;
}


/* Peu */
#pagina-peu {
  width: 100%;
  background-color: #454545;
  clear: both;
  padding-bottom: 1.6em;
  border-bottom: 4px solid #000000;
}
#pagina-peu .amplada-pagina {
	position: relative;
} 
#pagina-peu #peu-logo {
	position: absolute;
	right: 0;
    top: -49px;
}


#pagina-peu ul#peu-menus {
	width: 100%;
	padding: 1em 0 0 0;
	margin: 0 0 2em 0;
	list-style: none;
	min-height: 8em;
	display: block;
	overflow: hidden;
}
#pagina-peu ul#peu-menus li {
	margin: 0 0 0 1%;
	padding: 0 0 0 1%;
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
	background: none;
	border-left: 1px solid #555555;
	vertical-align: bottom;
}
#pagina-peu ul#peu-menus li.primer {
	border-left: 0;
	padding: 0;
	margin: 0;
}
#pagina-peu ul#peu-menus li a {
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	display: block;
	vertical-align: top;
	font-size: 1.05em;
	border-bottom: 1px dotted #767676;
	padding-bottom: 0.5em;
	font-weight: 400;
}
#pagina-peu ul#peu-menus li a:hover {
    color: #97233f;
	text-decoration: none;	
}
#pagina-peu ul#peu-menus ul {
	margin: 0 0 0 0;
	list-style: none;
	padding: 0.2em 0 0 0;
	background: none;
	overflow: hidden;
}
#pagina-peu ul#peu-menus ul li {
	margin: 0;
	padding: 0.1em 0px 0.1em 0px;
	background: none;
	float: none;
	border: 0;
}
#pagina-peu ul#peu-menus ul li a {
    font-weight: 400;
	color: #f2f3f3;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 0.7em;
	min-height: 0;
	padding: 2px 2px 2px 2px;
	text-transform: uppercase;
	border-bottom: 0;
}
#pagina-peu ul#peu-menus ul li a:hover {
	text-decoration: none;
	background-color: #7d7d7d;
	color: #ffffff;
}


#pagina-peu #peu-sota-menu {
	background: url('/plantilles/vacarisses/img/fons-menu-peu.gif') top center no-repeat;
	padding-top: 2em;
	clear: both;
	margin: 0;
	overflow: hidden;
}
#pagina-peu #peu-sota-menu #peu-info {
    float: left;
    text-align: right;
    width: 28%;
    color: #fffefe;
    font-family: Tahoma;
    min-width: 140px; 
}
#pagina-peu #peu-sota-menu #peu-info #peu-titol {
	font-size: 1em;
	font-weight: bold;
}
#pagina-peu #peu-sota-menu #peu-info a {
	color: #fffefe;
}
#pagina-peu #peu-sota-menu #peu-text-1 {
	font-size: 0.75em;
	margin-top: 0.8em;
}
#pagina-peu #peu-sota-menu ul#peu-links-social {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 11px;
	padding: 0;
}
#pagina-peu #peu-sota-menu ul#peu-links-social li {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
}
#pagina-peu #peu-sota-menu ul#peu-links-social li a {
	color: #fffefe;
}

#pagina-peu #peu-sota-menu #peu-diputacio {
	text-align: left;
	float: right;
}
#pagina-peu #peu-sota-menu #peu-diputacio p {
	color: #fffefe;
	font-size: 0.75em;
	margin-bottom: 0.6em;
}

#pagina-peu-inf {
	padding-bottom: 8px;
	overflow: hidden;
}
#pagina-peu-inf .amplada-pagina {
	overflow: hidden;
	padding: 1em 0 1em 0;
	background-color: #bbbbbb;
	max-width: 960px;
	-moz-box-shadow:    0px 2px 8px 2px #919191;
	-webkit-box-shadow: 0px 2px 8px 2px #919191;
	box-shadow:         0px 2px 8px 2px #919191;
}
#pagina-peu-inf ul#peu-links {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
}
#pagina-peu-inf ul#peu-links li {
	float: left;
	background: none;	
	margin: 0;
	padding: 0;
}
#pagina-peu-inf ul#peu-links li a {
	color: #555555;
	font-size: 0.75em;
	padding: 0;
	margin: 0 0 0 1.6em;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: 400;
	text-transform: uppercase;
}
#pagina-peu-inf ul#peu-links li.ultim a {
      
} 
#pagina-peu-inf ul#peu-links li a:hover {
	text-decoration: underline;
}
#pagina-peu-inf #copy-right {
	color: #555555;
	float: right;
	font-size: 0.75em;
	padding-top: 0.2em;
	margin-right: 1em;
}



/* Tooltip que es mostra quan es produeix un error en el camp */
.tooltip-error {
	position: absolute;
	display: none;
	overflow: hidden;
}
.tooltip-error .fletxa-tooltip {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	margin-left: 25px;
}
.tooltip-error .contingut-tooltip {
	color: white;
	padding: 3px;
	font-size: 0.9em;
	background-color: black;
}
input.error-camp {
    background-color: #fae9d9 !important;
    outline: none;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 0 1px 1px #ad4431;
    -moz-box-shadow: 0 0 1px 1px #ad4431;
    box-shadow: 0 0 1px 1px #ad4431;
}

.width_100 {
    width: 100% !important;
}
.width_99 {
    width: 99% !important;
}
.width_94 {
    width: 94% !important;
}
.width_89 {
    width: 89% !important;
}
.width_84 {
    width: 84% !important;
}
.width_79 {
    width: 79% !important;
}
.width_74 {
    width: 74% !important;
}
.width_69 {
    width: 69% !important;
}
.width_64 {
    width: 62% !important;
}
.width_59 {
    width: 59% !important;
}
.width_54 {
    width: 52% !important;
}
.width_49 {
    width: 49% !important;
}
.width_48 {
    width: 49% !important;
}
.width_44 {
    width: 42% !important;
}
.width_39 {
     width: 39% !important; 
}
.width_34 {
    width: 32% !important;
}
.width_29 {
     width: 29% !important; 
}
.width_24 {
    width: 22% !important;
}
.width_19 {
     width: 19% !important; 
}
.width_14 {
    width: 12% !important;
}
.width_09 {
    width: 9% !important;
}
/* custom player skin */ 
.flowplayer {
	background-size: cover !important;
	background-repeat: no-repeat;
}
.flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4)}
.flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
.flowplayer .fp-progress { background-color: rgba(219, 0, 0, 1)}
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
.flowplayer .fancybox-inner {
	padding-bottom: 80px;
}


.area-horitzontal {
	float: left;
	padding: 0;
	margin: 0;
	min-height: 1px;
}
.area-vertical {
	clear: both;
	padding: 0;
	margin: 0;
}
.area-interna {
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
}
.area-interna-primera {
	margin: 0;
	padding: 0;
}
.gutter-sizer-area {
	width: 11px;
}



.warea_100 { width: 100% !important; }
.warea_99 { width: 99% !important; }
.warea_98 { width: 98% !important; }
.warea_97 { width: 97% !important; }
.warea_96 { width: 96% !important; }
.warea_95 { width: 95% !important; }
.warea_94 { width: 94% !important; }
.warea_93 { width: 93% !important; }
.warea_92 { width: 92% !important; }
.warea_91 { width: 91% !important; }
.warea_90 { width: 90% !important; }
.warea_89 { width: 89% !important; }
.warea_88 { width: 88% !important; }
.warea_87 { width: 87% !important; }
.warea_86 { width: 86% !important; }
.warea_85 { width: 85% !important; }
.warea_84 { width: 84% !important; }
.warea_83 { width: 83% !important; }
.warea_82 { width: 82% !important; }
.warea_81 { width: 81% !important; }
.warea_80 { width: 80% !important; }
.warea_79 { width: 79% !important; }
.warea_78 { width: 78% !important; }
.warea_77 { width: 77% !important; }
.warea_76 { width: 76% !important; }
.warea_75 { width: 75% !important; }
.warea_74 { width: 74% !important; }
.warea_73 { width: 73% !important; }
.warea_72 { width: 72% !important; }
.warea_71 { width: 71% !important; }
.warea_70 { width: 70% !important; }
.warea_69 { width: 69% !important; }
.warea_68 { width: 68% !important; }
.warea_67 { width: 67% !important; }
.warea_66 { width: 66% !important; }
.warea_65 { width: 65% !important; }
.warea_64 { width: 64% !important; }
.warea_63 { width: 63% !important; }
.warea_62 { width: 62% !important; }
.warea_61 { width: 61% !important; }
.warea_60 { width: 60% !important; }
.warea_59 { width: 59% !important; }
.warea_58 { width: 58% !important; }
.warea_57 { width: 57% !important; }
.warea_56 { width: 56% !important; }
.warea_55 { width: 55% !important; }
.warea_54 { width: 54% !important; }
.warea_53 { width: 53% !important; }
.warea_52 { width: 52% !important; }
.warea_51 { width: 51% !important; }
.warea_50 { width: 50% !important; }
.warea_49 { width: 49% !important; }
.warea_48 { width: 48% !important; }
.warea_47 { width: 47% !important; }
.warea_46 { width: 46% !important; }
.warea_45 { width: 45% !important; }
.warea_44 { width: 44% !important; }
.warea_43 { width: 43% !important; }
.warea_42 { width: 42% !important; }
.warea_41 { width: 41% !important; }
.warea_40 { width: 40% !important; }
.warea_39 { width: 39% !important; }
.warea_38 { width: 38% !important; }
.warea_37 { width: 37% !important; }
.warea_36 { width: 36% !important; }
.warea_35 { width: 35% !important; }
.warea_34 { width: 34% !important; }
.warea_33 { width: 33% !important; }
.warea_32 { width: 32% !important; }
.warea_31 { width: 31% !important; }
.warea_30 { width: 30% !important; }
.warea_29 { width: 29% !important; }
.warea_28 { width: 28% !important; }
.warea_27 { width: 27% !important; }
.warea_26 { width: 26% !important; }
.warea_25 { width: 25% !important; }
.warea_24 { width: 24% !important; }
.warea_23 { width: 23% !important; }
.warea_22 { width: 22% !important; }
.warea_21 { width: 21% !important; }
.warea_20 { width: 20% !important; }
.warea_19 { width: 19% !important; }
.warea_18 { width: 18% !important; }
.warea_17 { width: 17% !important; }
.warea_16 { width: 16% !important; }
.warea_15 { width: 15% !important; }
.warea_14 { width: 14% !important; }
.warea_13 { width: 13% !important; }
.warea_12 { width: 12% !important; }
.warea_11 { width: 11% !important; }
.warea_10 { width: 10% !important; }
.warea_9 { width: 9% !important; }
.warea_8 { width: 8% !important; }
.warea_7 { width: 7% !important; }
.warea_6 { width: 6% !important; }
.warea_5 { width: 5% !important; }
.warea_4 { width: 4% !important; }
.warea_3 { width: 3% !important; }
.warea_2 { width: 2% !important; }
.warea_1 { width: 1% !important; }


.warea_27 { 
    
}
.warea_27 .area_int {
	border-left: 1px solid #e8e7e6;
	padding-left: 20px;
}



/* Popups */
/* Popup container */
.popup1 {
    position: absolute;
    display: block;
    
    /*
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
	visibility: hidden;
    width: 100%;
    min-height: 100%;
    */
    
    background: rgb(5, 5, 5);
    background: rgba(5, 5, 5, .5);
    pointer-events: none;
    z-index: 2147483646;
    
    opacity: 0;
    text-align: left;
}
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.show-popup1 {
	/*
    visibility: visible;
    position: absolute;
    */
    
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    
    opacity: 1 !important;
    pointer-events: all;
    clear: both;
    visibility: visible !important;
    align-items: center;
    -ms-flex-align: center;
    display: flex !important;
    display: -ms-flexbox !important;
    min-height: 100%;
    justify-content: space-around;
    -ms-justify-content: space-around;
    width: 100%;
    
    position: fixed;
    top: 0;
    height: auto !important;
    padding: 30px;
    box-sizing: border-box;
}

.popup-link {
	cursor: pointer;
}
/* The actual popup (appears on top) */
.popup1 .popup-window {
	display: block;
    color: #aaaaaa;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    background-color: #ffffff;
    margin: 20px auto 20px auto;
    padding: 20px;
    position: relative;
    
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.7);
}
.popup1 .popup-window-int {
	width: 100%;
	height: 100%;
	color: #000000;
}
.popup1 .popup-close {
    font-size: 30px;
    position: absolute;
    right: -20px;
    text-decoration: none;
    top: -30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.popup1 .popup-close:hover, .popup1 .popup-close:focus {
    color: #cacaca;
}
.popup1 img {
	max-width: 100%;
}
.popup-header {
	background-color: #972836;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
}
.popup-header  .popup-logo {
	float: left;
}
.popup-content {
	/*margin: 20px 0 0 0;*/
	padding: 10px;
	background-repeat: none;
	background-size: cover; 
}
.popup-content p.boto-link {
	float: none;
}
.popup-content .popup-botons img {
	max-width: 130px;
	height: auto;
}

.finestra-emergent {
	position: fixed;
	top: 0%;
	left: 0%;
	
	display: none;
	z-index: 1010;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 233, 233, 0.5);
}
.finestra-emergent .interior-finestra {
	margin-top: 10%;
	height: 74%;
	
	overflow: auto;
	padding: 2% 2% 2% 2%;
	position: relative;
	border: 2px solid #000000;
	background-color: white;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

</pre></body></html>