/*
{
	border: 0;
	margin: 0;
	padding: 0;
}*/

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

/*a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 700px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}*/
.cajon {
	width: auto;
	border: 5px solid #00FF00;
	cursor: default;
	list-style: none;
	padding-top: 20px;
}
.hoja {
	height: 450px;
	width: 735px;
	/*	border-top: solid 10px #00FF00;
	border-right: solid 10px #0033FF;
	border-bottom: solid 10px #FF0000;
	border-left: solid 10px #FFFF00; */
/*	padding: 60px 25px 25px 25px;	 */
	margin: 40px auto 20px auto;
	;/*	background-color:#99CCCC;  */
	text-align: center;	
}



/* =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: -58px;
	left: -70px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #999999;
	padding: 1px;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	background-color: #FFFFFF;
	left: 5%;
	right: 5%;
}

.hoverbox .preview
{
	border-color: #CCCCCC;
	width: 250px;
	height: 200px;
	padding: 3px;
}
.cajon a {
	cursor: default;
}
.cajon a .preview {
	display: none;
}
.cajon a:hover .preview  {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoja2 {
	;/*	background-color:#99CCCC;  */
	text-align: center;
	z-index: 100;
}
