@charset "UTF-8";

body {
	margin: 0px;
	text-align: center;
	background-color: #020225;
	color: #9696c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

fieldset {
	margin-top: 30px;
	padding-left: 20px;
	border: 1px solid #669;
	color: #669;
}
	
#contenidor {
	width: 990px;
	padding: 0px;
	margin: auto;
	text-align: left;
	}

#capsalera {
	width: 912px;
	height: 100px;
	background-image: url(../imatges/logo1.gif);
	background-position: 394px;
	background-repeat: no-repeat;
}

#capsalera h1 {
	float: right;
	margin: 0;
	margin-top: 75px;
}

#barra {
	float: left;
	margin-bottom: 20px;
	width: 460px;
	background-image:url(../imatges/logo2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu1 {
	font-size: 1.1em;
	color: #f3cc61;
}

#menu1 ul {
	float: left;
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.6em;
	
}

#menu1 a:link {
	color: #669;
	text-decoration: none;
}

#menu1 a:visited {
	color: #669;
	text-decoration: none;
}

#menu1 a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#menu1 .separador {
	margin-left: 20px;
}

#menu2 {
	clear: both;
	float: left;
	margin-top: 20px;
	padding-right: 20px;
	width: 180px;
	border-right: 1px solid #33335c;
	font-size: 1em;
	color: #f3cc61;
}

#menu2 ul {
	list-style-image: url(../imatges/bullet-menu2-off.gif);
}

#menu2 li {
	margin-top: 1em;
	
}

#menu2 a:link {
	color: #669;
	text-decoration: none;
}

#menu2 a:visited {
	color: #669;
	text-decoration: none;
}

#menu2 a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#menu2extra {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 180px;
	font-size: 1em;
	color: #669;
}

#menu2extra ul {
	list-style-image: url(../imatges/ico-pdf-16.gif);
}

#menu2extra a:link {
	color: #669;
	text-decoration: underline;
}

#menu2extra a:visited {
	color: #669;
	text-decoration: underline;
}

#menu2extra a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#menu3 {
	float: left;
	width: 200px;
	margin-top: 20px;
	font-size: .9em;
	color: #f3cc61;
}

#menu3 ul {
	margin-left: 30px;
	padding-left: 0px;
	list-style: none;
}

#menu3 li {
	margin-top: .4em;
}

#menu3 li img {
	border: 1px solid #f3cc61;
}

#menu3 a:link {
	color: #669;
	text-decoration: none;
}

#menu3 a:link img {
	border: 1px solid #669;
}

#menu3 a:visited {
	color: #669;
	text-decoration: none;
}

#menu3 a:visited img {
	border: 1px solid #669;
}

#menu3 a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#menu3 a:hover img {
	border: 1px solid #f3cc61;
}

#inscripcion {
	margin-left: 15px;
	width: 200px;
	font-size: 1.1em;
	color: #f3cc61;
}

#contingut {
	float: left;
	margin-bottom: 20px;
	width: 451px;
}
	
#quadre {
	width: 447px;
	height: 447px;
	padding: 1px;
	border: 1px solid #353551;
	text-align: center;
	background-color: #03031c;
	background-image: url(../imatges/logo3.gif);
	background-repeat: no-repeat;
	}
	
#fotografia {
	#position: relative;
	display: table;
	overflow: hidden;
	height: 447px;
	width: 447px;
	}
	
#fotografia div {
	#position: absolute; 
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
	}

#fotografia img {
	#position: relative; 
	#top: -50%;
	#left: -50%;
}

#fotografia a:link {
	color: #ccf;
}

#fotografia a:visited {
	color: #ccf;
}

#fotografia a:hover {
	color: #f3cc61;
}

#introduccio blockquote {
	margin-top: 100px;
	padding-top: 6px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	background-image: url(../imatges/cometes.gif);
	background-repeat: no-repeat;
}

#introduccio a:link {
	color: #ccf;
}

#introduccio a:visited {
	color: #ccf;
}

#introduccio a:hover {
	color: #f3cc61;
}

#introduccioDuero blockquote {
	margin-top: 60px;
	padding-top: 6px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../imatges/cometes.gif);
	background-repeat: no-repeat;
}

#inici {
	height: 407px;
	padding: 20px;
	overflow: auto;
	text-align: left;
	line-height: 1.5em;
}

#inici h1 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #336;
}

#inici h2 {
	margin-bottom: .4em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #f3cc61;
}

