* {
	margin:0;
	padding:0;
}
html, body
{
	background:				#2b2b2b;
	margin:					0;
	height:					100%;
}

#main
{
	margin:					0 auto;
	position:				relative; /* puts container in front of distance */
	clear:					left;
	width:					610px;
	height:					610px;
	background:				black;
}

#menu
{
	width:					650px;
	height:					26px;
	text-align:				center;
	font-family:			'Arial Narrow', Arial, Helvetica;
	font-size:				10pt;
	position:				absolute;
	top:					50px;
	left:					-20px;
	background:				#626262;
}

#menu img
{
	border:					0;	
}

#titulo
{
	width:					287px;
	height:					36px;
	background:				url('../images/decoracionyfotografia.png') left;
	margin:					auto;
	top:					10px;
}

#separador
{
		width:				1px;
		height:				50%;
		background-color:	#2b2b2b;
		margin-bottom:		-305px; /* half of container's height */
		float:				left;
}

#logo 
{
	width:					160px;
	height:					67px;
	position:				absolute;
	top:					520px;
	left:					430px;
	text-align:center;
}

#logo img 
{
	border:0;
}

#derechos
{
	position:				absolute;
	top:					580px;
	left:					10px;
}

#preloader
{
	width:					140px;
	height:					140px;
	top:					100px;
	background: 			#2b2b2b;
	padding:				30px;
	text-align:				center;	
	color:					#ddd;
	font-size:				8pt;
	border:					1px solid #ddd;
	font-weight:			normal;
	margin:					0 auto;
	position:				relative; /* puts container in front of distance */
	clear:					left;
}


#menu * 
{
	display:				block;
	height:					26px;
	float:					left;
	clear:					none;
}

#menu a#home 
{
	width:					59px;
	background:				url('../images/home.png');
}

#menu a#home:hover 
{
	background:				url('../images/homeOver.png');
}

#menu a#empresa 
{
	width:					80px;
	background:				url('../images/empresa.png');
}

#menu a#empresa:hover
{
	background:				url('../images/empresaOver.png');
}


#menu a#galerias 
{
	width:					75px;
	background:				url('../images/galerias.png');
}

#menu a#galerias:hover
{
	background:				url('../images/galeriasOver.png');
}

#menu a#contacto
{
	width:					90px;
	background:				url('../images/contacto.png') center;
}

#menu a#contacto:hover
{
	background:				url('../images/contactoOver.png') center;
}

#menu a#profesionales 
{
	width:					117px;
	background:				url('../images/profesionales.png');
}

#menu a#profesionales:hover
{
	background:				url('../images/profesionalesOver.png');
}

#menu a#fotografos 
{
	width:					96px;
	background:				url('../images/fotografos.png');
}

#menu a#fotografos:hover
{
	background:				url('../images/fotografosOver.png');
}

#menu #menuMargin
{
	width:					65px;
}

a#avisolegal {
	background: url('../images/derechosreservados.png');
	display:block;
	width:259px;
	height:22px;
}

a#avisolegal span {display:none;}

a#linkAvisoLegal {
	font-size: 10px;
	color:		#ababab;
	text-decoration:none;
	position:absolute;
	top:-24px;
	width:60px;
	display:block;
	text-align:center;
	left:-414px;
	font-family: Verdana, Arial;
	display:none;
}

a.motigo {

	display:none;
}
