/* CSS Document */

#menu_arriba {
		float:left;
		width:100%;
		background:none;
		font-size:90%;
		line-height:normal;
		border-bottom:1px solid #BCD2E6;
	}

#menu_arriba ul {
		margin:0;
		padding:10px 10px 0 50px;
		list-style:none;
	}
	
#menu_arriba li {
		display:inline;
		margin:0;
		padding:0;
	}
	
#menu_arriba a {
		float:left;
		background:url("../img/fondo_menu_arriba.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
	}
	
#menu_arriba a span {
		float:left;
		display:block;
		background:url("../img/fondo_menu_arriba_2.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#627EB7;
	}

/* Commented Backslash Hack hides rule from IE5-Mac */
#menu_arriba a span {float:none;}
/* End IE5-Mac hack */

#menu_arriba a:hover span {
		color:#627EB7;
	}
	
#menu_arriba a:hover {
		background-position:0% -42px;
	}
	
#menu_arriba a:hover span {
		background-position:100% -42px;
	}

#menu_arriba #current a {
		background-position:0% -42px;
	}
	
#menu_arriba #current a span {
		background-position:100% -42px;
	}
	
.TBCabecera {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcd2e6;
	background-color: #FFFFFF;
	}
	
.TDCabecera1 {
		background-image: url(../img/fondo1.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}

.TDCabecera3 {
	background-image: url(../img/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-bottom: 5px;
	}
	
#menu_cabecera {
		position:absolute;
		left:0px;
		top:60px;
		width:100%;
		height:37px;
		z-index:1;
	}
	
#logo {
		position:absolute;
		left:0;
		top:7px;
		width:100%;
		height:38px;
		z-index:2;
	}

#idiomas {
	width:100%;
	height:20;
	z-index:1;
	text-align: center;
}
#idiomas a {
	margin:0;
	padding-right:10;
	color: #333333;
	text-decoration:none;
	font-family: Verdana;
	font-size: 10px;
	}
#idiomas a:hover {
	color: #FF0000;
	}

