/* ===================== */
/* ===== FORMULARI ===== */
/* ===================== */

label {
	border: 0px none;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #999999;
}
input, textarea {
	border: 0px none;
	padding: 0px 3px 0px 3px;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #333333;
	background-color: transparent;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus,
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border-color: #FFFFFF;
	color: #000000;
	background-color: #DDDDDD;
}
.camp {
	width: 120px;
}
.boto, .boto:link, .boto:visited, .boto:active, input[type=button], input[type=submit], input[type=reset] {
	width: 103px;
	height: 28px;
	padding: 3px 4px 5px 4px;
	text-align: center;
	border: 0px none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
	background-image: url(fondo-boto.png);
	background-repeat: no-repeat;
}
.boto:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	border: 0px none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.text p.error {
	background-color: #E9567B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}


/* ================= */
/* ===== CAPES ===== */
/* ================= */

#avisos, #acces {
	position: absolute;
	top: 98px;
	height: 240px;
	width: 312px;
	display: block;
}
#avisos {
	left: 0px;
}
#acces {
	right: 0px;
}
.text {
	color: #333333;
	font-size: 13px;
	overflow: hidden;
	position: absolute;
	height: 280px;
	width: 280px;
	right: 0px;
	top: 40px;
	padding: 15px 20px 55px 15px;
	background-image: url(fondo.png);
	background-repeat: no-repeat;
	z-index: 900;
}
	.text a, .text a:link, .text a:visited, .text a:active {
		color: #6699FF;
		text-decoration: underline;
	}
	.text a:hover {
		text-decoration: underline;
	}
	.text h2, .text h2 a, .text h2 a:link, .text h2 a:visited, .text h2 a:active, .text h2 a:hover  {
		font-size: 18px;
		background-color: #DDDDDD;
		color: #999999;
		font-weight: bold;
		letter-spacing: 2px;
		font-style: italic;
		line-height: 1.25em;
		text-decoration: none;
		text-align: right;
	}
	.text h2  {
		text-align: right;
		padding-right: 5px;
		letter-spacing: 2px;
		border-bottom: 1px solid #CCCCCC;
		border-bottom: none;
		margin: 5px 0px 5px 0px;
	}
	.text p, .text ul, .text ol, .text h3 {
		color: #333333;
		font-size: 13px;
		font-weight: normal;
		text-align: justify;
		margin-top: 0em;
		margin-bottom: 1em;
		line-height: 1.25em;
	}
	#text ul li, #text ol li {
		text-align: left;
		margin: 0px 0px 6px 0px;
		line-height: 1em;
		list-style-position: outside;
	}
	#text strong, #text b {
		color: #000000;
		font-weight: bold;
	}
	#requisits {
		display: block;
	}
	#formulari {
		position: absolute;
		bottom: 45px;
		width: 280px;
		display: block;
	}
	#formulari label {
		text-align: right;
		line-height: 1.1em;
	}
	#formulari label input {
		margin-top: 5px;
		float: left;
	}
.titul {
	overflow: hidden;
	position: absolute;
	height: 60px;
	width: 312px;
	right: 10px;
	top: 0px;
	z-index: 1000;
}
	.titul h1  {
		position: absolute;
		right: 0px;
		bottom: 0px;
		font-size: 50px;
		color: #CCCCCC;
		font-weight: normal;
		text-align: right;
		padding-right: 5px;
		margin: 0px 0px 10px 0px;
		letter-spacing: 2px;
		font-style: italic;
	}
	.titul h1 b {
		font-size: 15px;
		letter-spacing: 0px;
		color: #999999;
		font-weight: normal;
	}
#grafics {
	color: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
	height: 215px;
	width: 205px;
	left: 377px; /* 335px; */
	top: 155px;
	padding: 0px;
	background-image: url(fondo_tots.png);
	background-repeat: no-repeat;
	z-index: 600;
}
.robots {
	display: none;
	visibility: hidden;
}

/* *********************
.tabla {
	border: 1px solid #666666;
}
.tabla td, .tabla th {
	border: 1px solid #FFFFFF;
	padding: 0px 5px 0px 5px;
}
.tabla th {
	background-color: #E9EFBA;
	text-align: left;
	color: #FFFFFF;
}
.impar {}
.par {
	background-color: #EEEEEE;
}
.pie {
	font-size: 10px;
	color: #FFFFFF;
}

******************************* */
