/* CSS Document */

/*.header {
	position: relative; */
/*	background: url(../images/encabezado.jpg) bottom left no-repeat; */
/*	background-color: #165480;
	border: none;
	height: 160px; 
	margin-bottom: 7px;
	background-image: URL('../images/encabezado1.gif');
	background-repeat: no-repeat;
}*/

/* MENU HORIZONTAL */

#menuHContainer {
/*  height:27px;
  position:absolute;
  top:94px;*/
	overflow : hidden;
	display	: block;
 	position: absolute; 
	width: 100%; 
	bottom: 0; 
/*	-moz-opacity: .7; 
	opacity: .7; 
	filter: alpha(opacity=70); 
	background: url(../images/strap_line.jpg) top left repeat-x #d0eb6a; 
	font-size: 122%; 
	color: #000; 
	text-align: right; */
	
  
}

#menuH { 
  	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
   	height:27px;
	margin-bottom:25px;
	_margin-bottom:0px;
}

#menuH a {
  	padding: 2px 0px 0px 0px;
  	color: #3366CC;
  	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
	text-decoration:none;
}


/* Lista horizontal */

#menuH ul {
	padding-top:5px;
    list-style-type: none; 

}
#menuH ul li {
     display: inline; 
     padding: 5px 8px;
     float:left;
}

#menuH ul li a:hover {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF9933;
	text-decoration:underline;
}

/* MENU TABS */


#navigation {
text-align: center;
float: left; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
	overflow : hidden;
	display	: block;
 	position: absolute; 
	width: 100%; 
	bottom: 0; 
	left: 20px;
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(../images/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #0C419A;
	background: url(../images/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(../images/greenright.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}



/* MENU TABS 1 */


#menusystem{
/*	padding-right:0px;
	float:left;
	position:relative;
	margin-top:-31px; 
	margin-bottom:0px;
	bottom:0;
	left:0px; */
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/

/*	text-align: center;
float: left; 
	overflow : hidden;
	display	: block;
 	position: absolute; 
	width: 100%; 
	bottom: 0; 
	left: -30px;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
*/}

#menusystem ul{
	list-style:none;
}

#menusystem li{
	 float:left;
	 width:80px;
	 padding-left:5px;
}

#menusystem li a{
	padding-top:5px;
	text-decoration:none;
	background-image:url(../images/Solapa.gif);
	width:80px;
	height:20px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
}

#menusystem li a:hover{
	background-image:url(../images/Solapa_Selected.gif);
	color:#003778;
}

#menusystem li#sel a{
	background-image:url(../images/Solapa_Selected.gif);
	color:#003778;
}

/*------------ Edited by NANO 23/12/2006 --------------*/

.header {
	position: relative; 
	background-color: #165480;
	border: none;
	height: 160px; 
	margin-bottom: 7px;
	background-image: url('../images/encabezado1.gif');
	background-repeat: no-repeat;
}

#menusystem{
	clear:both;
	text-align: center;
	float: left;
	overflow : hidden;
	display	: block;
 	position: absolute; 
	width: 100%; 
	bottom: 0; 
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.date {
	font-family: Arial;
	font-size: small;
	display: block;
	position: absolute;
	overflow: hidden;
	float: left;
	left: 10px;
}


.weather {
	display: block;
	position: absolute;
	font-family: Arial;
	font-size:small;
	text-align: left;
	float: right;
	overflow : hidden;
	right: 10px;
	top:0;
}

.weather .colLabel {
	font-weight:bold;
	text-align:right;
}

.weather .colDato {
	text-align: left;
	padding-left: 4px;
}

