a
{
	outline: none;
}
body
{
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
	background: url('../img/layout/bkg_wall.jpg') repeat top left;
}

#top
{
}
	#top #face-up-bkg
	{
		background: url('../img/layout/top_face_up_bkg.jpg') repeat top left;
	}
	#top #face-up
	{
		background: url('../img/layout/top_face_up.jpg') no-repeat center top;
		height:414px;
		width:100%;
	}
	#top #face-down-bkg
	{
		background: url('../img/layout/top_face_down_bkg.jpg') repeat top left;
	}
	#top #face-down
	{
		background: url('../img/layout/top_face_down.jpg') no-repeat center top;
		height:104px;
		width:100%;
	}
		#top #face-up #iconos
		{
			margin:auto;
			width: 670px;
			position:relative;
			top:382px;
			
		}
			#top #face-up #iconos a img,
			#top #face-up #botonera a img
			{
				border:0;
				position:relative;
			}
			#top #face-up #iconos a#BtnLogo
			{
				margin-left:64px;
				position:relative;
				top:-5px;
			}
			#top #face-up #iconos a#BtnLogo img
			{
				height:50px;
				width:393px;
			}
			#top #face-up #iconos a#BtnMail
			{
				margin-left:57px;
				position:relative;
				top:2px;
			}
		#top #face-up #botonera
		{
			background: url('../img/layout/bkg_buttons.png') repeat-x bottom left;
			height:43px;
			margin:auto;
			padding-left:4px;
			width:825px;
			position:relative;
			top:402px;
		}
			
	#top #middle
	{
		background: url('../img/layout/middle-slice.png') repeat top left;
		height:68px;
	}
		#top #middle #footer-text
		{
			padding-top:23px;
			color: #808080;
			width:203px;
			margin:auto;
		}
	#top #wall-shadow
	{
		background: url('../img/layout/flower-slice.png') repeat top left;
		height: 25px;
	}