﻿/*ESTILOS ACORDEON*/

.arrowlistmenu{
width: 225px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom:0px; /*bottom spacing between header and rest of content*/
cursor: pointer;
height:25px;
font:9pt Tahoma;
color: #491f02;
margin-top:5px;
}


.cabecera_menu
{
	font:9pt Tahoma;
	color: #491f02;
	background:url(../images/icono_menu_ps.gif) no-repeat left center;
	height:20px;
	display: block;
	text-decoration:none;
	padding-left: 35px;
	vertical-align:middle;
	padding-top:5px;
	text-align:left;
}

.cabecera_menu:hover
{
	background:url(../images/icono_menu_ps.gif) no-repeat left center;
	color: #dcbf95;
	height:20px;
}

.cabecera_menu2
{
	font:9pt Tahoma;
	color: #491f02;
	background:url(../images/img_menu_out2.gif) no-repeat left center;
	height:20px;
	display: block;
	text-decoration:none;
	padding-left: 35px;
	vertical-align:middle;
	padding-top:5px;
	text-align:left;
}

.cabecera_menu2:hover
{
	background:url(../images/img_menu_out2.gif) no-repeat left center;
	color: #dcbf95;
	height:20px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #ffffff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
margin-top:2px;
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
margin-left:35px;
width:190px;
}

.submenu
{
font:8pt Tahoma;
color: #491f02;
background:url(../images/icono_submenu_ps.gif) no-repeat left center;
background-color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 22px; /*link text is indented 19px*/
text-decoration: none;
text-align:left;
}

.submenu:hover{ /*hover state CSS*/
color: #dcbf95;
background-color: #ffffff;
background:url(../images/icono_submenu_ps.gif) no-repeat left center;
}

.submenu2
{
font:8pt Tahoma;
color: #491f02;
background:url(../images/img_submenu_out2.gif) no-repeat left center;
background-color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
text-align:left;
}

.submenu2:hover{ /*hover state CSS*/
color: #dcbf95;
background-color: #ffffff;
background:url(../images/img_submenu_out2.gif) no-repeat left center;
}

.txt_derechos
{
	font-family:Tahoma;
	font-size:8pt;
	color:#491f02;
	text-decoration:none;   
	
}