/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body p{
	font-family: Tahoma, Verdana;
	font-size:11px;
	color:#575757;
}

.enllasSuperior{
	font-family: Tahoma, Verdana;
	font-size:11px;
	color:#000000;
}
.enllasSuperior a{
	text-decoration:none;
	color:#000000;
}
.enllasSuperior a:hover{
	text-decoration:underline;
}
.textNormal{
	font-family: Tahoma, Verdana;
	font-size:11px;
	color:#575757;
}
.titol {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #001428;
}
.textForm{
	font-family: Tahoma, Verdana;
	font-size:10px;
	color:#575757;
}
.botonLogin{
	font-family: Tahoma, Verdana;
	font-size:10px;
	color:#575757;
}
.textError{
	font-family: Tahoma, Verdana;
	font-size:11px;
	color:#FF0000;
	font-weight: bold;
}
.menuArea{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;	
}
.menuArea a{
	font-size:11px;
	font-weight: bold;
	color:#804040;
	text-decoration:none;
}
.menuArea a:hover{
	text-decoration:underline;
}
.areaDatos{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	text-align:left;
}
.areaNombres{
	color:#B7B7B7;
	font-size:11px;
}
.areaValor{
font-size:11px;
	font-weight: bold;
	color:#828088;
}
.areaListado {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 10px; /* font size */
	border: 1px outset; /* border */
	border-collapse: collapse;
}

.areaListado td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #C0C0C0;  /* table background color */
}
.areaListadoHeader {
	background-color: #004080; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}