@charset "utf-8";
/* CSS Document */
/* Menu de la cabecera*/

ul {
	list-style-type: none;
	background-image:url(../img/cabecera.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	
	height: 50px;
	width: 833px;
	margin: auto;
	}
	
	li {
	float: left;
	
	}
	
	ul a {
	background-image:url(../img/navi_bg_divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
	ul a:hover {
	color: #371C1C;
	font-weight: bold;
	}
	
	a.submenu{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#293e52;
	font-weight:bold;
	text-decoration: none;
	padding-left:5px;
	}
	
	a.submenu:hover{
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	}
	
	
	a.submenu_inferior{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#293e52;
	font-weight:bold;
	text-decoration: none;
	padding-left:5px;
	}
	
	a.submenu_inferior:hover{
	color: #009cff;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	}
	
	
	
