@charset "utf-8";
/* CSS Document */

body {
	background: #00143A url(../img/bg_body02.jpg) repeat-x top left;
	margin: 0;
	padding: 0; 
}

#container {
	/*width: 980px;*/
	width: 980px;
	height: 599px;
	position: relative;
	margin: 0 auto;
	background: transparent url(../img/container07.jpg) no-repeat top left;
}

#copy {
	width: 980px;
	height: 20px;
	color: #FFF;
	margin: 10px auto 0 auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
} 

#badge {
	/*width: 166px;
	height: 132px;*/
	/*width: 143px;
	height: 113px;*/
	width: 158px;
	height: 116px;
	position: absolute;
	top: 480px;
	left: 510px;
}

#badge a { outline: 0; cursor: pointer; }

#badge a img { border: 0; }

#parrafo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 852px;
	height: 67px;
	margin: 10px auto 0 auto;
}

#copy { color: #000; }

#parrafo p, #copy p {
	margin: 0; padding: 0;
}

.hide { display: none; }

