@charset "UTF-8";
body {
	margin: 0px; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0px;
	text-align: center;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(images/bg-index.gif);
	background-repeat: repeat-x;
	background-position: left top;
    }
	
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#wrap {
	margin: 0px auto;
	width: 900px;
}

#logo {
	height: 352px;
	margin: 0px;
}

/* MENU */

.menu {
	padding: 0px;
	margin: 0px 0px 0px 100px;
	font-size: 12px;
	font-weight: bold;
}

.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu ul li {
	height: 32px;
	display: block;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.menu ul li a {
	display: block;
	margin: 0px;
	padding: 5px;
	color: #999999;
	text-decoration: none;
}
	
.menu ul li a:hover{
	background: url(images/nav-bg-act.gif) repeat-x left top;
	color: #666666;
}
	
.menu ul li a:active{
	background: url(images/nav-bg-act.gif) repeat-x left top;
	color: #666666;
}

.menu .current {
	color: #663300;
	background: url(images/nav-bg-sel.gif) repeat-x top left;
	padding: 5px;
}

/* CONTENT */

.content {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

/* CONTENT-AGENDA */

.leftcol {
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* CONTENT-AGENDA-DESTACAT */

.destacat {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.destacat #title {
	width: 90px;
	padding: 5px 10px 0px 0px;
	float: left;
	text-align: right;
	color: #666666;
	font-weight: bold;
}

.destacat #content {
	width: 400px;
	float: right;
	text-align: left;
}

.destacat #content a {
	height: 60px;
	display: block;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(images/dest-bg-sel.gif);
	background-repeat: repeat-x;
}

.destacat #content a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/dest-bg-act.gif);
	background-repeat: repeat-x;
}

.destacat #thumb {
	margin: 0px 10px 0px 0px;
	float: left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* CONTENT-AGENDA-ACTES */

.agenda {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.agenda #title {
	width: 90px;
	padding: 5px 10px 0px 0px;
	float: left;
	text-align: right;
	color: #666666;
	font-weight: bold;
}

.agenda #content {
	width: 400px;
	float: right;
	text-align: left;
}

.agenda #content a {
	display: block;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	font-size: 12;
	color: #333333;
	text-decoration: none;
	background-color: #e5e5e5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.agenda #content a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC9900;
}


/* CONTENT-INFO */

.rightcol {
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.info {
	width: 100px;
	float: right;
	text-align: right;
	color: #666666;
}



.social {
	width: 100px;
	float: right;
	text-align: right;
}

.social ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.social ul li {
	display: inline;
}

