/* CSS Document */

/************** MENU PRINCIPAL **************/
div#ctrl_menu.ctrl_menu_principal{
	float:right;
	margin:10px 25px 0 0;
	padding:0;	
	height: auto;
	position: relative;
	font-family:Arial;
}
	div#ctrl_menu.ctrl_menu_principal img{
		display: none;
	}
	#ctrl_menu.ctrl_menu_principal ul{
		float: left;
		width: 100%;
		list-style: none;
	}
	#ctrl_menu.ctrl_menu_principal ul li{
		float: left;
		width: auto;
		margin:0 15px 0 15px;
	}
	#ctrl_menu.ctrl_menu_principal ul li a{
		font-size:12px;
		color: #DADDDE;
		text-transform:uppercase;
		text-decoration: none;
		font-weight:bold;
	}

	#ctrl_menu.ctrl_menu_principal ul li a.selec{
		padding:0 0 15px 0;
		font-size:12px;
		color: #FFF;
		text-transform:uppercase;
		text-decoration: none;
		background:url(/udecontrol2/web/images/Gris2.0/menu_selec.gif) bottom no-repeat;
	}
	#ctrl_menu.ctrl_menu_principal ul li a:hover{
		color: #FFF;
	}
/***********/
div#ctrl_menu.ctrl_menu{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px solid #EB9D00;
	text-align: center;
}
	div#ctrl_menu.ctrl_menu img{
		display: none;
	}
	div#ctrl_menu.ctrl_menu ul{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		list-style-type:none;
		
	}
	div#ctrl_menu.ctrl_menu ul li{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
	}
	div#ctrl_menu.ctrl_menu ul li.selec{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0;
	}
	/*div#ctrl_menu.ctrl_menu ul li:hover{
		background:gray;
	}*/

	div#ctrl_menu.ctrl_menu ul li a:hover{
		background:gray;
		color: white;
	}
	div#ctrl_menu.ctrl_menu ul li a{
		width:100%;
		height:26px;
		float:left;
		margin:0;
		padding:10px 0 0 0;
		text-align:center;	
		color:gray;
		font-size:18px;	
		text-decoration: none;
		font-weight: bold;
	}
	div#ctrl_menu.ctrl_menu ul li a.selec{
		width:100%;
		height:26px;
		float:left;
		margin:0;
		padding:10px 0 0 0;
		text-align:center;
		background:url(../../img/fondo_menu_li_selec.gif) gray;	
		color:white;
		font-size:18px;
		font-weight: bold;
		
	}
	
	/***********************MENU LATERAL IZQUIERDO   ****/

div.ctrl_destacados{
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	background:#EAEAEA;
	border:2px solid #CECDCE;
}
	div.ctrl_destacados p.titulo{
		float:left;
		width:100%;
		height:20px;
		margin:0;
		padding:5px 0 0 0;
		background:#EB9D00;
		text-transform:uppercase;
		color:#FFFFFF;
		text-align:center;
	}

	div.ctrl_destacados ul{
		float:left;
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		list-style-type:none;
	}
	div.ctrl_destacados ul li{
		float:left;
		width:100%;
		margin:10px 0 10px 0;
	}
	
		div.ctrl_destacados ul li.selec{
		float:left;
		width:100%;
	}
	
	div.ctrl_destacados ul li img{
		width:75%;
		height:100px;
		float:left;
		margin:0 0 0 12%;
		border:2px solid #EB9D00;
		overflow:hidden;
	}
	div.ctrl_destacados ul li a{
		width:100%;
		float:left;
		margin:2% 0 0 0;
		font-size:13.5px;
		color: #EB9D00;
		font-size:11px;
		text-decoration: none;
		text-align:center;
		font-weight:bold;

	}
		div.ctrl_destacados ul li a:hover{
			text-decoration:underline;
		}
	div.ctrl_destacados ul li span{
		width:55%;
		float:left;
		margin:0 0 0 3%;
		font-family:"trebuchet MS";
		font-size:10px;
		text-transform:lowercase;
		color:#2B5C95;
		
	}
