/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 10px;
	color: #333333;
}

h1 {
	font-size: 1.82em;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ol, ul {
	margin-bottom: 5px;
	line-height: 1.67em;
}

#left ul {
		list-style: none;
		margin-bottom: 0px;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	text-align:center;
	background: white; 
	border-bottom: 1px solid #FFFFFF;
}

#logo h1, #logo h2 {
	width: 860px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.22em;
}

#logo h1 {
}

#logo h2 {
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	padding-top: 25px;
	width: 99%;
	max-width: 1024px;
	margin: 0 auto;
}

/* Menu Superior */
#navcontainer
{
	padding-top: 5px;
	width: 100%;
	float: left;
	text-align: center;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: .75em;
	letter-spacing: 2px;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.2em 12px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #94B473;
}

#navcontainer ul li a:hover
{
	background-color: #7B9D25;
	color: #FFFFFF;
}

/* Left */

#left {
	float: left;
	min-width: 160px;
	width: expression(document.body.clientWidth < 161? "160px": "15%" );
	width: 15%;
	padding: 20px;
}

#left h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	border-right: 4px solid #000000;
	text-transform: uppercase;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#left ul {
	line-height: 1.82em;
}

#left li {
	padding-left: 15px;
	background: url(../images/img04.gif) no-repeat left center;
	text-align: left;
}

#left a {
	text-decoration: none;
	font-size: .85em;
}

#left a:hover {
	text-decoration: underline;
}

.dinamics {
	text-align: left;
	text-decoration: none;
	font-size: .85em;
}

/* Center */

#center {
	text-align: justify;
	float: left;
	min-width: 440px;	
	width: expression(document.body.clientWidth < 441? "440px": "55%" );
	width: 55%;
	padding: 21px;
}

#center .noticia .cos .text {
	text-align: justify;
	color: #000;
}

#center .noticia .cos img {
	margin: 0px 5px 0px 5px;
	max-width:420px;
	width: expression(document.body.clientWidth > 421? "420px": "auto");   	
	height: auto;
}

#center table {
	max-width: 100%; 
	width: expression(document.body.clientWidth > 421? "420px": "auto");
	overflow: auto;
}
/* Right */

#right {
	float: left;
	width: 15%;
	min-width: 160px;
	width: expression(document.body.clientWidth < 161? "160px": "15%" );
}

#right h2 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 4px solid #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#right ul {
	line-height: 1.82em;
}

#right li {
	padding-left: 10px;
	background: url(../images/img04.gif) no-repeat left center;
}

#right a {
	text-decoration: none;
	font-size: .85em;
}

#right a:hover {
	text-decoration: underline;
}

#right p img {
	height: 50px;
	width: 155px;
}

/* Footer */

#footer {
	background: #778CCA;
	padding:5px 0;
	text-align:center;
	color:#ffffff;
	font:100% verdana
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: #000000;
}



#footer a {
	text-decoration: none;
	color: #000000;
}


/* calendari */

td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
	width: 14%;
}

#calback {
	background: url('../images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
}

#calendari {
	width: 100%;
	height: 100%;
}

.cal {
	background: #9AB5D6;
	margin-top: 20px;	
	margin-bottom: 20px;	
}

#calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12px; 
	padding: 0px;	
}

.calhead img {
	border: none;
}

.dayhead {
	font-size: 11px;
	height: 15px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 40px;
	color: #000;
	font-size: .6em;
}

.daycell {
	vertical-align:top;
}

.daycell:hover {
	background: #DDD;
}

.day {
	font-size: 10px;
	text-align: center;
	font-weight: 200;
	color: #C0C0C0;
}

.dayevent {
	font-size: 11px;
	text-align: center;
	font-weight: 900;
	text-decoration: underline;
}


.tooltip {
	position: relative; /* es la posición normal */
	text-decoration: none !important; /* forzar sin subrayado */
	color:#0080C0 !important; /* forzar color del texto */
}

.tooltip:hover {
	z-index: 999;
	background-color:#000;
}

.tooltip div {
	display: none;
}

.tooltip:hover div {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 300px;
	padding: 5px;
	background-color: #0080C0;
	color: #FFF;
}

.tooltip table {
	width: 300px;
	font-size: 16px;
	font-weight: normal;
}

.tooltip table td {
	height: 10px;
	width: 50%;
	padding: 0px 0px 0px 0px;
}

.tooltip .td-hora {
	width: 15%;
}


.capsalera-expo {
	background-color: #0060C0;
	color: #000;
}
.capsalera-actes {
	background-color: #0030C0;
	color: #FFF;
}

.controls  {
	width: 100px;
	margin: 0 auto;
}

.controls-slider {
	float: left;
	height: 30px;
	width: 30px;
}

.controls-slider a {
	display: block;
	height: 100%;
	width: 100%;
}

.setmana-anterior {
	background-image: url(../css/graphics/controlbar-white.gif);
	margin-left: 0px;
}

.setmana-seguent {
	background-image: url(../css/graphics/controlbar-white.gif);
	background-position: -90px 0px;
}

.setmana-actual {
	background-image: url(../css/graphics/controlbar-white.gif);
	background-position: -60px 0px;
}
.pgou-titol a{
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0px;
}
.pgou-cap a{
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	margin-left: 25px;
}
.pgou-art a {
	text-decoration:none;
	font-size: 10px;
	margin-left: 50px;
}

