html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #f5f5f5 no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 1px solid #cb2929;
	background: #FFFFC8;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 755px;
}

.superinner-container
{
	border: 3px solid #cb2929;
	background: #FFFFC8;
	margin: 0 auto;
	padding: 3px;
	width: 780px;
	
}

.outer-container {
}

/* headere & title */
.header {
	height: 120px;
	margin-bottom: 5px;
	text-align: center;
	background: #FFFFC8;
}
.header .title {
	color: #cb2929;
	padding-top: 20px;
}

.header .titulo2 {
	color: #bc4c19;
	padding-top: 6px;
	font-size:19px;
}

.header .logoleft {
	
	position: relative;
	left: 10px; top: 0px;
	float:left;
	
}
.header .logoright {
	position: relative;
	right: 10px; top: 0px;
	float:right;
	cursor:pointer;
}

.header .user {
	position: relative;
	float:right;
	cursor:pointer;
	padding:5px 0 0 0;
	top: -15px;
}

.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #cb2929;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #FFFF95;
	padding: 8px 12px;
	color: #cb2929;
	font: bold 1.1em Verdana,sans-serif;
}

.path a
{
	float:right;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 560px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content select {
	border: solid 1px #CCCCCC;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #747373;
	width: 32px;
}

.content inserts
{
	margin-bottom: 10px;
}

.content input {
	
	border-collapse:collapse;
	background:#EFF4FB;
	border:1px solid #686868;
	font:1em/145% 'Trebuchet MS',helvetica,arial,verdana;
	height: 17px;
}

.content textarea {
	border-collapse:collapse;
	background:#EFF4FB;
	border:1px solid #686868;
	font:1em/145% 'Trebuchet MS',helvetica,arial,verdana;
	width:295px;
}

.content .fileclass {
	border-collapse:collapse;
	background:#EFF4FB;
	border:1px solid #686868;
	font:1em/145% 'Trebuchet MS',helvetica,arial,verdana;
	width:420px;
}

.content .rclass {
	background:transparent;
	border:0px;
	font:1em/145% 'Trebuchet MS',helvetica,arial,verdana;
}

.content buttons input {
	background:#ffffff;
	border:4px solid #686868;
	font:bold 1em/145% 'Trebuchet MS',helvetica,arial,verdana;
	width:295px;
}

content itransp input
{
	background:transparent
}

.content .publicacio
{
	font:1.2em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #354;
	text-align: justify;
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #FFFF95;
	color: #654;	
}

/* footer */
.footer {
	background: #FFFF95;
	color: #cb2929;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #cb2929;
	text-decoration: none;
}
.footer a:hover {color: #cb2929;}

.buttons
{
	margin-top: 10px;
	margin-right: 20px;
	height:50px;
	float:right;
	position: relative;
}

.buttons input {
	background: #FFFF95;
	width: 70px;
	height: 20px;
	color: #cb2929;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;

}

.error
{
	margin-top: 10px;
	margin-left: 25px;
	color: #cb2929;
	font: bold 1em sans-serif;
	font-size: 20px;
	width:400px;
	text-align: center;
}

.message1
{
	position:absolute;
	margin-top:-360px;
	font: bold 1.1em 'Trebuchet MS',helvetica,arial,verdana;
	text-align:left;
	visibility:hidden;
	width: 100%;	
}

.message2
{
	position:absolute;
	margin-top:-400px;
	font: bold 1.1em 'Trebuchet MS',helvetica,arial,verdana;
	text-align:left;
	visibility:hidden;
	width: 100%;
}

.mess-inner-container {
	border: 1px solid #cb2929;
	background: #f5f5f5;
	margin: 0 auto;
	padding: 8px;
	padding-bottom: 35px;
	width: 430px;
	height:270px
}

.mess-superinner-container
{
	border: 3px solid #cb2929;
	background: #f5f5f5;
	margin: 0 auto;
	padding: 3px;
	width: 450px;
}

.assist
{
	font: bold 1.2em sans-serif;
	
}

.assist a
{
	text-decoration:none;
}





