html, body {
	margin:0;
	padding:0;
}
body{
	text-align:center;	/*para IE*/
	background:url(../imagenes/fondos/fondo_repetir.jpg) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
p{
	margin:0 0 10px 0;
}
h1{
	font-size:23px;
	color:#333333;
	font-weight:normal;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style-image:url(../imagenes/li.jpg);
	margin:3px 0 3px 27px;
	font-size:11px;
	font-weight:bold;
	color:#CC0066;
	line-height:14px;
}
.gris{
	color:#666666;
	font-size:11px;
	line-height:15px;
}
#contenedor{
	background:url(../imagenes/fondos/fondo.jpg) top center no-repeat;
	width:910px;
	min-height:920px;
	* height:920px;
	margin:auto;		/*para FF*/
	text-align:left;	/*para IE*/
}
#cabecera{
	float:left;
	width:100%;
	height:160px;
}
	#logo{
		float:left;
		margin:66px 0 0 58px;
		display:inline;
	}
		#logo img{
			width:110px;
			height:63px;
			border:none;
		}
	#club{
		float:right;
		margin:59px 60px 0 0;
		display:inline;
	}
		#club img{
			width:300px;
			height:72px;
			border:none;
		}
#contenido_index{
	float:left;
	width:843px;
	margin:0 0 0 30px;
	display:inline;
}
	#fondo_menu{
		float:left;
		background:url(../imagenes/fondos/index_fondo_menu.jpg) no-repeat;
		width:100%;
		height:365px;
	}
		#menu_index{
			float:right;
			width:272px;
			margin:50px 50px 0 0;
			display:inline;
		}
			#menu_index a{
				float:left;
				background:url(../imagenes/flecha_rosa_index.jpg) center left no-repeat;
				padding:7px 0 7px 16px;
				width:256px;
				* width:100%;
				font-size:14px;
				color:#10515C;
				text-decoration:none;
				/*line-height:30px;*/
				border:none;
				border-bottom:1px solid #C5C5C5;
			}
				#menu_index a:hover{
					color:#CC0066;
				}
		#comunidades_index{
			clear:right;
			float:right;
			width:319px;
			margin:20px 32px 0 0;
			display:inline;
		}
	#miembros_index{
		float:left;
		width:100%;
	}
#columna_menu{
	float:left;
	width:295px;
	margin:0 0 0 15px;
	display:inline;
}
	#imagen{
		float:left;
		width:280px;
		height:270px;
		margin:0 0 0 15px;
		display:inline;
	}
	.club{background:url(../imagenes/fondos/imagen_club.jpg) no-repeat;}
	.mision{background:url(../imagenes/fondos/imagen_mision.jpg) no-repeat;}
	.socios{background:url(../imagenes/fondos/imagen_socios.jpg) no-repeat;}
	.contacto{background:url(../imagenes/fondos/imagen_contacto.jpg) no-repeat;}
	
	#menu{
		float:left;
		width:225px;
		margin:0 0 0 43px;
		display:inline;
	}
		#menu a{
			float:left;
			background:url(../imagenes/flecha_rosa.jpg) center left no-repeat;
			padding:7px 0 7px 25px;
			width:200px;
			* width:100%;
			font-size:14px;
			color:#10515C;
			text-decoration:none;
			/*line-height:30px;*/
			border:none;
			border-bottom:1px solid #C5C5C5;
		}
			#menu a:hover{
				color:#CC0066;
			}
			#menu a.selec{
				color:#CC0066;
			}
	#comunidades{
		float:left;
		width:100%;
		margin:50px 0 0 0;
	}
#columna_contenido{
	float:left;
	width:525px;
	margin:20px 0 0 0;
}
	#linea{
		float:left;
		width:100%;
		height:20px;
		border-bottom:1px solid #D9D9D9;
	}
	#rectangulo_amarillo{
		float:left;
		background:#F5FFCC;
		width:495px;
		* width:100%;
		padding:15px;
		color:#6C8D29;
		font-style:italic;
		line-height:16px;
	}
#pie{
	float:left;
	background:url(../imagenes/fondos/linea_pie.jpg) top repeat-x;
	width:843px;
	font-size:11px;
	line-height:14px;
	color:#666666;
	text-align:center;
	padding:20px 0 0 0;
	margin:60px 0 30px 30px;
	display:inline;
}