#inici p {
	margin: 0;
}

#inici a:link img {
	border: 1px solid #669;
	margin-left: 10px;
}

#inici a:visited img {
	border: 1px solid #669;
	margin-left: 10px;
}

#inici a:hover img {
	border: 1px solid #f3cc61;
	margin-left: 10px;
}

#inici a:link {
	color: #99c;
}

#inici a:visited {
	color: #99c;
}

#inici a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#interior {
	height: 407px;
	padding: 20px;
	overflow: auto;
	text-align: left;
	line-height: 1.6em;
}

#interior h1 {
	margin-top: 0px;
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #336;
}

#interior h2 {
	margin-bottom: .2em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #f3cc61;
}

#interior table th {
	vertical-align: top;
}

/*#interior p {
	margin: 0;
}
*/
#interior a:link {
	color: #ccf;
}

#interior a:visited {
	color: #ccf;
}

#interior a:hover {
	color: #f3cc61;
}

#agenda {
	margin-top: 30px;
	margin-left: 20px;
	width: 340px;
	border: 1px solid #33335c;
	padding: 10px;
	color: #99c;
}

#agenda h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #f3cc61;
}

#agenda li {
	margin-bottom: 6px;
}

#agenda a:link {
	color: #99c;
}

#agenda a:visited {
	color: #99c;
}

#agenda a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#librohortus {
	margin-top: 20px;
	margin-left: 20px;
	width: 340px;
	border: 1px solid #33335c;
	padding: 10px;
	color: #99c;
}

#librohortus h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #f3cc61;
}

#librohortus a:link {
	color: #99c;
}

#librohortus a:visited {
	color: #99c;
}

#librohortus a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#inscripcio {
	margin-top: 20px;
	margin-left: 20px;
	width: 340px;
	border: 1px solid #33335c;
	padding: 10px;
	color: #99c;
}

#inscripcio h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #f3cc61;
}

#inscripcio a:link {
	color: #99c;
}

#inscripcio a:visited {
	color: #99c;
}

#inscripcio a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#sigueme {
	margin-top: 16px;
	margin-left: 20px;
	width: 340px;
/*	border: 1px solid #33335c;
	padding: 10px;
*/	color: #99c;
}

#sigueme a:link {
	color: #99c;
}

#sigueme a:visited {
	color: #99c;
}

#sigueme a:hover {
	color: #f3cc61;
	text-decoration: none;
}

#sigueme p {
	margin: 0px;
	margin-bottom: 1em;
}

#comentari {
	margin: 3px 0 20px 0;
}

#peu {
	margin-top: 3px;
	text-align: right;
	color: #669;
}

#peu p {
	margin: 0;
}

#peu a:link {
	color: #669;
}

#peu a:visited {
	color: #669;
}

#peu a:hover {
	color: #f3cc61;
	text-decoration: none;
}

.formcaixa {
	padding: 3px;
	font-size: .9em;
	border: 1px solid #33335c;
}

.textarea {
	padding: 3px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #33335c;
}

.formboto {
	margin-top: 6px;
	padding: 3px;
	border-top: 1px solid #ccf;
	border-right: 1px solid #336;
	border-bottom: 1px solid #336;
	border-left: 1px solid #ccf;
	font-size: .9em;
	font-weight: 600;
	color: #020225;
	background-color: #676799;
	
}

.confirmacion {
	color: #f3cc61;
}

.fotodreta {
	float: right;
	margin-left: 10px;
	font-size: .9em;
	font-style: italic;
	text-align: right;
}

.fotoesquerra {
	float: left;
	margin-right: 10px;
	font-size: .9em;
	font-style: italic;
	text-align: right;
}

.manteleria a:link img {
	border: 1px solid #669;
	margin-left: 10px;
}

.manteleria a:visited img {
	border: 1px solid #669;
}

.manteleria a:hover img {
	border: 1px solid #f3cc61;
}

.tecnica {
	margin-top: 40px;
	font-style: italic;
}
	
.iconsocial {
	margin-left: 4px;
	border: 0;
	vertical-align: middle;
	}

#diseno {
	float: right;
	padding-top: 1.6em;
	color: #336;
}

#diseno a:link {
	color: #336;
}

#diseno a:visited {
	color: #336;
}

#diseno a:hover {
	color: #f3cc61;
	text-decoration: none;
}

.introinici {
	font-size: 120%;
}
