#cabecera {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	height: 210px;
	position: relative;
	top: 0px;
	left: 0px;	
}
#cabecera:hover {
	cursor: pointer;
}
#cabecera #contacto {
	position: absolute;
	left: 16px;
	top: 137px;
	width: 66px;
	text-align: center;
}
#cabecera #contacto a {
	color: #640000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
}

#cabecera #contacto a:hover {
	color: #FFF;
}
#cabecera #menu1 {
	position: absolute;
	top: 150px;
	left: 118px;
	width: 110px;
	height: 16px;
	vertical-align: middle;
}
#cabecera #menu1:hover {
	background-image: url(../images/menuhover.gif);
}
#cabecera #menu2 {
	position: absolute;
	top: 150px;
	left: 234px;
	width: 110px;
	height: 16px;
}
#cabecera #menu2:hover {
	background-image: url(../images/menuhover.gif);
}
#cabecera #menu3 {
	position: absolute;
	top: 150px;
	left: 350px;
	width: 110px;
	height: 16px;
}
#cabecera #menu3:hover {
	background-image: url(../images/menuhover.gif);
}
#cabecera #menu4 {
	position: absolute;
	top: 150px;
	left: 468px;
	width: 110px;
	height: 16px;
}
#cabecera #menu4:hover {
	background-image: url(../images/menuhover.gif);
}
#cabecera #menu5 {
	position: absolute;
	top: 150px;
	left: 585px;
	width: 110px;
	height: 16px;
}
#cabecera #menu5:hover {
	background-image: url(../images/menuhover.gif);
}
#cabecera #language {
	position: absolute;
	top: 2px;
	right: 10px;
}


#cabecera a.menu {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	margin-left: 6px;	
}

#cabecera ul.scriptaculously{
	list-style:none;
	text-align:left;
	width:170px;
	font-size:1em;	
	background:#fbf4d7;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:28px;
	opacity:.97;
	filter:alpha(opacity=97);
	z-index: 100;
}
html>body #cabecera ul.scriptaculously{/*ie shit*/
	position:absolute;	
	top:20px;
}
#cabecera ul.scriptaculously a:hover{
	position:relative;
	color:#84a743;
	background:none;
}
#cabecera ul.scriptaculously a{
	position:relative;
	z-index:999;
	font-weight:normal;
	margin:0;
	padding:5px 0 5px 10px;
	background:none;
	color:#000;
	display:block;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-khtml-border-radius-topleft:0;
	-khtml-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}
#cabecera li a:hover{
	color:#555;
}
#cabecera li a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding:10px 10px 0 10px;
	background:#84a743;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#ak_logotext {
	position: absolute;
	top: 117px;
	left: 520px;
}
