@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: 780px;
	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: #000;
text-decoration: none;
}

#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: #006e7b;
padding: 4px 0 5px 0;
}

#menu2 li {
font-size: 11px;
font-weight: bold;
color: #fff;
display: inline;
background-color: #006e7b;
}

#menu2 a, #menu2 a:visited {
color: #fff;
text-decoration: none;
padding: 0 25px;
}

.border_right {
border-right: 2px solid #fff;
}

#menu2 a:hover {
color: #e5f0f2;
}

#menu2 a:active {
background-color: #006e7b;
}

/* logo*/

#logo h1 {
width: 180px;
height: 70px;
background: url(img/la-merie.gif) no-repeat;
}

#logo h1 a {
text-indent: -9999em;
display: block;
width: 180px;
height: 70px;
}

.logo img {
margin-top: 12px;
}

/* estructura */

#content {
margin-top: 25px;
}

#columna1 {
width: 332px;
float: left;
}

#columna2 {
width: 387px;
float: right;
}

.columna3 {
width: 456px;
float: left;
}

.columna4 {
width: 273px;
float: right;
}

#footer {
clear: both;
background-color: #e5f0f2;
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;
}

#destacatipeline {
background-color: #f2f2f2;
padding: 30px;
margin-bottom: 25px;
}

#destacatipeline2 {
margin-bottom: 25px;
font-size: 11px;
border: 1px solid #eaeaea;
padding: 14px;
}

#destacat {
background-color: #f2f2f2;
padding: 15px;
margin-top: -13px;
margin-bottom: 25px;
overflow: auto;
}

/*generiques*/ 

p {
line-height: 19px;
margin-bottom: 10px;
}

h2 {
font-size: 16px;
color: #006e7b;
border-bottom: 1px dotted #006e7b;
margin: 13px 0;
padding-bottom: 6px;
}

h3 {
font-size: 13px;
color: #006e7b;
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: #006e7b;
text-decoration: underline;
}

a:visited {
color: #4c99a2;
}

a:hover {
color: #000;
}

a:active {
color: #4c99a2;
}

a:focus {
outline: none;
}

.privacy_alert {
	color: #f00;
	font-size: 11px;
	font-weight: normal;
}
