@charset "utf-8";

body {
	margin: 0px;
	background-color: #FFFFFF;
}
#principal {
	width: 968px;
	height: 647px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -484px;
	margin-top: -323px;
}

#menu {
	width: 238px;
	height: 647px;
	clear: none;
	float: left;
	position: absolute;
	top: 0px;
}

#empresa, #sabanas {
	width: 721px;
	height: 647px;
	float: right;
	clear: none;
	position: absolute;
	left: 247px;
	top: 0px;
}

#producto {
	width: 721px;
	height: 390px;
	float: right;
	clear: none;
	position: absolute;
	left: 247px;
	top: 0px;
}
#menu_producto {
	position: absolute;
	left: 247px;
	bottom: 0px;
	height: 247px;
	width: 721px;
}
#pie {
	height: 22px;
	width: 968px;
	position: absolute;
	bottom: 50%;
	margin-bottom: -350px;
	left: 50%;
	margin-left: -484px;
}
#legal {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#pie p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	color: #666666;
}

#pie a:link{
	color: #0084a0;
	text-decoration: none;

}
#pie a:visited{
	color: #00A8CC;
	text-decoration: none;
}
#pie a:hover{
	color: #0084a0;
	text-decoration: underline;
}
