 /* CSS Document per a vellpapiol.com per Jordi Torà */

body {
font-size: 11px;
font-family: Verdana;
color: #fff;
text-decoration: none;
text-align: center;
background: #000;
font-weight: bold;
}

select {
font-weight: normal;
font-size: 11px;
font-family: Verdana;
color: #fff;
background-color: #000;
border-width: 1px;
border-color: #000;
}

A:visited {
color: #fff;
text-decoration: none;
}

A:hover {
color: #fff;
text-decoration: underline;
}

A:active {
color: #fff;
text-decoration: underline;
}

A {
color: #fff;
text-decoration: none;
}

#caixageneral {
width: 100%;
height: 100%;
vertical-align: middle;
}

#caixa1 {
width: 420px;
height: 240px;
text-align: left;
position:absolute;
top: 25%;
bottom: 25%;
left: 30%;
right: 25%;
}

#caixa2 {
width: 420px;
text-align: center;
height: 20px;
position:absolute;
bottom: 20px;
left: 30%;
right: 25%;
font-size: 9px;
color: #464646;
}

#caixaidiomes {
position: relative;
float: left;
height: 230px;
width: 100px;
}

#idiomes {
text-align: right;
width: 95px;
margin-top: 198px;
margin-right: 5px;
}

#caixalinia {
position: relative;
float: left;
width: 100px;
height: 230px;
}

#caixalogo {
float: left;
width: 211px;
height: 240px;
background: url('img/vell-papiol-1.png') no-repeat;
margin-left: 5px;
}

.hidden {
  display: none;
}

h1 {
  display: none;
}

h2 {
	font-size: 15px;
}