/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font: 100% Georgia, serif;
	color: #000000#000;
	background: #ffffff;
}
	
.clear { clear:both; }
	
#contenedor {
	width:100%;
	height:600px;
	margin:100px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	background:url(imagenes/fdo.jpg) no-repeat center top;
}

#contenido {
	background-color: #FFF;
	width: 980px;
	height: 600px;
	background:url(imagenes/golf-sant-vincen.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 20px 10px 10px;
	overflow: auto;
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-150px 0 0 0px;
	top:35%;
}
/* fin hack */



#texto{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
width:250px;
float:left;
padding:240px 0px 0px 150px;
}


#col_der { width:580px;
			padding-top:27%;
			float:right; }

#footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
width:100%;
float:right;
padding:100px 0px 0px 0px;
}

.link2 {	color: #FF9900;
	text-decoration: none;
}

#link_flotante { 
				width:220px;
				height:80px;
				
				}

#link_flotante a { display:block;
				width:220px;
				height:80px;}
