* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/img_fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#contenedor {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -280px;
}
/*menu*/
#menu {
	width: 215px;
	height: 400px;
	vertical-align: top;
	text-align: right;
	background: url(images/marina.gif) no-repeat bottom left #fa7901;
}
#menu ul {
	margin-top: 40px;
	list-style: none;
}
#menu a {
	display: block;
	width: 180px;
	padding: 5px;
	padding-right: 15px;
	font-size: 16px;
	color: white;
	text-decoration: none;
	border-right: 15px solid #cf064a;
}
#menu a:hover {
	text-decoration: underline;
}
/*contenido*/
#contenido {
	color: white;
	width: 100;
	padding: 0px;
	padding-left: 25px;
	padding-top: 25px;
	vertical-align: top;
	background-color: #cf064a;
}
#contenido h1 {
	font-size: 24px;
	color: white;
	font-weight: lighter;
	margin-bottom: 15px;
	margin-top: 13px;
}
#contenido ul {
	list-style-type: square;
	margin-left: 15px;
	font-size: 14px;
}
#contenido li {
	margin-bottom: 8px;
}
#promociones img {
	border: 1px solid white;
	margin-right: 15px;
	margin-bottom: 10px;
}
/*fotos*/
#fotos {
	float: right;
	padding-top: 15px;
	padding-left: 15px;
	margin-right: 25px;
	vertical-align: top;
}
#fotos img {
	width: 150px;
	border: 1px solid white;
	margin-right: 15px;
	margin-bottom: 15px;
}
/*imagenes*/
#imagenes {
	width: 180px;
	vertical-align:top;
	background-color: #9fc402;
}
/*pie*/
#pie {
	color: white;
	background-color: #a70f42;
	font-size: 14px;
}
#pie strong {
	color: #fa7901;
	margin-left: 18px;
}
/*factor ñ*/
#factorn {
	padding: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 9px;
}
#factorn a {
	color: #cf064a;
	font-weight: bold;
}
