@charset "utf-8";
/* 
	CUCOCAN Golden Retriever CSS Document
*/
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #611;
	margin: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
}
div.rojoSup {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 50%;
	background-color: #900;
	z-index: 0;
}
div.fondoSup {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	margin-top: -310px;	
	height: 720px;
	background-image: url(../images/fondoSuperior.png);
	z-index: 1;
}
div.floralIzqdo {
	position: absolute;
	left: 50%;
	margin-left: -740px;
	width: 380px;
	top: 50%;
	margin-top: -180px;
	height: 332px;
	z-index: 2;
}
div.floralDrcho {
	position: absolute;
	left: 50%;
	margin-left: 360px;
	width: 380px;
	top: 50%;
	margin-top: -180px;
	height: 332px;
	z-index: 3;
}
div.central {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: 50%;
	margin-top: -245px;
	width: 720px;
	height: 490px;
	background-color: #FFF;
	border: #999 solid 1px;
	z-index: 4;
}
div.inferior {
	position: absolute;
	left: 50%;
	margin-left: -340px;
	width: 720px;
	top: 50%;
	margin-top: 245px;
	height: 15px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	z-index: 10;
}
a, a:link, a:visited, a:active	{ 
	color: #FFF; 
	text-decoration: none; 
}
a:hover { 
	/*color: #6B97A5;*/
	color: #F6B949; 
	text-decoration: underline;
}
