@charset "utf-8";
/* CSS Document */
#masterdiv a{
	text-decoration:none;
}

.menu{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
	width: 166px;
	margin-bottom:10px;
	margin-left: 28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	height: auto;
	
}
.menu_priv{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
	width: 166px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	height: auto;
	margin-right: 15px;
	margin-top: 30px;
	
}
.menutitle{
	cursor:pointer;
	background-color:#E6E6E6;
	color:#666;
	width:156px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	font-weight:bold;
	min-height:21px;
	background-image:url(../img/fondo-menu-flecha-der.png);
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.menutitle a{
	text-decoration:none;
	color:#666;
}
.menutitle a:hover{
	text-decoration:none;
	color:#666;
}
.menutitle_texto{	
	color:#666;
	width:131px;
	
	padding-right:25;
	
	text-align:left;
	font-weight:bold;
	height:auto;
}
.menutitle_texto a{
	text-decoration:none;
	color:#666;
}
.menutitle_texto a:hover{
	text-decoration:none;
	color:#666;
}


.submenutitle{
cursor:pointer;
margin-bottom:5px;
color:#000000;
width:156px;
padding-left:10px;
text-align:left;


}

.submenutitle a{
	color:#000000;
	text-decoration:none;
}
.submenutitle a:hover{
	color:#000000;
	text-decoration:none;
}
.elemento{
	width:151px;
	padding-left:15px;
	margin-bottom:5px;
	font-size:0.8em;

}
.elemento a{
	text-decoration:none;
	color:#666;
}
.elemento a:hover{
	text-decoration:none;
	color:#333;
}
.elemento a:active{
	text-decoration:none;
	color:#333;
}
.cabecera_menu {
	float: left;
	width: 190px;
	height: 38px;
	margin-left: 22px;
	
}
.menu_catalogo {
	float: left;
	width: 166px;
	height: auto;
	
}
.menu_catalogo_priv {
	float: left;
	width: 166px;
	height: auto;
	
}

