/***********************************************

Copyright 2007 Ajuntament de Mont-roig del Camp
Disseny per Cesar Sanz (Mediatica.net)

***********************************************/

html,body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
}

body {
    min-width: 920px;
	color: #393939;
	background: url(../img/bg.gif) no-repeat top right;
}

p {
	font-family: Georgia, Sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
}

a {
	color: #24569A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Container */

#container {
    background: none;
    margin: 0 auto;
    width: 920px;
}

/* Divs principales */

#header {
	margin: 15px 0 0 0;
}

#separador {
	height: 50px;
}

#main {
	float: right;
	width: 620px;
}

#main img {
	margin-right: 6px;
	border: none;
}

#menu {
    background: none;
	float: left;
	width: 250px;
}

#inici {
	float: right;
	width: 620px;
	margin: 40px 0 30px 0;
	font-family: Georgia, Sans-serif;
	font-size: 0.8em;
	text-align: right;
}

#inici img {
	margin-right: 6px;
	border: none;
}

#footer {
	clear: both;
	text-align: right;
	margin: 60px 0 70px 0;
	font-size: 0.75em;
}

/* Headers */

#header h1 {
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	height: 113px;
	margin: 0;
	padding: 0;
	cursor: hand;
}

h2, h3, h4, h5 {
	font-family: Georgia, Sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.5em;
	padding-bottom: 25px;
}

h4 {
	font-size: 1em;
	text-indent: 10px;
	padding-bottom: 20px;
}

#main h4 {
	text-indent: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

h5 {
	font-size: 0.9em;
	text-indent: 20px;
	padding-bottom: 15px;
}

/* Menú */

#menu ul {
	padding-bottom: 20px;
	font-family: Georgia, Sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: normal;
	margin: 0;
}

#menu li {
	list-style-image: url(../img/li_bullet.gif);
	text-indent: 40px;
	line-height: 1.5;
}

#menu .child {
	text-indent: 57px;
	padding: 3px 0 3px 0;
}

/* Listados */

#main ul {
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
	margin-bottom: 25px;
}

#main li {
	font-family: Georgia, Sans-serif;
	text-indent: 10px;
	line-height: 2.1;
	font-size: 80%;
	list-style-type: square;
}

/* Classes */

.small {
	font-size: 75%;
}