
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

body {
	background:url(../gfx/fondomarinas.jpg) repeat-y center #99CCFF;
	color: #336699;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#FFFFFF;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

#botonera {
	background: url(../gfx/botonera_fondo.jpg) no-repeat top;
	height: 40px;
	padding-bottom: 5px;
}

#botonera a {
	color: #336699;
	background-color:#CCFFFF;
	padding: 10px 20px 10px 20px;
	margin-right: 2px;
	float: left;
}

#botonera a:hover {
	background-color:#FFCC00;
}

#footer {
	background-image: url(../gfx/fondo_footer.jpg);
	height:24px;
	padding-top:20px;
	padding-left:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:0;

}


/*TESTEO*/

#div_contenedor {
	width: 246px;
	float: left;
	position: relative;
	margin-left: 20px;
}

#img_encima {
	width: 246px;
	position: absolute;
	top: 0;
	left: 0;
}
