/* @override http://localhost/~mauriciodulce/dimar/stylesheets/menuh.css */

/* @override http://localhost/~mauro/dimar/stylesheets/menuh.css */

/* ####################### */
/* Estilos Menu Horizontal */


/* Div general del menu */
div.menuh {
	background: url(../images/template/bg_menu.jpg) repeat-x;
	width: 680px;
	margin: 9px auto 0;
	height: 30px;
	
}
.contanido .menuh {
	width: 100%;}

/* Tabla General del menu */
div.menuh table.tabla {
	height: 30px;

}

div.menuh table.tabla td.hmenu {
	padding-top: 6px;;
	
}

div.menuh table.tabla td.hmenu a {
	font-weight:bold;
	font-size:13px;
	color:#003366;
	background:none;
	display:block;
	white-space: nowrap;
	padding: 0 20px;
}

div.menuh table.tabla td.hmenu a:hover {
	background: transparent;
	color: #3366CC;
}


div.menuh table.tabla td.hspacer br {
	height:0px;	width:0px; margin:0px; padding:0px;
	background-repeat: repeat-x;
}

div.menuh table.tabla td.hspacer {
	/*display:none; <--- esta opción deshabilita los separadores entre items padre */
	width:15px;
	background: url(../images/Template/bullet_hmenu.jpg) no-repeat;
}

div.menuh table.tabla td.hmenu table.hsubmenu {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 0 20px;
}

div.menuh table.tabla td.hmenu table.hsubmenu td.vspacer br{
	height:0px;	width:0px; margin:0px; padding:0px;
}

div.menuh table.tabla td.hmenu table.hsubmenu td.vspacer{
	height:5px; /* esta altura define la separación vertical entre los menús padres y sus hijos */
	border:none;
}	

div.menuh table.tabla td.hmenu table.hsubmenu td.hitem {
	border:1px solid #CCC;
	border-bottom:none;
}

div.menuh table.tabla td.hmenu table.hsubmenu td.hitem a {
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	background:#EBEBF1;
	text-decoration:none;
	color:#021943;
}

div.menuh table.tabla td.hmenu table.hsubmenu td.hitem a:hover {
	background:#021943;
	color:#FFFFFF;
}

a.cssNewsTitle {
	border: none;
	
}






