/*CSS Botonera*/
DIV#botonera{
	width:960px;
	float:left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
}
DIV#rellenobotonera{
	background-image:url(../images/rellenobotonera.png);
	width:334px;
	height:29px;
	float:left;
}
A.botonera{
	text-decoration:none;
}
A:link DIV#botinicio, A:visited DIV#botinicio{
	background-image:url(../images/bot_inicio.png);
	background-repeat:no-repeat;
	width:82px;
	height:29px;
	color:#336600;
	float:left;
}
A:hover DIV#botinicio{
	background-image:url(../images/bot_inicio_on.png);
	background-repeat:no-repeat;
	width:82px;
	height:29px;
	color:yellow;
	float:left;
}
A:link DIV#botqsomos, A:visited DIV#botqsomos{
	background-image:url(../images/bot_qsomos.png);
	background-repeat:no-repeat;
	width:138px;
	height:29px;
	color:#336600;
	float:left;
}
A:hover DIV#botqsomos{
	background-image:url(../images/bot_qsomos_on.png);
	background-repeat:no-repeat;
	width:138px;
	height:29px;
	color:yellow;
	float:left;
}
A:link DIV#botasoc, A:visited DIV#botasoc{
	background-image:url(../images/bot_asociados.png);
	background-repeat:no-repeat;
	width:161px;
	height:29px;
	color:#336600;
	float:left;
}
A:hover DIV#botasoc{
	background-image:url(../images/bot_asociados_on.png);
	background-repeat:no-repeat;
	width:161px;
	height:29px;
	color:yellow;
	float:left;
}
A:link DIV#botestatut, A:visited DIV#botestatut{
	background-image:url(../images/bot_estatutos.png);
	background-repeat:no-repeat;
	width:107px;
	height:29px;
	color:#336600;
	float:left;
}
A:hover DIV#botestatut{
	background-image:url(../images/bot_estatutos_on.png);
	background-repeat:no-repeat;
	width:107px;
	height:29px;
	color:yellow;
	float:left;
}
A:link DIV#botmodalta, A:visited DIV#botmodalta{
	background-image:url(../images/bot_modalta.png);
	background-repeat:no-repeat;
	width:138px;
	height:29px;
	color:#336600;
	float:left;
	margin-right:-3px;
}
A:hover DIV#botmodalta{
	background-image:url(../images/bot_modalta_on.png);
	background-repeat:no-repeat;
	width:138px;
	height:29px;
	color:yellow;
	float:left;
	margin-right:-3px;
}
html>body A:link DIV#botmodalta, A:visited DIV#botmodalta{
	background-image:url(../images/bot_modalta.png);
	background-repeat:no-repeat;
	width:138px;
	height:29px;
	color:#336600;
	float:left;
}
html>body A:hover DIV#botmodalta{
	background-image:url(../images/bot_modalta_on.png);
	background-repeat:no-repeat;
	width:138px;
	height:29px;
	color:yellow;
	float:left;
}
DIV#bajobotonera{
	background-image:url(../images/bajobotonera.png);
	background-repeat:no-repeat;
	width:960px;
	height:30px;
	float:left;
	display:block;
}