*
{
	border: 0;
	margin: 0;
	padding: 0;
}
A
{
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
/*body*/
#todo_galery
{
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 450px;
/*372*/
}
H1
{
	background: inherit;
/*border-bottom: 1px dashed #ccc;*/
	color: #663300;
	font: bold 37px Arial, Helvetica, sans-serif;
	text-align: center;
}
DIV#todo_galery
{
	margin: 0 auto;
	width: 370px;
}
P
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}
P A
{
	background: inherit;
	color: #FF6633;
}
P A:hover
{
	background: inherit;
	color: #FF6633;
}
/*=Galeria Code
----------------------------------------------------------------------*/
.hoverbox
{
	list-style: none;
}
.hoverbox A
{
	cursor: pointer;
	cursor: hand;
}
.hoverbox A .preview
{
	display: none;
}
.hoverbox A:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox IMG
{
/*background: #FF6633;*/
	border-color: #FF6633;
/*borde img pequeña*/
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox LI
{
/*background: #000; /*color marco
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
borde img pequeña*/
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #FF6633;
/*cuando la foto se hace grande (el raton pasa por encima)*/
	width: 200px;
	height: 150px;
}
/*=Ajustes Code
----------------------------------------------------------------------*/
.galeria_atras
{
	clear: both;
	background: inherit;
/*border-top: 1px dashed #ccc;*/
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0px 0 5px;
	text-align: left;
}
