@charset "UTF-8";
@import url("formulari.css");

* {
	
font-family: Helvetica, Arial, Verdana, sans-serif;
}

header {
	background-color: #FFC23F;
	border-radius: 10px 10px 0px 0px;
	
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: white;
}
a:hover {
	color: black;
}


body {
	background-color: #FFF;
	padding: center;
	font-size: 12px;
	
}

footer {
	background-color: #FFC23F;
	width:100%;
    height:50px;
    position: fixed;
    bottom:0;
    left:0;
	z-index:9;
}

footer > p {
	text-align: center;

	
}
	
.capçalera {
	height: 85px;
	text-align: center;
	margin-top: 45px;
	color: #FFF;
	background-color: #FFC23F;
	border-bottom-color: #FFC23F;
	border-bottom: 2px;

}

.titul {
	
	margin-left: 15%;
	left: 100px;
	height: 30px;
	text-align: center;
	margin-top: -50px;
	color: #FFF;
	font-size: 14px;
	border-bottom-color: #FFC23F;
	border-bottom: 2px;


}
.line {
	margin-top: 18px;
	height: 1px;
	background-color: #FFC23F;
	border-top: 1px solid #FFC23F;
	
}

.logo {
	float:left;
	display: block;
	margin-top: 15px;
	position: relative;
	margin-left: 20px;


}

.logo2 {
	margin-top: 5px;
	margin-left: 20px;
	position: absolute;
	
}


h1 {
	font-size: 14px;
	color: #FFC23F;
}

.wrap {
	width: 100%;
	position:absolute; 
 

}

.line2 {
	margin-top: 1px;
	margin-bottom:10px;
	height: 1px;
	background-color: #FFC23F;
	border-bottom: 2px solid #FFC23F;
	clear: both;
	display:block;
}
.space2 {
	margin-bottom: 50px;
}

.col-md-8 > p > a:link {
	color: #ffc23f;
}
.col-md-8 > p > a:visited {
	color: #ffc23f;
	
}
.col-md-8 > p > a:hover {
	color: black;	

}

.icones {

	margin-top: 12px;
	margin-left: 4px;
}

/* Inicio del CSS para cookies */
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-25px;
font-size:12px;
height:25px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}

.cookiesms > p > a:link {
	color: #F6B333;
}
.cookiesms > p > a:visited {
	color: #FFAF00;
}
.cookies > a {
	color: #F6B333;
}
.cookies > a:link {
	color: #F6B333;
}

/* Fin del CSS para cookies */