html, body {
	margin: 1px 0px 0px 0px;
	font-size: 11px;
	background-color: #F2F3EE;
	text-align:center;
	/* Todo el portal en trebuchet... */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Para que no ocupen espacio los input type hidden:
   se ha puesto un class especifico en el back-end */
.hidden {
	padding:0;
	margin:0;
	width:0;
	height:0;
	position:absolute;
	left:-999px;
}

#contenedor {
	width: 785px;
	margin: 0 auto;
	text-align:left;
}

/* Cabecera principal de todo el portal */

#header {
	display: none;
}

/* columns main */
#columns {
	margin-top: 3px;
	float: left;
	width: 785px;
}

#column-left {
	display: none;
}

#column-right {
	float: right;
	width: 646px;
	padding-left: 3px;
	margin-left: 1px;
	margin-top:4px;
}

#content-column-left {
	width: 472px;
	float: left;
	padding-left: 5px;
	margin: 7px 0px 0px 0px;
}

#content-column-right {
	display: none;
}

#top-header {
	display: none;
}

#content {
	width: 640px;
	float: left;
	/*padding: 10px 5px;*/
	padding: 0px 0 0px 0;
	/*border: 1px solid red;*/
}

#column-right-content {
	float: left;
	width: 635px;
	/*background-color: #E8EEC8;*/
	padding-left: 5px;
}

#bottom {
	float: left;
	width: 648px;
	height: 28px;
	background-position: left;
	background-repeat: no-repeat;
}


#column-right-right {
	display:none;
}
/* columns main */

/* footer definition */
#footer {
	display: none;
}


.izquierda {
float: left;
}

.derecha {
float: right;
}

.clearboth {
	clear: both;
}
