/* ::::::::::::::::::::::::::::::::::::::: UNSTYLE ::::::::::::::::::::::::::::::::::::::: */

a 		{
		text-decoration:	none;
		}
a img		{ 
		border:			none; 
		}
h1,h2,h3,h4,h5,h6 { 
		font-size:		1em; 
		}
body,html,h1,h2,h3,h4,h5,h6,p,div,blockquote,ul,ol,li,dl,dt,dd,address,img { 
		margin:			0px; 
		padding:		0px; 
		}
ul,ol 		{ 
		list-style:		none; 
		}


/* ::::::::::::::::::::::::::::::::::::::: LAYOUT ::::::::::::::::::::::::::::::::::::::: */

html		{
		background: 		#fff; /* #353535 */
		color:			#A66B00;
		font-family:		georgia, Lucida, Geneva, Helvetica, Arial, sans-serif;
		}
body		{
		text-align:		center; 
		}
#page		{
		width:			650px;
		margin: 		20px auto 0px auto;
		text-align:		center; 
		}
ul		{
		padding:		5% 2%; 
		}
li		{
		display:		block; 
		float:			left;
		width:			120px;
		height:			120px;
		}
ul#galleryhome li {
		width:			150px;
		height:			180px;
		}

a img		{ 
		border:			2px solid #807D79; 
		}
#englobafoto	{
		position:		relative;
		text-align:		center; 
		margin: 		20px auto;
		}
h2		{
		font-size:		8px; 
		text-align:		left; 
		margin: 		5px 0px 15px 0px;
		clear:			both;
		}
h3		{
		font-size:		18px; 
		text-align:		left; 
		}
h4		{
		font-size:		12px; 
		text-align:		left; 
		}
#enlaces	{
		color:			#807D79;
		margin-bottom:		20px;
		}
a, #enlaces a	{
		font-weight:		bold;
		color:			#D6C520;
		}
#lafoto 	{
		border:			1px solid #D6C520; 
		margin-top:		10px;
		}
#lafoto img	{
		padding:		2px; 
		}
#left, #right	{
		display:		block;
		position:		absolute;
		width:			50px;
		font-size:		25px; 
		margin-top:		50px;
		color:			#807D79;
		}
#englobafoto.h #left, #englobafoto.h #right	{
		height:			375px;
		}
#englobafoto.v #left, #englobafoto.v #right	{
		height:			450px;
		}
#left		{
		top:			0px;
		left:			-50px;
		}
#right		{
		top:			0px;
		right:			-50px;
		}
#left:hover, #right:hover		{
		color:			#D6C520;
		}
