body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background: #05447a url(../images/fondo2.jpg) center top no-repeat;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 18px;
}

#principal {
	width: 999px;
	margin: 0 auto;
}

#cabecera {
	position: relative;
	background: transparent url(../images/fondo_cabecera.png) bottom center no-repeat;
	height: 50px;
}

#idiomas {
	position: absolute;
	right: 23px;
	bottom: 5px;
}

#contenidos {
	position: relative;
	padding: 18px 42px 18px 42px;
	background: transparent url(../images/fondo_contenidos.png) top center repeat-y;
}

#pie {
	height: 50px;
	background: transparent url(../images/fondo_pie.png) center top no-repeat;
}

#copy {
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
}

#logos {
	position: relative;
}

#logo_grupo {
	position: absolute;
	right: 14px;
	top: 22px;
}

#logo_eurovalia {
	position: absolute;
	left: 22px;
	bottom: 22px;
}


/* clases */
a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
