body {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align:center;

}
img{
	border:0;
}
h1 {
	margin: 400px 0 20px 1.5em;
	padding: 0;
	font-size: 0.65em;
	font-weight: normal;
	text-align: center;
}
h1 a {
	display: block;
	/*width: 415px;
	height:85px;*/
	padding-top: 7em;
	text-align: center;
	/*padding-right: 2em;*/
	background: #fff url('http://www.en-medio.com/img/logo_index.jpg') no-repeat top center;
	text-decoration: none;
	color: #999;
}
#contenedor {
	position: absolute;
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #555;
	text-align: left;
}
#contenedor.index {
	background: #fff url('http://www.en-medio.com/img/simbolo_index.gif') no-repeat 250px 80px;
}
.enlaces {
	text-align: center;
/*	float:left;*/
	width:100%;
}
.enlaces a {
	color: #5EA427;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}
.enlaces a:hover {
	color: #555;
	text-decoration: underline;
}
.logo_activa{
	float:left;
	clear:both;
	z-index:10;
	position:relative;
	left:15px;
	top:-50px;
}
.logo_euskadi{
	float:right;
	clear:both;
	z-index:15;
	position:relative;
	right:15px;
	top:10px;
}