/* aba_beige template for joomla. */
/* modificado por Snoopy para la  */
/* Federación de Asociaciones de  */
/* Fiestas de Moros y Cristianos  */
/* "Santa Cruz" de Abanilla       */


/********************
 **                **
 **    Main Menu   **
 **                **
 *******************/
 
* a.mainlevel:link, a.mainlevel:visited {
font-size : 12px;
padding-left : 0px;
text-indent : 10px;
width : 170px;
display : block;
line-height : 22px;
margin-bottom : 2px;
border : 2px solid #e0d8d0;
text-decoration : none;
font-weight : normal;
color : #f9f9f9;
overflow: hidden;
background : url(../images/mainlevel.jpg) no-repeat;
}
* html > body a.mainlevel {
width : 170px;
}
* a.mainlevel:hover {
background-image : url(../images/mainlevel_hover.jpg);
text-decoration : none;
border : 2px solid #e0d8d0;
color : #3D250D;
overflow: hidden;
}
* a.mainlevel#active_menu {
background-image : url(../images/mainlevel_active.jpg);
text-decoration : none;
border : 2px solid #e0d8d0;
color : #3D250D;
overflow: hidden;
}
div.module div div div div img {
clear: both;
margin: 8px 0 0 0;
float : left;
}

/* primer sublevel*/
* a.sublevel:link, a.sublevel:visited {
padding : 0;
margin : 0;
font-size : 11px;
text-indent : 7px;
width : 157px;
display : block;
line-height : 22px;
margin-bottom : 2px;
border : 2px solid #e0d8d0;
text-decoration : none;
font-weight : normal;
color : #f9f9f9;
background : url(../images/submainlevel2.jpg) no-repeat;
float: right;
white-space: nowrap;
overflow: hidden;
}
* html > body a.sublevel {
width : 157px;
}
* a.sublevel:hover {
text-decoration : none;
width : 157px;
background : url(../images/submainlevel2_hover.jpg) no-repeat;
border : 2px solid #e0d8d0;
color : #3D250D;
overflow: hidden;
}
* a.sublevel#active_menu {
text-decoration : none;
width : 157px;
background : url(../images/submainlevel2_active.jpg) no-repeat;
border : 2px solid #e0d8d0;
color : #3D250D;
overflow: hidden;
}
* html > body a.sublevel:hover, a.sublevel#active_menu {
width : 157px;
}


/* segundo sublevel*/
* a.subsublevel:link, a.subsublevel:visited {
padding : 0;
margin : 0;
font-size : 11px;
text-indent : 7px;
width : 149px;
display : block;
line-height : 22px;
margin-bottom : 2px;
border : 2px solid #e0d8d0;
text-decoration : none;
font-weight : normal;
color : #f9f9f9;
background : url(../images/subsubmainlevel.jpg) no-repeat;
float: left;
white-space: nowrap;
overflow: hidden;
}
* html > body a.subsublevel {
width : 149px;
}
* a.subsublevel:hover {
text-decoration : none;
width : 149px;
background : url(../images/subsubmainlevel_hover.jpg) no-repeat;
border : 2px solid #e0d8d0;
color : #3D250D;
overflow: hidden;
}
* a.subsublevel#active_menu {
text-decoration : none;
width : 149px;
background : url(../images/subsubmainlevel_active.jpg) no-repeat;
border : 2px solid #e0d8d0;
color : #3D250D;
overflow: hidden;
}
* html > body a.subsublevel:hover, a.subsublevel#active_menu {
width : 149px;
}