/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #191919;
}


.frame {
	width: 850px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	text-align:left;
	background-color: #B5D5FF;
	height: 100%;
	margin-bottom: auto;
}

#header {
	margin: 0px;
	position: absolute;
	width: 800px;
	height: 150px;
	background-image:url(header_febrero.png);
	border-left: solid #FFFFFF 3px;
	border-right: solid #FFFFFF 3px;
}

#content {
	width: 800px;
	height: auto;
	margin: 150px 0px 0px 0px;
	position: absolute;
	background-color: #000000;
	border-left: solid #FFFFFF 3px;
	border-right: solid #FFFFFF 3px;
	padding-bottom: 25px;
}

#spacer {
	width: 740px;
	height: 100px;
	background-color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	float: left;
}

#image {
	margin: 0px;
	color: #FFFFFF;
}

#colorblocks {
	width: 800px;
	height: auto;
}

/*text and links */


.style2 {font-size: 10px}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #AAB198;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}




/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	vertical-align: top;
	width: 110px;
	height: 110px;
}

.hoverbox p {
	color: #FFFFFF;
	font-size:12px;
	font-family: arial;
	padding-left: 5px;
}

.hoverbox li
{
	background: #000000;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 200px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -30px;
	left: -30px;
}

.hoverbox li
{
	position: static;
}
