@charset "utf-8";
/* CSS Document */

* { 
margin: 0;
padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
    background-color: #fff;
	margin: 0px;
}

#page {
	position:relative;
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	}
	

/* menus */

#menu1 {
text-align: right;
font-size: 11px;
}

#menu1 li {
display: inline;
margin-right: 12px;
}

#menu1 a {
color: #0000ff;
text-decoration: underline;
}

#menu1 a:visited {
color: #666;
text-decoration: none;
}

#menu1 a:hover {
color: #006e7b;
text-decoration: underline;
}

#menu1 a:active {
color: #000;
text-decoration: underline;
}

#menu2 {
background-color: #006633;
padding: 3px 0 5px 0;
}

#menu2 li {
font-size: 11px;
font-weight: bold;
color: #fff;
display: inline;
background-color: #006633;
}

#menu2 a, #menu2 a:visited {
color: #fff;
text-decoration: none;
padding: 0 15px;
}



.border_right {
border-right: 2px solid #fff;
}

#menu2 a:hover {
color: #FFFF99;
}

#menu2 a:active {
background-color: #006e7b;
}



/* estructura */

#logo img{
margin: 10px;

}

#leaderboard {
margin-top: 10px;
margin-left:auto;
margin-right:auto;
width:738px;
text-align:center;


}

#columna160 {
margin-top: 10px;
margin-left:auto;
margin-right:auto;
width:160px;
text-align:center;


}




#columna180 {
margin-top: 10px;
margin-left:auto;
margin-right:auto;
width:180px;
text-align:center;
border-bottom: 1px dotted #000000;


}



#content {
margin-top: 25px;
}

#columna1 {
width: 550px;
float: left;
}

#columna2 {
width: 220px;
float: right;
}

.columna3 {
width: 456px;
float: left;
}

.columna4 {
width: 273px;
float: right;
}

#footer {
clear: both;
background-color: #ffffff;
border-top:solid #006633 1px;
text-align: center;
font-size: 11px;
margin-top: 30px;
padding: 8px 0 20px 0;
}

/* contingut */

#content ul {
padding-left: 25px;}

#content li {
list-style-image: url(img/dot.gif);
margin-bottom: 8px;
}

#destacat {
padding: 2px;
font-size: 11px;
margin-bottom: 2px;
border-bottom: 1px dotted #000000;
}

#destacatipeline2 {
margin-bottom: 25px;
font-size: 11px;
border: 1px solid #eaeaea;
padding: 14px;
}




#pl {
padding: 10px;
margin-top: 10px;
margin-left:auto;
margin-right:auto;
width:180px;
text-align:center;
background-color:#FFFFCC;
border-bottom: 3px solid #006633;

border-top: 3px solid #006633;
border-right: 3px solid #006633;
border-left: 3px solid #006633;

}

/*generiques*/ 

p {
line-height: 19px;
margin-bottom: 10px;
}



h1 {
font-size: 22px;
color: #006633;
padding-bottom: 6px;
}


h2 {
font-size: 16px;
color: #006633;
border-bottom: 1px dotted #006e7b;
margin: 13px 0;
padding-bottom: 6px;
}

h3 {
font-size: 13px;
color: #006633;
padding: 12px 0 4px 0;}

.learnmore {
text-align: right;
color: #006e7b;
font-weight: bold;
}

.top {
font-size: 10px;
color: #666;
text-align: right;
}

.top a, .top a:visited {
color: #666;
text-decoration: none;
}

.top a:hover {
color: #006e7b;
text-decoration: underline;
}

.marginxtra {
margin-top: 83px;
}

.punt {
color: #006e7b;
font-weight: bold;
}

.borderight {
padding-right: 25px;
border-right: 1px dotted #cce2e5;
}

.esq {
float: left;}

.dre {
float: right;
}

.clear {
clear: both;}

/* links */

a {
color: #0000ff;
text-decoration: underline;
}

a:visited {
color: #00c;
}

a:hover {
color: #000;
}

a:active {
color: #4c99a2;
}

a:focus {
outline: none;
}