@import url("reset.css");


body {
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	line-height: normal;
}
#contenidor {
	width: 850px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#lateral_esquerre  {
	width: 165px;
	float: left;
	position: fixed;
	background-color: #FFF;
}

#lateral_dret_1 {
	float: right;
	width: 600px;
	margin-top: 45px;
}

#logo {
	width: 160px;
	margin-top: 5px;
}
#idioma {
	font-size: x-small;
	text-align: right;
	color: #0066B3;
	background-color: #FFF;
	height: 12px;
	width: 600px;
	padding-bottom: 75px;
}
#menus {
	width: 160px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #D9A24C;
	margin-top: 20px;
	font-size: small;
	font-weight: normal;
	color: #0066B3;
}
#menu_1 {
	width: 159px;
}
#menu_2 {
	width: 159px;
	margin-top: 20px;

}
#menu_3 {
	width: 140px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D9A24C;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #D9A24C;
}
#barra_inferior {
	margin-top: 40px;
	font-size: x-small;
	font-weight: normal;
	color: #333;
	width: 600px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0066B3;
	border-bottom-color: #0066B3;
	text-align: left;
	margin-bottom: 30px;
	float:left;
}
#firma {
	font-size: xx-small;
	font-weight: normal;
	color: #333;
	width: 600px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	margin-bottom: 10px;
	float:left;
}
a:active {
	text-decoration: none;
	color: #0066B3;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #0066B3;
}

li.menu_a {
	list-style:disc;
	color: #0066B3;
}
li.menu_b {
	list-style:disc;
	color: #333;
}

strong.negreta{
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0px;}
#menu_2 h2, #menu_3 h2, #menu_3 h3 {font-size: 100%; font-weight: normal;}
h1{margin-bottom: 5px;}
h1 span, h2 span, span.logo {display: none; visibility: hidden;}

p {margin-bottom: 15px;}