/*--------------------------------------
ESTILS TIPOGRÀFICS GENERALS
---------------------------------------*/

h1, h2, h3, h4, h6, li, p {
        margin: 0px;
        padding: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

/*--------------------------------------
BLOCS DE LA PÀGINA
---------------------------------------*/

html, body {
        margin: 0px;
        padding: 0px;
        }

body {
       font-size: 62.5%;
}

p{
		font-size:14px;
		font-family: Helvetica, Arial, sans-serif;
}

a{
	color:#BDB996;
	text-decoration:none;
}
/*--- CONTENIDOR PRINCIPAL ---*/

#principal {
        width: 97em;
        margin: 0 auto;
        min-height: 100%;
}

#capsalera {
        position: relative;
        height: 15em;
        background: url("../img/bg_cap.jpg") top no-repeat;
}

#capsalera h1 {
       display: none;
}

#capsalera h2 {
       display: none;
}
#menu{
	position:relative;
}
#menu ul {
       background-color: #61162d;
	   margin: 0;
	   height: 2em;
	   padding: 0.5em 0 0.3em;
}

#menu ul li {
       display: inline;
	   color: #bdb996;
	   font-family: Georgia, "Times New Roman", Times, serif;
	   font-size: 14px;
	   padding: 0 1em;
}

#menu ul li.active a{
       background-color: #bdb996;
	   color: #61162d !important;
	   padding: 0.4em;
	   margin-left: 1em;
}

#menu ul li a {
       color: #bdb996;
	   text-decoration: none;
	   padding: 0.4em;

}

#menu ul li a:hover {
       background-color:#bdb996;
	   text-decoration: none;
	   color: #61162d;
	   padding: 0.4em;
}
#menu #idiomes{
	position:absolute;
	right:0;
	display:none;
}
#content {
		width: 75em;
		padding:1em;
		float: left;
}

#content .intro p {
		color:#817e64;
}

#content .intro {
		margin:1em 0;
}


#content p {
	color: #666;
	text-align: justify;
	margin:0 0 0.5em 0;
	font-size: 14px;
}

#content a {
	color:#61162D;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


#content h1 {
	font-size: 18px;
	color: #61162D;
	margin-bottom: 0.5em;
}

#content h2 {
	font-size: 16px;
	color: #000;
	margin-bottom: 0.5em;
}

#content h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 0.5em;
}

#content h4 {
	font-size: 12px;
	color: #61162D;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#content h5 {
	font-size: 12px;
	color: #000;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#content ul {
	text-align: justify;
	margin:1em 0;

}

#content ul li {
	font-family: Helvetica, Arial, sans-serif!important;
	margin-bottom: 0.5em;
	color: #817E64;
	font-size: 14px;
	list-style:disc;
	margin: 0 1em;
}

#content .box {
		width: 23em;
		height: 25em;
		background-color: #e0ddc5;
		margin: 1em;
		padding: 0;
		float: left;
		overflow: hidden;
}


#content .box h2 {
		color: #FFF;
		background-color: #b1ad8a;
		font-weight: normal;
		padding: 0.2em 0.5em;
		font-size:18px;
}

#content .box h3 a{
		color: #61162d;
		font-size:18px;
		font-weight: normal;
		padding: 0 0.5em;
		text-decoration: none;
}

#content .box p{
		color:#3d382b;
		margin: 0 0.5em;
}

#content .box .foto {
		border-top: 3px solid #b1ad8a;
		margin:1em auto;
		width: 21.4em;
}
#content .box .foto img{
	width: 215px;
}
#content .opinio {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	color:#817e64;
	margin: 1em;
}


#sidebar {
	float: right;
	width: 20em;
}
#sidebar img{
	max-width:200px;
}
#sidebar ul#galeria {
	background: #61162d;
	margin: 2em 0;
	text-align: center;
}

#sidebar ul#galeria img {
	margin: 1em 0;
}

#sidebar ul#galeria li.none {
	display: none;
}

#sidebar h2 {
		color: #bdb996;
		font-weight: normal;
		padding: 0.2em 0.5em;
		font-size:18px;
		text-align: left;
}

#footer {
    float: left;
    clear:both;
    width: 75em;
    padding:1em;
    border-top: 1px solid #b1ad8a;
}

    #footer img {
        float: left;
}

    #footer p {
        color:#817e64;
        margin-top: 1.5em;
        margin-left: 1em;
        padding-left: 0.5em;
        border-left: 1px solid #b1ad8a;
        float: left;
        font-size: 12px;
}

    #footer p span {
        margin-left: 0.5em;
        display: block;
        float: right;
    }
