/* CSS Document */
#hintbox{ /*CSS for pop up hint box */
position:relative;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
/*border-right: 3px solid grey;
border-bottom: 3px solid grey;
*/visibility: hidden;
color:#333333;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
margin: 3px 8px;
}

#sts{
	position:absolute;
	right:10px;
	bottom:10px;
	width:auto;
	height:auto;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#000;
	font-size:11px;
	color:#CCCCCC;
}

.fonscap{
	background-image:url(img/fons_cap.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#cap{
	position:absolute;
	left:50%; margin-left:-375px;
	top:0px;
	background-image:url(img/cap.gif);
	background-repeat:no-repeat;
	width:710px;
	height:200px;
	padding-top:130px;
	overflow:hidden;
	text-align:right;
	font-size:24px;
	color:#990000;
	font-weight:bold;
	padding-right:20px;
}

#textbox{
	position:absolute;
	left:50%; margin-left:-350px;
	top:200px;
	width:680px;
	height:auto;
	padding:10px;
}

#celda{
	position:relative;
	float:left;
	width:95px;
	height:120px;
	text-align:center;
	font-size:10px;
	padding:5px;
}

.foc{
	background-image:url("img/foc.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

/* LINKS */
a:link, a:visited{
	color:#FF6600;
	text-decoration:underline;
}

a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#FF6600;
}

/* TITULARS */
h1{
	color:#990000;
	font-size:18px;
}
h2{
	color:#FF6600;
	font-size:16px;
}
h3{
	color:#CC3300;
	font-size:14px;
}

.poll{
	color:#FFCC00;
}

.diables{
	color:#FF6600
}

.marc{
	border: 1px solid #999;
}

p{
	font-size:11px;
	color:#fff;
}

/* TABLAS */
table{
	background-color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-style:none;
	border-width:0px;
}

td{
	background-color:#000;
	color:#FFFFFF;
}

th{
	background-color:#FF6600;
	color:#000000;
	font-size:12px;
}

th a:link, th a:visited{
	color:#fff;
	text-decoration:underline;
}

th a:hover{
	color:#666699;
	text-decoration:none;
	background-color:#FFF;
}

table.mes{
width:680px;
}

#contenedor{
	position:absolute;
	top:50%; margin-top:-250px;
	left:50%; margin-left:-375px;
	width:700px;
	height:450px;
	padding:25px;
	background-image:url(img/fons.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
