@charset "utf-8";

/*-------------- Generics / Reset --------------*/
* { margin: 0; padding: 0; line-height: 1em; font-size: 1em;}
body { font-size: 62.5%;}
body, input, select, textarea { background: url("../images/bg-fv.jpg") repeat; color: #d01f26; font-family: Helvetica, Arial, sans-serif;}
a { text-decoration: none;}
a:visited { color: #d01f26;}
img { border: 0;}
hr, #skip { display: none;}
ul { list-style-type: none;}

/*-------------- Estructura --------------*/
#principal { 
	margin: 0 auto;
	font-size: 1.3em;   
} 

#principal #logo { 
	background: url("../images/fundacio-vincle.jpg") no-repeat;
	width: 22.5em;
	height: 13em;
	margin: 15em auto 5em;
    position: relative;
}

#principal #logo h1 { 
    display: none;
}  

#principal #logo #pdf {
	position: absolute;
	bottom: 2.5em;
	right: 0;
} 

#principal #logo #pdf a {
	color: #000; 
} 

#principal #logo #pdf a:hover {
	color: #d01f26;
} 

#principal #contactar {
	text-align: center;
}     

#principal #contactar p {
	padding-bottom: 0.5em; 
} 

#principal #contactar p a {
	color: #d01f26; 
} 

#principal #contactar p a:hover {
	color: #000; 
}
