body {
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
li {
	clear:right;
}
a {
	color:#061d80;
}
a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

div#central {
	position:absolute;
	left:50%;
	top:10px;
	width:760px;
	margin-left:-380px;
}
div#head {
	height:163px;
}

div#content {
	background:url('../img/back_content.png') left top repeat-y;
	padding: 30px 25px 10px 25px;
}
div#foot {
	height:10px;
	background:#974578;
}
div#copyright {
	text-align:center;
	font-size:12pt;
}
h1.title {
	height:32px;
	line-height:32px;
	padding-left:30px;
	border-width:4px 4px 4px 0px;
	border-color:#75c5f0;
	border-style:solid;
	margin-bottom:20px;
	background-color:white;
	font-size:15pt;
	font-weight:bold;
	width:706px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:667px;
}
h1.title img {
	float:left;
	margin-left:-30px;
}
div.content {
	width:685px;
	background:white;
	border:solid 1px #974578;
	padding: 20px 0px 20px 20px;
}
div.content-line {
	position:relative;
	left:-20px;
	width:671px;
	height:32px;
	line-height:32px;
	padding-left:30px;
	border-width:0 0 0 5px;
	border-color:#974578;
	border-style:solid;
	margin:10px 0;
	background-color:#cd81a8;
}

div.content-line-inverse {
	position:relative;
	left:-20px;
	width:671px;
	height:32px;
	line-height:32px;
	padding-left:30px;
	border-width:0 0 0 5px;
	border-color:#036;
	border-style:solid;
	margin:20px 0 5px 0;
	background-color:#4b7cae;
	color:white;
}
div.content-line-inverse a {
	color:white;
}

div.content-line-textarea {
	position:relative;
	left:-20px;
	width:671px;
	height:150px;
	line-height:32px;
	padding-left:30px;
	border-width:0 0 0 5px;
	border-color:#974578;
	border-style:solid;
	margin:10px 0;
	background-color:#cd81a8;
}

/* Forms */
div.content-line input, div.content-line label,
div.content-line-inverse input, div.content-line-inverse label,
div.content-line-textarea textarea, div.content-line-textarea label {
	display: block;
	height:26px;
	float: left;
}
div.content-line input, div.content-line-inverse input {
	width: 300px;
	line-height:25px;
	margin-top:2px;
	border:0;
}

div.content-line-textarea textarea {
	width:300px;
	height:145px;
	margin-top:2px;
	border:0;
}

div.content-line label, div.content-line-inverse label, div.content-line-textarea label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}

div.content li {
	margin:15px -10px 15px 0;
}

/* TODO: COMPROBAR */
div.content-line .center-input {
}

div.submit {
	text-align:center;
}
div.submit input, input.button {
	background:#cd81a8;
	border:solid 1px #974578;
}

submit {
	background:#cd81a8;
	border:solid 1px #974578;
}
