<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Block newsletter */
#newsletter_block_left {
	padding:7px;
	border:1px solid #ccc;
	background:#eee;
	/*Item - Afegim el clear both per a que no es solapin el block de la newsletter amb el block anterior */
	clear:both;
}
#newsletter_block_left .title_block, #newsletter_block_left h4  {
	padding:0 0 12px 28px;
	color:#666;
	text-shadow:0 1px 0 #fff;
	background:url(img/icon/newsletter.png) no-repeat 0 0 transparent;
}
#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}
#newsletter_block_left p.warning_inline {
	color: #DA0F00;
	text-align: center;
	font-weight: bold;
    margin-top: 30px;
}

#newsletter_block_left input.inputNew {
	position: relative;
	top: -1px;
	padding:0 5px;
	height:20px;
	width:148px;
	border:1px solid #ccc;
	border-right:none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:10px;
	color:#999;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	position:relative;
	left:-2px;
	height:23px;
	width:24px;
	border:0;
	text-indent:-5000px;
	background:url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
	cursor:pointer
}
*:first-child+html #newsletter_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */
/*\*//*/div.madiv {
#newsletter_block_left input.button_mini {
	position:relative;
	top: 4px;
}/* hack ie 8 */
/* */



/*############Subscribirse###############*/

#subscripcion {
    background-color: #333333;
    color: #ffffff;
    padding: 63px 0 63px;
}
   
.bloque_subscripcion{
    text-align: center;    
} 

.texto_grande{    
    font-size: 30px;
    font-weight: lighter;
    margin-top: 45px;
    font-family: Open Sans; 
    line-height: 1.1em;   
}

.newsletter .form-group {
    margin-top: 35px;
    margin-right: 4px !important;
    
}

.newsletter .btn-default {
    /*border-color: #333333;*/
    
    
    }

.newsletter .form-control{    
    background-color: #595a5d;
    color: #ffffff;
    border-style: none;
    padding: 0 10px;
    border-radius: 2px;
    
}
  

#footer {
    margin-top: 0;
}


.form-group{
    margin-bottom: 22px !important;
    margin-right: 10px !important;
       
}

.form-control{
    width: 224px; 
    height: 45px;
    
    
}
.news{}
.btn-default {
    background-color: #1B91F7;    
    color: #FFFFFF;    
    font-size: 12px;
    height: 45px;
    border-style: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #1C7BC8;
  border-color: inherit;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}


.newsletter .form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 113, 217, 0.58);
  
  }
  
#subscripcion p.warning_inline {
	color: #DA005E;
	text-align: center;
	font-weight: bold;
    margin-top: 30px;
}

#subscripcion p.success_inline {
	color: #7CED95;
	text-align: center;
	font-weight: bold;
    margin-top: 30px;
}</pre></body></html>