/* CSS Document */

/************** MENU PRINCIPAL **************/
div.ctrl_menu_principal{
	float:left;
	width:100%;
	margin:-5px 0 0 0;
	padding:0;
	background:url(../../images/default2/fondo_menu_principal.gif) top left no-repeat;
}
	div.ctrl_menu_principal ul{
		float:left;
		width:auto;
		min-height:36px;
		margin:0;
		padding:0 0 0 120px;
		list-style-type:none;
	}
		*>div.ctrl_menu_principal ul{	
			min-height:36px;
			height:auto;
		}
	div.ctrl_menu_principal ul li{
		width:auto;
		display:block;
		height:51px;
		float:left;
		margin:0;
		padding:0 10px 0 10px;
		text-align:center;
		overflow:visible;
		background:url(../../images/default2/fondo_boton_menu_principal.gif) top left repeat-x;
	}
	div.ctrl_menu_principal ul li img{
		display:none;
	}	

	div.ctrl_menu_principal ul li a{
		float:left;
		width:auto;
		padding:22px 0 0 0;
		color:#000;
		text-transform:uppercase;
		font-size:11px;	
		font-weight:normal;
		font-family:Century Gothic, Verdana;
		text-decoration:none;
	}
	div.ctrl_menu_principal ul li a:hover{
		border-bottom:1px dotted #000;
	}
	div.ctrl_menu_principal ul li a.selec{
		width:auto;
		float:left;
		font-size:11px;
		margin:0;
		padding:22px 0 0 0;
		text-align:center;	
		color:#b67607;	
	}
	div.ctrl_menu_principal ul li a.selec:hover{
		border-bottom:1px dotted #b67607;
	}
	div.ctrl_menu_principal ul li.separador_izq{
		width:4px;
		height:51px;
		float:left;
		margin:0;
		padding:0;
		background:url(../../images/default2/separador_izq_boton_menu_principal.gif) top left no-repeat;
	}	
	div.ctrl_menu_principal ul li.separador_dcha{
		width:4px;
		height:51px;
		float:left;
		margin:0;
		padding:0;
		background:url(../../images/default2//separador_dcha_boton_menu_principal.gif) top left no-repeat;
	}		

/***********/
div.ctrl_menu{
	float:left;
	width:96%;
	height:auto;
	margin:0;
	border:1px solid #aeaeae;
	
}
	div.ctrl_menu .cabecera_menu{
		float:left;
		width:100%;
		height:13px;
		margin:0;			
	}
		div.ctrl_menu .cabecera_menu .sup_izq{
			position:relative;
			float:left;
			top:-1px;
			left:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_sup_izq.gif) top left no-repeat;
		}
		
		div.ctrl_menu .cabecera_menu .sup_dcha{
			position:relative;
			float:right;
			top:-1px;
			right:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_sup_dcha.gif) top left no-repeat;
		}	
	div.ctrl_menu ul{
		float:left;
		width:96%;
		height:auto;
		margin:0;
		padding:0 2% 0 2%;
		list-style-type:none;
	}
	div.ctrl_menu ul li{
		float:left;
		width:100%;
		margin:0;
		height:60px;
		background:url(../../images/default2/fondo_separador_enlaces.gif) bottom left repeat-x;

	}
		div.ctrl_menu ul li a{
			display:block;
			position:relative;
			float:left;
			width:100px;
			height:50px;
			margin:15px 0 0 0;
			text-transform:uppercase;
			text-decoration:underline;
			color:#7f7f7e;
			font-size:13px;
		}	

	div.ctrl_menu ul li img{
		display:block;
		width:87px;
		height:50px;
		position:relative;
		float:left;
		margin:0 5% 0 0;
	}
	*>div.ctrl_menu ul li img{
	    margin:0 5% 0 3%;
	}
	div.ctrl_menu ul li.separador_dcha{
		display:none;

	}
	div.ctrl_menu ul li.separador_izq{
		display:none;
	}
	div.ctrl_menu ul li.selec{
		float:left;
		width:100%;
		margin:0;
		height:60px;
		background:url(../../images/default2/fondo_separador_enlaces.gif) bottom left repeat-x;
	}

	div.ctrl_menu ul li a.selec{
			display:block;
			position:relative;
			float:left;
			width:100px;
			height:50px;
			margin:15px 0 0 0;
			text-transform:uppercase;
			text-decoration:underline;
			color:#a6d2df;	
			font-size:14px;
			font-weight:bold;
	}
	
	div.ctrl_menu .pie_menu{
		float:left;
		width:100%;
		height:13px;
		margin:0;			
	}
		div.ctrl_menu .pie_menu .inf_izq{
			position:relative;
			float:left;
			bottom:-1px;
			left:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_inf_izq.gif) top left no-repeat;
		}
		
		div.ctrl_menu .pie_menu .inf_dcha{
			position:relative;
			float:right;
			bottom:-1px;
			right:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_inf_dcha.gif) top left no-repeat;
		}	

