body {
background:url(../imatges/fondo.jpg);
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
margin: 0;
font: Verdana,Arial,sans-serif;
}
#cuerpo {
background: transparent;
margin: 0 auto;
width: 800px;
}
#menu {
font: 100% Papyrus,Verdana,Arial,sans-serif;
float: right;
width: 150px;
margin: 1px;
}
a.botonactual {
display:block;
background: url(../imatges/bot1.gif) no-repeat;
text-align: center;
font-weight: bold;
font-size: 1.3em;
color:#fff;
line-height: 35px;
width: 150px;
text-decoration:none;
}
a.boton {
display:block;
background: url(../imatges/bot.gif) no-repeat;
text-align: center;
font-weight: bold;
font-size: 1.3em;
color:#000;
line-height: 35px;
width: 150px;
text-decoration:none;
}
a.boton:hover {
text-decoration:none;
color:#fff;
background: url(../imatges/bot1.gif) no-repeat;
}
.aviso {
font-size: 1em;
font-weight: bold;
margin: 20px 0 0 2px;
line-height: 1em;
padding: 0px;
width: 145px;
color: #000;
background-color: transparent;
}
.aviso  h1 {
font-size: 1.2em;
font-weight: bold;
line-height: 1em;
background: #F5E76C;
text-align: center;
margin: 0;
}
#cabecera {
Clear:both;
background-color:transparent;
margin: 0px;
}
#contenido {
float:left;
width: 620px;
background-color:transparent;
margin: 0px;
line-height: 1.4em;
text-align: left;
color: #000;
}
h1 {
font: 100% Papyrus,Verdana,Arial,sans-serif;
font-size: 2.8em;
font-weight: bold;
margin: 5px;
}
h2 {
font: 100% Papyrus,Verdana,Arial,sans-serif;
font-size: 2.4em;
font-weight: bold;
margin: 3px;
}
h3 {
font-size: 2em;
font-weight: bold;
margin: 0 0 10px 0;
}
h4 {
font-size: 1.2em;
margin: 2px;
font-weight: bold;
}
h5{
font-size: 1.1em;
margin: 0 0 0 40px;
font-weight: bold;
}
h6{
font-size: 1.1em;
margin: 0;
padding: 0;
font-weight: bold;
}
a {
font-size: 0.9em;
text-decoration: none;
color: #550000;
}
a:hover {
text-decoration: none;
color: #7B430A;
}
a img{
border: 0;
}
#pie {
clear: both;
margin: 10px auto;
padding: 10px 0 10px 0;
border-top: 2px solid #7B430A;
width: 60%;
text-align: center;
font-size: 0.9em;
}
.limpia{
clear: both;
}
.textizq{
margin: 0 10px 0 0;
float: left;
}
.textder {
text-align: right;
margin: 0;
}
.center {
margin: 20px 0 10px 120px;
float: left;
}
.imgizq{
float: left;
clear: left;
width: 100px;
margin: 0 20px 0 0;
}
.imgder {
width: 100px;
float: right;
margin: 2px;
}
.imgdergran{
width: 150px;
float: right;
margin: 2px;
}
.small {
font-size: 0.8em;
}
.bold {
font-weight: bold;
}
.hide {
display: none;
}