/* Estils comuns */
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E11A37;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
a {
	color: #E11A37;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #E11A37;
	font-size: 10px;
	font-weight: bold;
}

/* Estils d'elements */
.text {
	font-size: 12px;
	text-align: justify;
}
.textNJ {
	font-size: 12px;
}
.textMenu {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.textIdiomes {
  font-size: 10px;
	color:#FFFFFF;
}
.textMenu A, .textIdiomes A {
	text-decoration: none;
	color: #E11A37;
}
.textMenu A:hover, .textIdiomes A:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
.linkCursor {
	cursor:default
}
.textTitolPagina {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.botoEnviar {
	width: 70px;
	font-size: 12px;
	border-color:#000000;
	color:#FFFFFF;
	background-color:#E11A37;
}
.botoReset {
	width: 70px;
	font-weight: normal;
	border-color:#000000;
	color:#FFFFFF;
	background-color:#E11A37;
}
.avisLegal {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
