/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	/*background:#405939; */
	background:#002A00;
}

#contenedor
{
	position:relative;	
		width:778px;
}

#content {
position:relative;
border: 10px solid #ffffff;
background: #fff;
width: 778px;
text-align:center;

}

/*MENU*************/
.menu
{
	text-align:center;
	padding-top:1px;
	/*padding-bottom:3px;*/
}

.menu img
{
	border:0px;
	padding:0px;
	margin:0px;
}

.blanco
{
	width:3px;
}

/*CUERPO***/
.cuerpo
{
	width:778px;
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	vertical-align:top;
	text-align:justify;
	text-decoration: none;
}

.products
{
	margin-left:1px;
	padding:0px;
	width:775px;
	height:347px;
	background-color:#fff;
}

.products a
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	color:#444444;
	text-decoration:none;
	font-size:13px;
}

.products a:hover
{
	color:#444444;
	text-decoration:underline;
}

/*PARTE IZQUIERDA***********/
.izquierda
{
	width:182px;
	vertical-align:top;
}

.caja_izq
{
	width:181px;
	margin-left:1px;
	background-color:#c9c087;
}

.caja_izq td
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#444444;
	vertical-align:top;
}

.caja_izq img
{
	padding-top:21px;
	text-align:center;
}

.caja_izq p
{
	padding-top:15px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:15px;
}

.logos
{
	text-align:center;
}

/*PARTE DEL CENTRO*******/
.centro
{
	vertical-align:top;
	width:288px;
	padding-left:12px;
	padding-right:8px;
	padding-top:20px;
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#444444;
}

.imag_centro
{
	background-color:#fff;
	float:right;
}

/*PARTE DE LA DERECHA*****/
.derecha
{
	width:288px;
	vertical-align:top;
}

.caja_der
{
	background-color:#becbb9;
	width:286px;
}

.caja_der_texto
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#444444;
	vertical-align:top;
	padding:20px;
}

.caja_der_imag
{
	float:right;

}

a:link, a {text-decoration:none; color:#985d45; font-weight:bold;}

#pie
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B9C7BA;
	text-align:center;
}

#pie a
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B9C7BA;
	text-align:center;
	text-decoration:none;
}

#pie a:hover
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B9C7BA;
	text-align:center;
	text-decoration:underline;
}


.sitemap a
{
	color:#444444;
	text-decoration:none;
}

.sitemap a:hover
{
	color:#444444;
	text-decoration:underline;
}

/*  MENUS DEPLEGABLES ****************************** */
#thehall, #theclub, #otheractivities, #newsandevents, #contacto
{
	position: absolute; 
	top: 175px; 
	width: 126px;
	background:#b9c7ba;
	border: 1px solid #fff;
}

#thehall
{
	left: 140px;
}
#theclub
{
	left: 269px;
}
#otheractivities
{
	left:398px;
}
#newsandevents
{
	left:527px;
}
#contacto
{
	left:658px;
	
}

#thehall p, #theclub p, #otheractivities p, #newsandevents p, #contacto p
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align: left;
	
	margin: 5px 3px 5px 3px;
}
#thehall a, #theclub a, #otheractivities a, #newsandevents a, #contacto a
{
	font-family:"century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:1px;
	text-decoration: none;
	color:#ffffff;
}
#thehall a:hover, #theclub a:hover, #otheractivities a:hover, #newsandevents a:hover, #contacto a:hover
{
	text-decoration:underline;
	color:#ffffff;
}
