body { 
	background-color:#000;
	margin:0 auto;
	padding-top:40px;
	margin:auto 0;
}
#cabecera{
	margin:0 auto;
	width:809px;
	height:210px;
	background-image:url("../img/top.png");
}
#caja {
	margin-top:0px;
	width:809px;
	height:515px;
	background:url("../img/cajaIE.png");
	background-repeat:repeat;
	behavior: url("iepngfix.htc");
}
#menu{
	width:809px;
	height:60px;
}
#menu ul{
	margin:0px;
	padding-top:18px;
	padding-left:36px;
	list-style:none;
}
#menu li {
	float:left;
	padding-right:30px;
}
#menu li a {
	text-transform:UPPERCASE;
	font-family: sans-serif;
	height:40px;
	font-size:20px;
	color:#FFF;
}
#imagen{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:50px;
	margin-top:10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#contain{
	color:#FFF;
	width:809px;
	height:460px;
}
#loader{
	width:35px;
	height:35px;
	margin-top:200;
	margin-left:380;
	background-image:url("../img/loader2.gif");
	background-repeat:no-repeat;
	position:absolute;
	
}
#home{
	display:block;
	background-image:url("../img/botones/inicio.png");
	background-repeat:no-repeat;
	height:36px;
	width:84px;
}
#servicios{
	display:block;
	background-image:url("../img/botones/servicios.png");
	background-repeat:no-repeat;
	height:36px;
	width:103px;
}
#contacto{
	display:block;
	background-image:url("../img/botones/contacto.png");
	background-repeat:no-repeat;
	height:36px;
	width:106px;
}
