@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, d,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0
}

.clearfix {
	clear:both;
}

body{
	background: #fff url(img/bg_body.jpg) repeat-x left top;
}

#wrap{
	width:960px;
	height:560px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
}

.flotante{
	height: 65px;
	width: 136px;
	position:absolute;
	left: 633px;
	top: 482px;
}

#footer{
	width:960px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}

#logos_derco{
	background: url(img/img_logos_derco.gif) no-repeat left top;
	height: 60px;
	width: 380px;
	float:left;
}

#right_footer{
	float: left;
	height: 60px;
	width: 580px;
}

#logo{
	width:120px;
	height:50px;
	padding-top:10px;
	float:right;
	text-align: right;
}

#texto{
	width:460px;
	height:50px;
	padding-top:10px;
	float:right;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}

