body {background-image: url(imagenes/fondo.gif);
}

.portada {
	margin:auto;
	text-align:center;
	padding:0px;
	font-size: 12px;
	overflow: hidden;
	color:#004000;
	font-family: "trebuchet ms",arial,verdana,helvetica;
}

.cabecera, .header {
	width:647px;
	height:315px;
	margin:10px auto;
	text-align:center;
	padding:0px;
	font-size: 12px;
	overflow: hidden;
	color:#004000;
	font-family: "trebuchet ms",arial,verdana,helvetica;
}	

.cabecera {background: url(imagenes/cabecera_esp2.gif);}

.header {background: url(imagenes/cabecera_eng2.gif);}

.contenedor {
	width:660px;
	margin:10px auto;
	padding:0 0 0 10px;
	overflow: hidden;
	font-family: "trebuchet ms",arial,verdana,helvetica;
}

.contenido {
	width:565px;
	margin:0px auto auto 62px;
	padding:10px;
	border:#004000 1px dashed;
	font-size: 12px;
	overflow: hidden;
	color:#004000;
	font-family: "trebuchet ms",arial,verdana,helvetica;
	background: #d7d7aa;
}

.pie {
	width:565px;
	margin:0px auto auto 62px;
	padding:10px;
	text-align:center;
	border:#004000 1px dashed;
	font-size: 12px;
	overflow: hidden;
	color:#004000;
	font-family: "trebuchet ms",arial,verdana,helvetica;
	background: #d7d7aa;
}

.anuncios1, .menu  {
	border:#004000 1px dashed;
	width:585px;
	margin:0px auto auto 62px;
	text-align:center;
	padding:0px;
	font-size: 12px;
	overflow: hidden;
	color:#004000;
	font-family: "trebuchet ms",arial,verdana,helvetica;
	background-color: #ffffff;
}

#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu ul li { display: inline; padding:15px;}

.anuncios2  {
	width:468px;
	margin-left:120px;
	text-align:center;
	padding:0px;
	font-size: 12px;
	overflow: hidden;
	color:#004000;
	font-family: "trebuchet ms",arial,verdana,helvetica;
	border:#004000 1px dashed;
	background-color: #ffffff;
}

a:link {
	font-weight: bold; color: #e44c0e;
}
a:visited {
	font-weight: bold; color: #e44c0e;
}
a:active {
	font-weight: bold; text-decoration: none;
}
a:hover {
	font-weight: bold; color: #c8b540; text-decoration: none;
}
a:visited:hover {
	font-weight: bold; color: #c8b540; text-decoration: none;
}
/* Error/success msg colours on forms */
p.error, p.success {
	font-weight: bold;
	padding: 10px;
	border: 1px solid;
}
p.error {
	background: #ffc0c0;
	color: #900;
}
p.success {
	background: #b3ff69;
	color: #4fa000;
}
/* Fin error/success msg colours on forms */