@charset "utf-8";
/* CSS Document */
	
	
	#menuElementosWeb{
	margin: 0px 0px 0px 10px;
	width: 200px;
	float:left;
	}

	#menuElementosWeb ul, #menuElementosWeb li{float:left;margin:0; border:0; list-style:none; padding:0;}
	#menuElementosWeb ul {
	width: 200px;
}

	#menuElementosWeb a {
	color: #FFF;
	text-decoration:none;
	padding: 5px 4px 2px 5px;
	margin:0;
	width: 200px;
	}
	#menuElementosWeb a:hover {
	text-decoration:none;
	font-weight: bold;
}	
	#menuElementosWeb li {
	display:block;
	position:relative;
	margin:2px 0px;
	width:200px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f3132;
	list-style: none;
	float:right;
	text-align:right;
	text-decoration: none;
}
	#menuElementosWeb li span {float:right; position:relative; z-index:10; /*padding:4px 4px 4px 6px;  */border-bottom:none; line-height:18px;  padding:0px; }	
	#menuElementosWeb li span a {
	float:left;
	padding:2px 0px 2px 25px;
	color:#e20a17;
	text-decoration:none;
	font-weight: bold;
	border-top: 2px solid #CCCCCC;
}	
	
	/*#menuElementosWeb li span.over { padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }*/
	*+html #menuElementosWeb li span.over {
	padding-bottom:3px;
 
} /* IE6 */ 
	#menuElementosWeb li span.over a {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
	#menuElementosWeb li span.over a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #e20a17;
	padding-right: 5px;

}
	/*#menuElementosWeb li span.active { padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }*/
	/* *+html #menuElementosWeb li span.active {  border-top:solid 2px #E5E5E5; padding-bottom:3px; }*/
	#menuElementosWeb li span.active a { }
	#menuElementosWeb li span.active a:hover { text-decoration:underline; }	
	#menuElementosWeb img.arrow { /*margin-left:4px;*/ cursor:pointer; display:inline;}
	#menuElementosWeb div.sub_menu_flicker {
	display:none;
	position:absolute;
	left:0;
	top: 8px;
	margin-top:0px;
	margin-left:13px;
	width:200px;
	background-color: #e20a17;
	z-index:100;
	text-decoration: none;
	}
	/*
	* html #menuElementosWeb div.sub_menu_flicker { margin-top:23px; } */ /* IE6 */
	/**+html #menuElementosWeb div.sub_menu_flicker { margin-top:23px; } */ /* IE7 */
	#menuElementosWeb div.sub_menu_flicker a:link, 
	#menuElementosWeb div.sub_menu_flicker a:visited, 
	#menuElementosWeb div.sub_menu_flicker a:hover{
	display:block;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	width: auto;
	background-color: #e20a17;
	}	
	#menuElementosWeb a.item_line { border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }
	
	
	#menuElementosWeb ul li .head_menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #e20a17;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	width: 180px;
	height: auto;
}
	#menuElementosWeb ul li .head_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #BD0912;
}
	#menuElementosWeb ul span .head_menu a{
	width: 200px;
	height: auto;
	display: run-in;
}
	#menuElementosWeb ul li span .head_menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #e20a17;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	width: 200px;
	height: auto;
	display: run-in;
}
