body {
background: #0FC8FD;
color: #000;
font-family: verdana, Century Gothic, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
}
a {
font-weight: bold;
color:#310FBB;
text-decoration: underline;
}
a:hover {
color:#FF0000;
text-decoration: none;
}
a.botonactual {
display:block;
background: #BFFFFF;
text-align: right;
font-weight: bold;
font-size: 1.1em;
color:#000;
border-right: 2px solid #bbb;
border-bottom: 3px solid #666;
border-left: 2px solid #666;
border-top: 3px solid #bbb;
line-height: 24px;
width: 180px;
text-decoration: none;
padding: 0 10px 0 5px;
margin: 0 0 3px 0;
}
a.boton {
display:block;
background: #0047B3;
text-align: left;
font-weight: bold;
font-size: 1.1em;
color:#fff;
border-right: 2px solid #666;
border-bottom: 3px solid #bbb;
border-left: 2px solid #bbb;
border-top: 3px solid #666;
line-height: 25px;
width: 180px;
text-decoration:none;
padding:0 10px 0 5px;
margin: 0 0 3px 0;
}
a.boton:hover {
background: #BFFFFF;
color:#000;
border-right: 2px solid #bbb;
border-bottom: 3px solid #666;
border-left: 2px solid #666;
border-top: 3px solid #bbb;
}
h1 {
border-bottom: 5px solid #00C6C6;
font-size: 28px;
font-weight: bold;
padding: 0 0 20px 0;
text-align: center;
}
h2 {
font-size: 25px;
padding: 10px 0 0 20px;
font-weight: bold;
}
h3 {
font-size: 20px;
font-weight: bold;
margin: 0 0 0 10px;
}
h4 {
font-size: 18px;
font-weight: bold;
margin: 0 0 0 10px;
}
h5 {
font-size: 18px;
font-weight: normal;
margin: 0 0 0 10px;
background: #BFFFFF;
}
h6 {
background: #7777FF;
font-size: 13px;
font-weight: bold;
padding: 5px;
margin: 5px 0 5px 5px;
}
p{
text-align:justify;
padding: 5px;
margin: 5px;
}
ul {
font-size: 12px;
}
#cabecera {
background: url(../imatges/cabecera.jpg) no-repeat;
height: 105px;
width: 900px;
}
#contenedor {
background: #00C6C6;
margin: 0 auto;
text-align: left;
width: 900px;
}
#columna1 {
float:left;
padding-top: 10px;
width: 190px;
margin:5px;
}
#columna2 {
background: #59F9F4;
float: right;
margin-right: 5px;
padding: 25px;
width:635px;
}
#columna2 p {
line-height: 20px;
}
#columna3 {
float: left;
margin: 0 ;
padding: 0 5px 0 5px;
width:400px;	
}
#columna4 {
float: right;
margin: 0 ;
padding: 0 5px 0 5px;
width:230px;	
}
#configura {
display:inline;
margin: 0 ;
padding:0px;
width:120px;	
}
#pie {
color: #000;
padding: 20px;
font-size: 11px;
text-align: center;
}
.aviso {
text-align: center;
font-size: 1em;
line-height: 1em;
margin: 20px 0 0 2px;
padding: 0px;
width: 185px;
color: #000;
background-color: transparent;
}
.aviso  h1 {
font-size: 0.9em;
font-weight: bold;
margin: 0;
background: #BFFFFF;
}
.der {
float: right;
margin: 2px;
padding: 10px;
width: 330px;
}
.imderecha{
float: right;
margin: 0 0 0 20px;
padding: 2px;
}
.imizquierda{
float: left;
margin: 0 20px 0 0;
padding: 2px;
}
.izq{
float: left;
margin: 0 20px 0 0;
padding: 10px;
width: 320px;
}
.limpia{
clear: both;
}