@charset "utf-8";
/* CSS Document */

body {
	width:960px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(imagenes/fondo_body.jpg);
	background-repeat:  repeat-x;
}



/* ----- HEADER ----- */



#header {
	width:960px;
	height:auto;
}
.logo_home {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.foto_central_home {
	text-align: center;
}

/* ----- NAVIGATION ----- */



#navigation {
	width:960px;
	text-align: center;
	height: auto;
	margin-top: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEBDC;
	color: #E1DFC6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0px;
}
#navlist li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9d986d;
	font-size: 12px;
	text-decoration: none;
}
#navlist li a:hover {
	color: #6C6B59;
	text-decoration: none;
}

#navlist li a:active {
	color: #E1DFC6;
}

/* ----- MAIN CONTENT ----- */



#content {
	width:960px;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px;
}



/* ----- FOOTER ----- */



#footer {
	width:960px;
	height:auto;
	margin-top:10px;
	margin-bottom: 10px;
	padding-top: 15px;
}



/* ----- 3 columnas ----- */

.grid {
	width: 958px;
	margin: auto;
	color: #9d986d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.grid-m1 {
	float: left;
	width: 5px;
	height: 1px;
}

.grid-c1 {
	float: left;
	width: 286px;
	background-image: url(imagenes/fondo_columna_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 20px;
}

.grid-m2 {
	float: left;
	width: 15px;
	height: 1px;
}

.grid-c2 {
	float: left;
	width: 286px;
	background-image: url(imagenes/fondo_columna_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 20px;
}

.grid-m3 {
	float: left;
	width: 15px;
	height: 1px;
}

.grid-c3 {
	float: left;
	width: 286px;
	background-image: url(imagenes/fondo_columna_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 20px;
}

.grid a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #6C6B59;
	font-size: 11px;
}
.grid a:hover {
	text-decoration: none;
}

.grid p {
	padding-right: 22px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
}

.grid-clientes {
	float: left;
	width: 286px;
	background-image: url(imagenes/fondo_columna_clientes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 20px;
}

.grid-contacto {
	float: left;
	width: 286px;
	background-image: url(imagenes/fondo_columna_contacto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 20px;
}

.grid_big {
	float: left;
	width: 600px;
	height: auto;
	padding-top: 20px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.grid_big p {
	margin-top: 0px;
}

.sangria_big_grid {
	padding-left: 20px;
	padding-bottom: 10px;
}

.sangria_big_socios {
	padding-left: 20px;
	background-color: #E1DFC6;
	color: #6C6B59;
	padding-top: 25px;
	background-image: url(imagenes/fondo_socios_arriba.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 5px;
	margin-bottom: 0px;
}


ul {
	list-style-type: disc;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}
ul li {}


.frases {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	width: 480px;
	display: block;
	text-align: center;
	padding-bottom: 10px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #6C6B59;
	font-size: 16px;
	background-image: url(imagenes/fondo_h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 15px;
	height: 30px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #6C6B59;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C2C2AA;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {}

h6 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #C2C2AA;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	font-size: 9px;
}

.log_jv {
	text-align: right;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.loguito_abajo {
	background-image: url(imagenes/club_gourmet_logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 50px;
	padding-left: 110px;
	margin-top: 0px;
	padding-top: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.p_asociarse {
	border: 1px dotted #FFFFFF;
	border-radius:50px;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	padding: 10px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

.p_localidad {
	background-color: #F0F1E3;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.fiestas_2010_regalos {
	margin: 0px;
	padding: 0px;
	height: 213px;
}
.fondo_fiestas_2010 {
	background-color: #98967e;
	background-image: url(http://clubgourmetweb.com/fiestas_2010/imagenes/separador_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imagenes_fiestas_2010 {
	margin: 0px;
	padding: 0px;
}