@charset "utf-8";
/* CSS Document */

.accordeon {	
	margin: 0px;
	zoom:1; /* ie */
	width:229px;
	padding: 0px;
	margin-bottom: 10px;
}
.accordeon-contenido{
	margin:0px;
	zoom:1; /* ie */
	width:229px;
	padding: 0px;
	overflow:hidden;
}

.menu_head{
	cursor: pointer;	
}

.opt-accordeon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align:right;	
	margin:0 0 4px 0;
	height: 23px;
	position: relative;
	padding: 10px 55px 0 0;
	line-height: 1;
	color: #333333;	
}

.doble{
	padding-top: 5px;
	height: 28px;
}
.opt-accordeon a{
	text-decoration: none;
	color: #333333;
}
	
.body {
	display:none;
	overflow:hidden;
}

.body p{
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 0.8em;
	margin:0;
	padding:2px 10px 2px;
	border-bottom: solid 1px #d9dbe2;
	border-top: none;
	color: #333333;
}

.body a:hover{
	color: #900;
}

.body ul{
	margin: 15px 0 15px 15px;
}
.body li{
	text-align:right;	
	margin: 5px 0 5px 0;
}
.body p a{
	display:block;
	margin:0;
	text-decoration: none;
	color: #333333;
}

.fondo-gris{
	background-color: #f6f6f6;
	border-left: solid 1px #CCC;
}
.fondo-fotos{
	background: url(../imagenes/menu-izquierda/foto-galeria.png) no-repeat;
}
.fondo-videos{
	background: url(../imagenes/menu-izquierda/video-galeria.png) no-repeat;
}
.fondo-pw{
	background: url(../imagenes/menu-izquierda/informacion-general.png) no-repeat;
}
.fondo-moscu{
	background: url(../imagenes/menu-izquierda/moscu-crocus-expo.png) no-repeat;
}
.fondo-catalogo{
	background: url(../imagenes/menu-izquierda/catalogo.png) no-repeat;
}