h1.cabeceraPantalla{
	color: #f0f0f0;
	/*background-color: #336699;*/
	background-color: #4d4d4d;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
	margin: 0px;
	font-weight: 400;
	height: 33px;
}


/* LISTA MENU */
.indentmenu_small{
	background-color:#94aec7;
}
.identmenu_small a,
.identmenu_small a:visited,
.identmenu_small a:hover,
.identmenu_small a:active,
.identmenu_small a:link{color:#FAFAFA;}


/* MENU COLORES */
#leftSideBar{
background-color:#AEB8E6;
}
.menuLeft,
.menuLeft a{color:#333333;}

.menuLeft ul li ul{
	background-color:#F7F7F7;
}

.ul_menu_left{
	background-color:#2a6e9f;
}

.menuLeft a.overItemSubMenu:hover{
	background-color:#BBD8FF/*#94aec7*/;
}
.menuLeft a.selectItemSubMenu,
.menuLeft a.selectItemSubMenu:hover,
.menuLeft a.selectItemSubMenu:active,
.menuLeft a.selectItemSubMenu:visited,
.menuLeft a.selectItemSubMenu:link{
	background-color:#7EB8FD/*#2E4198*/;
	/*color:#FFFFFF;*/
}

.menuLeft li.outItemMenu{
	background:transparent url(../images/fama/iconosMenuLeft/fxMenuLeftOptionBG.gif) left top repeat-x !important;
}
.menuLeft li.overItemMenu{
	background:transparent url(../images/fama/iconosMenuLeft/fxMenuLeftOptionBG_over3.gif) left top repeat-x !important;
}

.menuLeft li.openItemSubMenu{
	background:transparent url(../images/fama/iconosMenuLeft/fxMenuLeftOptionBG_over3.gif) left top repeat-x !important;
	/*color:#FFFFFF;*/
	color:#333333;
}
/*
.menuLeft li.openItemSubMenu span{
	color:#333333 !important;
}
*/

.subMenuAcordeon div.defecte,
.subMenuAcordeon div.content,
.subMenuAcordeon div.calendar,
.subMenuAcordeon div.arbol {
	background:transparent url(../images/fama/iconosMenuLeft/fxMenuArbolOptionBG.gif) left top repeat-x !important;
	color:#FFFFFF;
}

.subMenuAcordeon a,
.subMenuAcordeon a:link,
.subMenuAcordeon a:visited,
.subMenuAcordeon a:hover,
.subMenuAcordeon a:active{color:#FFFFFF;}

.subMenuAcordeon div.arbol a,
.subMenuAcordeon div.arbol a:link,
.subMenuAcordeon div.arbol a:visited,
.subMenuAcordeon div.arbol a:hover,
.subMenuAcordeon div.arbol a:active{color:#FFFFFF;}

/* LISTA SELECCION */
table.campoLista tr.selectedRow{background-color:#7682BC;color:#FFFFFF;}