@charset "utf-8";
/* CSS Document */

#botonera-principal
{
	font-family: trebuchet, arial, verdana, helvetica, sans-serif;
	height: 28px;
	width: 640px;
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 0px;

}
#botonera-secundaria
{
	position:absolute;
	font-family: trebuchet, arial, verdana, helvetica, sans-serif;
	font-size: 0.75em;
	height:33px;
	width: 132px;
	top: -6px;
	left: 637px;
}


h3
{
font-size: 1em;
padding:0px;
margin: 0;
color: #000;
cursor:pointer;
display:block;
height:28px;
}

#menu-elclub{
background-image:url("../images/menu_elclub.png");
background-position:top left;
background-repeat:no-repeat;

}
#menu-gimnasta{
background-image:url("../images/menu_gimnastas.png");
background-position:top left;
background-repeat:no-repeat;
}
#menu-deporte{
background-image:url("../images/menu_deporte.png");
background-position:top left;
background-repeat:no-repeat;
}
#menu-prensa{
background-image:url("../images/menu_prensa.png");
background-position:top left;
background-repeat:no-repeat;
}
#menu-contacto{
background-image:url("../images/menu_contacto.png");
background-position:top left;
background-repeat:no-repeat;
}
#menu-links{
background-image:url("../images/menu_links.png");
background-position:top left;
background-repeat:no-repeat;
}
	
	
.panel_body {
height:200px;
background-color:#fff;
position:relative;
color:#000;
}

.panel{
bottom:0px;
margin:0px;
padding:0px;
filter:alpha(opacity=80);
moz-opacity:0.8;
khtml-opacity: 0.8;
opacity: 0.8;
z-index: 2;
}

/* LINKS BOTONERA */	

.sublinks ul{
list-style: none;
padding-top: 3px;
}

.links li a{
width: 113px;
display: block;
font: trebuchet, arial, verdana, lucida, sans-serif;
font-size: 11px;
text-decoration: none;
color: #666;
padding: 9px 0 9px 15px;
background: transparent url("../images/off.gif") left center no-repeat;
}



.links li a:hover {
	background: transparent url("../images/on.gif") left center no-repeat;
	color: #FF0000;
}


.panel2{
	position:absolute;
	bottom:2px;
	margin:0px;
	padding:0px;
	background-color:#ccc;
	filter:alpha(opacity=80);
	moz-opacity:0.8;
	khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 2;
	width:128px;
	left: -1px;
}

.panel3{
	position:absolute;
	bottom:-1px;
	margin:0px;
	padding:0px;
	background-color:#ccc;
	filter:alpha(opacity=80);
	moz-opacity:0.8;
	khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 2;
	left:3px;
	width:128px;
}
