body {
	margin: 5px;
	background-color: #989D8C;
	 font-family: verdana, arial, sans-serif;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Cabecera --------------------------- */

#header {
     height: 0; 
     width: 0; 
     overflow: hidden; 
     position: absolute;  /* for the benefit of IE5 Mac */ 
}

/* ESTILOS PROPIOS DEL CONTENIDO: Contenedor --------------------------- */

#container {
	margin: auto;
	width: 760px;
	padding: 5px;
	background-color: #FFF;
	background-image: url(../imagenes/fondo_contenido.gif);
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Izquierda --------------------------- */

#left{ 
     height: 0; 
     width: 0; 
     overflow: hidden; 
     position: absolute;  /* for the benefit of IE5 Mac */ 
}

/* ESTILOS PROPIOS DEL CONTENIDO: Izquierda ----- */

/* ESTILOS PROPIOS DEL CONTENIDO: Centro --------------------------- */

#center{ 
	float: right;
	width: 584px; 
	padding: 0px 10px; 
	font-size: 11px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Pie --------------------------- */

#footer {
     height: 0; 
     width: 0; 
     overflow: hidden; 
     position: absolute;  /* for the benefit of IE5 Mac */ 
}

/* ESTILOS PROPIOS DEL CONTENIDO: Genéricos --------------------------- */

.cleaner {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #F7823C;
}

a:hover {
	color: #FFF;
	background-color: #F7823C;
}

