body {
	margin :  0px;
	padding:  0px;
	background: #000000;
}

img {
	border: 0px;
}
.clear {
	clear : both;
}



#wrap {
	position: relative;
	width : 736px;
	margin :  0px auto;
}



#header {
	position: relative;
	height: 142px;
}
#header #logobig {
	position: absolute;
	top   :  0px;
	right :  0px;
}
#header #logosml {
	position: absolute;
	top   :  0px;
	left  :  0px;
}
#header #logosrv {
	position: absolute;
	top   :   0px;
	left  : 175px;
}
#header #logola {
	position: absolute;
	top   :   0px;
	left  : 165px;
}
#header #volver {
	position: absolute;
	top   : 113px;
	right :   0px;
}



*:focus             { outline: none; }
*::-moz-focus-inner { border : none; }
