html{

	}

body{
	font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	background-color: #202020;
	overflow: auto;
	}
	
div{
	position: relative;
	background-position:center;
	background-repeat: no-repeat;
	}
	
#div_body{
	position: absolute;
	margin:0 auto;
	width: 100%;
	]text-align: center;
	}
	
#div_banner{
	position: relative;
	margin: 0px auto;
	width: 795px;
	height: 60px;
	text-align: right;
	background-color: #fff;
	]cursor: hand;
	}
	
#div_banner:hover{
	cursor: pointer;
	}
	
#div_banner img{
	]display:block;
	}
	
#txt_stand{
	position: absolute;
	text-align: left;
	left: 50px;
	top: 12px;
	}
	
.peque, .grande{
	font-family: arial;
	color: #000;
	font-weight: bold;
	}
	
.peque{
	font-size: 12px;
	}
	
.grande{
	font-size: 16px;
	}
	
#div_contenido{
	position: relative;
	margin: 0px auto;
	width: 795px;
	}
