	
/*SUBMENU CIRCUITO*/
.contienesubmenu{
	position:relative;
	float:left;
	width:25%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.capa_submenu_primera{
	position:relative;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.capa_submenu_resto{
	padding-left:5px;

}

.li_submenu_circuito{
	list-style-image:url(../circuito/images/lista_03.jpg);
	margin-left:-15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: text-top;
	font-size:0.8em;
	padding-top:2px;
	padding-bottom:2px;
}

.li_capa_elegida{
	list-style-image:url(../circuito/images/lista_03_rojo.jpg);
	background-color:#666666;
	margin-left:-15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: text-top;
	font-size:0.8em;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFFFFF;
	}

.enlaces_submenu{
	color:#333333;
	font-family:tahoma, Verdana;
	text-decoration:none;
	}

.enlaces_submenu:hover{
	color:#c00000;
	font-family:tahoma, Verdana;
	text-decoration:underline;
	}