@CHARSET "ISO-8859-1";

body {
	background:#FFFFFF;
	text-align:center;
	margin:0;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}

a{
	color:#666666;
	text-decoration: none;
}
#contenedor{
	width: 952px;
	margin: auto;
	background:url("../img/lgris.jpg") left repeat-y;
}

#menu{
	min-height:400px;
  	height:auto !important;
  	height:400px;  
	width: 230px;	
	margin: 0;
	text-align: left;
	float: left;	
	padding-top: 150px;
	background: url("../img/menu.jpg") no-repeat;	
}

#encabezado{
	width: 100%;
	height:48px;	
	text-align: left;
}

#contenido{
	min-height:550px;
  	height:auto !important;
  	height:550px;
	
	
	width: 720px;	
	margin: 0;
	text-align: left;
	float: left;	
}

#pie{
	clear: both;
	width: 100%;
	height: 30px;
	background: url("../img/base.jpg") right;
	color: white;
	padding-top: 6px;
}

#pieHome{
	clear: both;
	width: 100%;
	height: 30px;
	background: url("../img/baseHome.jpg") right;
	color: white;
	padding-top: 6px;
}


#loginMiembros{
	display: block;
	width: 100%;
	height: 22px;
	background: url("../img/botonreg.jpg") no-repeat left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 165px;	
}

#loginMiembros:hover{
	text-decoration: underline;
}

#tituloHome{
	display: block;
	color:red;
	margin-top: 293px;
	padding-left: 15px;
	font-weight: bold;
}

#listaHome{
	color: white;
	list-style: disc;	  	
}
#listaHome li{
	margin-bottom: 10px;		
}

#listaMenu li{
	margin-bottom: 10px;	
	background: url("../img/plecamenu.jpg") bottom no-repeat left;	
	padding-left: -35px;
	padding-bottom: 2px;
	list-style: url("../img/bullet.jpg");
}


