/* CSS Document */
/* COLORES INSTITUCIONALES ......................................................................*/
/* azul  color: #0c76bb;
/* naranja  color: #c65c00;

	
/* Menu header  ............................................................................................. */
	
#menu-header{
	margin: 0;
	padding: 10px 0 0 0;
	width: 576px;
	height: 32px;
}
ul.header-top{
	padding: 0;
	margin:0;
	list-style:none;
	height: 30px;
}
ul.header-top li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float:left;
	margin: 0;
	padding:0;
	height: 30px;
	list-style:none;
}
ul.header-top li a{
	text-decoration: none;
	color: #959595;
	display:block;
	padding: 0;
	margin: 0 4px 0 0;
	text-align:center;
	border: 1px solid #e3e3e3;
	background: url(../img/bg_button.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#f5f5f5;
	height: 30px;
	line-height: 30px;
	width:110px;
}
ul.header-top li a:hover{
	text-decoration: none;
	padding: 0;
	margin: 0 4px 0 0;
	color:#0c76bb;
	display:block;
}
ul.header-top li a.active{
	text-decoration: none;
	color:#0c76bb;
	border: 1px solid #bdd9ea;
	background: url(../img/bg_button_ov.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#e0edf5;
}
ul.header-top li.fix a{
	text-decoration: none;
	color: #959595;
	display:block;
	padding:0;
	margin: 0;
	text-align:center;
	border: 1px solid #e3e3e3;
	background: url(../img/bg_button.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#f5f5f5;
	height: 30px;
	line-height: 30px;
	width:110px;
}
ul.header-top li.fix a:hover{
	text-decoration: none;
	color:#0c76bb;
	display:block;
	padding:0;
	margin: 0;
}
ul.header-top li.fix a.active{
	text-decoration: none;
	color:#0c76bb;
	border: 1px solid #bdd9ea;
	background: url(../img/bg_button_ov.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#e0edf5;
	display:block;
	padding:0;
	margin: 0;
}


/* Menu Leftcol  ............................................................................................. */

#menu-leftcol{
	margin:0 0 5px 0;
	padding: 0;
	width: 180px;
}
ul.menu-left {
	padding: 0;
	margin:0;
	list-style: none;
}
ul.menu-left li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin:0;
	list-style:none;
}
ul.menu-left li a{
	text-decoration: none;
	color: #959595;
	display:block;
	padding: 4px 0 5px 0;
	text-align:center;
	border: 1px solid #e3e3e3;
	margin: 0 0 3px 0;
	background: url(../img/bg_button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 178px;
}
ul.menu-left li a:hover{
	text-decoration: none;
	padding: 4px 0 5px 0;
	color:#0c76bb;
	display:block;
}
ul.menu-left li a.active{
	text-decoration: none;
	padding: 4px 0 5px 0;
	color:#0c76bb;
	border: 1px solid #bdd9ea;
	background: url(../img/bg_button_ov.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
