<!--

a:link {color: red; text-decoration: underline;}
a:visited {color: red; text-decoration: underline;}
a:hover   {background: red; color: black;}

BODY {height: 100%;}


div {
	border: 0px solid #000000; 

}

div.container {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	min-height: 350px;
	min-width: 770px;
	height: 90%;
	font-family: helvetica;
	font-size: 12px
	}

div.ofertas {
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 20%;
	font-family: helvetica;
	background-color: black;
	font-weight: bold;
	font-size: 14px;
	color: white;
	}
	
div.cabecera {
	position: absolute;
	top: 0px;
	left: 30%;
	width: 70%;
	height: 20%;
	background-color: black;
	font-family: helvetica;
	}
						
div.menu {
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 10%;
	text-align: center;
	}
		
div.main {
	position: absolute;
	top: 30%;
	left: 10%;
	width: 80%;
	height: 65%;
        font-family: helvetica;
        overflow: auto;
        
	}
div.izquierda {
	position: absolute;
	top: 20%;
	left: 0px;
	width: 10%;
	height: 75%;
	background-color: #cc0000;
	background-image: url("logo.gif");
}
div.derecha {
        position: absolute;
	top: 20%;
	left: 90%;
	width: 10%;
	height: 75%;
	background-color: #cc0000;
	background-image: url("logosolo.jpg");
}

div.pie {
	position: absolute;
	top: 95%;
	left: 0px;
	width: 100%;
	height: 12%;
	background: black;
	color: white;
	font-family: helvetica;
	font-weight: bold;
	font-size: 12px;
	}

	
#navlist
{
	position: relative;
	top: 0px;
	margin: 8px 85px;
	padding: 0 0 20px 10px;
	border-bottom: 0px solid #000;
	text-align: center;
	font-family: helvetica;
}

#navlist ul, #navlist li
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlist a:link, #navlist a:visited
{
	position: relative;
	float: none;
	line-height: 14px;
	font-weight: bold;
	font-size: 100%;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	text-align: center;
	color: #888;

}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;

}

#navlist a:hover { color: #fe0000; }

-->
