* {
	margin:0;
	padding:0;
}

body {
	background:url(imagenes/bg_image.jpg) 50% 50% no-repeat;
}

#contenedor {
    position:relative;
	top:0;
	/*left:50%;*/
	/*margin-top:-300px;
	margin-left:-427px;*/
	width:855px;
	height:600px;
/*	border:solid 1px #FF0000;*/
	background:url(imagenes/img_portada.jpg) left no-repeat;
}

#menu {
	display:block;
	position:relative;
	top:3px;
	float:right;
	width:388px;
	height:600px;
	/*border:solid 1px #00FF00;
	background:#112d6a;*/
}

.contenido {
	position:relative;
	float:left;
	width:466px;
	height:600px;
	overflow:auto;
	background-color:#112D6A;
}
#cont_lema {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
}
