/* body html */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "helvetica", arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2f2f2f;
	min-height: 100%; /* alto minimo FF y Safari */
	height: 100%; /* alto minimo para IE Windows */
}
html>body {
     height: auto; /* con este hack escondemos el min-height de IE*/
}
/* Estructura */
#top a {
	position: fixed;
	left: 25px;
	bottom: 15px;
	color: #6e6433;
	font-weight: bold;
	text-indent: 12px;
	background: url(imatges/top.gif) no-repeat 0 2px;
}
html[xmlns*=""] body:last-child #top a {
	background: url(imatges/top.gif) no-repeat 0 2px;
}
#top a:hover {
	text-decoration: none;
}
#border {
	position: absolute;
	z-index: 10000;
	top: 0px;
	height: 700px;
}
.right {
	position: absolute;
	left: 315px;
	background: url(imatges/shadow_right.png) no-repeat;
	height: 700px;
	width: 13px;
}
* html .right {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imatges/shadow_right.png", sizingMethod="scale");
}
.left {
	position: absolute;
	left: 91px;
	background: url(imatges/shadow_left.png) no-repeat;
	height: 700px;
	width: 13px;
}
* html .left {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imatges/shadow_left.png", sizingMethod="scale");
}
#main {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(imatges/fons.jpg) 0 172px no-repeat;
	min-height: 730px;
}
#header {
	width: 100%;
	height: 171px;
	background: url(imatges/header.gif) repeat-x;
	margin: 0;
	border-bottom: 1px solid #6e6433;
}
.logo {
	float:right;
	margin: 25px 104px 0 0;
	width: 236px;
	height: 101px;
}
#content {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* Sidebar */
#sidebar {
	position: absolute;
	top: 197px;
    left: 104px;
    width: 210px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	width: 210px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	list-style-type: none;
	position: relative;
}
#sidebar ul li {
	padding: 0;
	margin: 0;
	text-indent: 35px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#sidebar ul li a {
	display: block;
	height: 10px;
	margin: 0px;
	padding: 15px 0px 15px 1px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
} 
#sidebar ul li.arrow {
	background: url(imatges/arrow.gif) 15px 19px no-repeat!important;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	display: block;
	margin: 0px;
	padding: 15px 0px;
	height: 10px;
	text-indent: 35px;
	width: 211px;
	color: #ffffff;
	background: #c0cd33 url(imatges/arrow_over.gif) 15px 19px no-repeat!important;
}
#footer {
	width: 100%;
	height: 50px;
	background: url(imatges/footer.gif) repeat-x;
	margin: 0;
	border-top: 1px solid #6e6433;	
}
.ichannel a:link, .ichannel a:visited {
	width:  150px;
	color:  #6e6433;
	font-weight: bold;
	float: right;
	margin: 23px 104px 0 0;
	text-decoration: none;
}
.ichannel a:hover {
	text-decoration: underline;
}
/* Continguts */
#contingut{
	margin: 25px 104px 10px 375px;
    text-align: left;
}
#contingut h1 {
	font-size: 18px;
	color: #9da900;
	font-weight: bold;
	padding: 0 0 10px 0; 
}
#contingut h2 {
	font-size: 14px;
	color: #9da900;
	font-weight: bold;
	padding: 0 0 5px 0;
}
#contingut h3 {
	font-size: 12px;
	color: #9da900;
	padding: 5px 0;
}
#contingut h4 {
	font-size: 12px;
	color: #404040;
	padding: 5px 0;
}
#contingut p {
	color: #404040;
	font: 12px "Helvetica", Arial, sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 16px;
}
span.destacat, span.ko {
	display: block;
	width: 100%;
	border-top: 1px solid #E0F79D;
	border-bottom: 1px solid #E0F79D;
	padding: 5px;
	margin: 5px 0 15px 0;
	text-indent: 30px;
}
span.destacat {
	background: #F1FBD2 url(imatges/ok.gif) 10px 5px no-repeat;
}
span.ko {
	color: #971618;
	background: #F1FBD2 url(imatges/error.gif) 10px 5px no-repeat;
}

