BODY {
	margin				: 0px;
	padding				: 0px;
	height				: 100%;
	width				: 100%;
	cursor				: default;
}

BODY, TD, DIV {
	font-family			: Verdana, Sans-Serif;
	font-size			: 10px;
	font-weight			: normal;
	color				: #000000;
}

TD{
    cursor				:pointer;
}

FORM {
	margin				: 0px;
	padding				: 0px;
}

IMG {
	border				: 0px;
}

TH {
	margin				: 0px;
	padding				: 3px;
	height				: 0px;
	font-size			: 10px;
	font-weight			: bold;
	background-color		: #474747;
	color				: #111111;
	background-image		: url("../png/th_bg.png");
	border-bottom			: 1px #292929 solid;
	text-align			: left;
}

TH.sep {
	padding				: 0px;
}

#mapa {
	width				: 100%;
	height				: 1px;
	border				: none;
}

#lista {
	background-color		: #373737;
	border-top			: 1px #292929 solid;
	color				: #c3c3c3;
}

#lista_contenido {
	background-image		: url("../png/lista_bg.png");
	height				: 180px;
	display				: block;
	overflow			: auto;
}

#lista td {
	padding				: 3px;
}

#datos tr td{ 
  color: #FFFFFF; 
} 

.fila_off, .fila_off div {
	color				: #c3c3c3;
}

.llimit {
	height				: 12px;
	overflow			: hidden;
}

.fila_seleccionada, .fila_seleccionada div {
	background-color		: #a9d9fe;
	color				: #261019;
}

#menu {
	background-color		: #474747;
	border-left			: 1px #292929 solid;
	color				: #c3c3c3;
}

#buscador {
	background-image		: url("../png/buscador_bg.png");
	height				: 36px;
	width				: 100%;
	padding-left			: 5px;
	padding-right			: 5px;
	border-bottom			: 1px #272727 solid;
}

#buscador_input_td {
	background-image		: url("../png/buscador_input_bg.png");
}

#buscador_input {
	border				: 0px;
	background-color		: transparent;
	width				: 100%;
}

.texto_resaltado {
	background-color		: #f59379;
	font-weight			: bold;
	color				: #404040;
}

#calendario {
	background-color		: #373737;
	margin-left			: 10px;
	margin-right			: 10px;
	-moz-border-radius		: 10px;
	color				: #FFFFFF;
}

#calendario TD {
	color				: #c3c3c3;
	text-align			: right;
	cursor				: pointer;
}

#calendario TD:hover {
	text-align			: underline;
}

#calendario TH {
	background-color		: transparent;
	padding				: 12px;
	background-image		: none;
	font-weight			: bold;
	color				: #c3c3c3;
	border-bottom			: 1px #c3c3c3 solid;
	text-align			: center;
}

#calendario A {
	color				: #c3c3c3;
	font-weight			: bold;
	text-decoration			: none;
}

.calendario_hoy {
	border				: 2px #c3c3c3 solid;
	-moz-border-radius		: 100px;
}

.calendario_sel {
	font-weight			: bold;
	color				: #c3c3c3;
}

.calendario_hoy_sel {
	border				: 1px #c3c3c3 solid;
	-moz-border-radius		: 2px;
	font-weight			: bold;
}

#texteInici{
	text-align			:center;
	margin				: 40px 0 0 40px;
	font-size			: 12px;
}
