
/* CSS DocumentO--------FCNdipro-ATEGEST--Menu arriba---------------------------- */


#menuAR {
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menuAR ul, li {
	list-style-type: none;
}

#menuAR ul {
	margin: 0;
	padding: 0;
}

#menuAR li {
	float: left;
}

#menuAR a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 1px 15px;
	text-align: center;
	border-top: 0px solid #ACCFE8;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #ACCFE8;
	border-left: 1px dotted #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}


#menuAR a#primero:hover {
	border-left: 1px dotted #77C8C8;
}


#menuAR a#fondo {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000000;
	background-color: #FFF;
}
#menuAR a#fondo:hover {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ffffff;
	background-color: #666;
}


#menuAR a#contactar {
	padding-right: 15px;
	padding-left: 35px;
	background-image: url(inicio/Tlf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menuAR a#contactar:hover {
	background-color: #000000;
	background-image: url(inicio/Tlf-f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuAR a#idiomas {
	border-right: 1px dotted #000000;
}

#menuAR a#idiomas:hover {
	border-right: 1px dotted #77C8C8;
}
#menuAR a#fondoIdiomas {
	border-right: 1px dotted #77C8C8;	
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000000;
	background-color: #FFF;
}
#menuAR a#fondoIdiomas:hover {
	border-right: 1px dotted #77C8C8;
    padding-bottom: 5px;
	padding-top: 5px;
	color: #ffffff;
	background-color: #666;
}

#menuAR a:hover {
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px dotted #77C8C8;
	background-color: #333333;
}