/* Formats */
#contingut ul, #contingut ol {
	margin: 0;
	padding: 0 0 0 30px;
}
#contingut ul li {
	margin: 0;
	padding: 0;
}
/* Clear */
span.clr {
	display: block;
	clear: both;
}
span.espai {
	display: block;
	width: 100%;
	height:20px;	
}
/* Links */
a {
	outline: none;
}
a:link, a:active, a:visited {
	text-decoration:underline;
	color: #A7B63F;
	font-weight: 500;
}
a:hover { text-decoration:none; }
/* Formulari Contacte */
label{
	color: #9da900;
	font-size: 11px;
	display:block;
	text-align:left;
	margin:4px 0 0 0;
	padding:2px;
}
input.contacte {
	background-color:#F1FBD2;
	width:250px;
	color:#2F2E2A;
	margin: 2px 0;
}
textarea.contacte {
	background-color:#F1FBD2;
	width:300px;
	margin:0;
	color:#2F2E2A;
	margin: 2px 0;
}
.error {
	font-size: 11px;
  	color: #971618;
  	margin-left: 5px;
  	display:none;
}
/* Submenu */
#submenu {	
	margin: 5px 0 15px 0;
	padding: 0;
	width: 100%;
}
html>/**/body #submenu {
	height:  30px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#submenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#submenu ul li a {
	display: block;
	width: 93px;
	height: 100%;
	text-decoration: none;
	color: #404040;
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	text-align: center;
	border: 1px solid #E0F79D;
	background: #F1FBD2;
}
#submenu ul li.doble a {
	width: 120px;
}
#submenu a:hover {
	color: #FFFFFF;
	background: #c0cd33;

}
/* Articulos */
#contingut .articulos ul {
	margin: 0 0 20px 30px;
	padding: 0;
	list-style-type: none;
}
#contingut .articulos li {
	margin: 10px 0;
	display: block;
	background: url(imatges/articles.gif) no-repeat;
	text-indent: 20px;
	height: 20px;
}
.imagenright {
	float:right;
	margin-left: 10px;
}
.imagenleft {
	float:left;
	margin-right: 10px;
}
.volver {
	margin: 0;
	padding: 0;
	width: 70px;
}
.volver a:link, .volver a:visited {
	width: 70px;
	padding: 5px;
	display: block;
	color: #FFFFFF;
	font-weight:bold;
	text-indent: 25px;
	text-decoration: none;
	background: #C2D30D url(imatges/volver.gif) no-repeat 7px 50%;
}
.volver a:hover {
	background: #D9E157 url(imatges/volver_over.gif) no-repeat 7px 50%;
}
/* Libros */
.libros {
	width: 100%;
	margin: 10px 0 20px 0;
}
.portada {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.libros h4 {
	margin-bottom: 5px;
}
/* Calendario - Tabla Cursos */
tr.cursor td{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
}
tbody tr.even td{
	background: #eee;
}
tbody tr.ruled td{
	color: #000;
	background-color: #F1FBD2; 
}
tr.cursor { cursor:hand; cursor:pointer; }
/* Equipo Profesional - Curriculum */
.derecha, .izquierda, .centro {
	width: 30%;
    margin:0;
	text-align: left;	
}
.derecha {
	float: right;
}
.izquierda {
	float: left;
}
.centro {
	margin:  0 auto;
}
#contingut .derecha ul , #contingut .izquierda ul , #contingut .centro ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:  #404040;
}
#contingut .derecha li , #contingut .izquierda li , #contingut .centro li {
	padding-bottom: 4px;
}
/* Hack position: fixed per a iExplorer 6 */
* html #top a { /*\*/position: absolute; top: expression((25 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

/* Formació 2008 */
.formacio2008 {
	float: right;
	margin-left: 20px;
}