html {
	margin: 0;
	padding: 0;
	background: transparent url(../imagenes/fondo.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.8em/1.4em "Trebuchet MS", Tahoma, Verdana, Arial, Georgia, sans-serif; 
	text-align: center;
	background: transparent url(../imagenes/logo.jpg) no-repeat center top;
}

#contenedor {
	margin: 0px auto;
	padding: 0 0 70px 0;
	width: 700px;
	border: none;
	text-align: left;
	background: url(../imagenes/fondo_fin.jpg) no-repeat left bottom;
}

#inicio span {
	position: absolute;
	left: -10000px;
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
	background: White;
	border-bottom: 1px solid #ccc;
}

a:hover {
	text-decoration: none;
	color: #94AB36;
	background: White;
	border-bottom: 1px solid #ccc;
}
blockquote {
	background: White url(../imagenes/blockquote2.gif) no-repeat bottom right;
	color: Black;
	margin: 0;
	padding: 0 20px 0 0;
}
blockquote span{
	background: White url(../imagenes/blockquote.gif) no-repeat top left;
	color: Black;
	margin: 0;
	padding: 0 0 0 20px;
}
#apartados div {
	top: 150px;
	position: relative;
	left: 60px;
	width: 340px;
	padding-bottom: 29px;
	text-align: justify;
}
#mapas {
	top: 150px;
	position: relative;
	left: 60px;
	width: 345px;
}
#apartados p {
	color: #5A5532;
	background: White;
}

#fin{
	padding-top: 140px;
}
#fin a, #fin a:visited {
	padding: 5px;
	border: 1px solid #f4f4f4;
	background: #fff;
	color: #94AB36;
}
#fin a:hover {
	padding: 5px;
	border: 1px solid #993300;
	background: #94AB36;
	color: #fff;
}

#buscadores p {
	padding: 20px;
	margin-top: 50px;
	font-size:10px;
}

/*************************  MENU ******************************/
#menus{
	position: absolute;
	left:auto; 
	right:auto; 
	top: 180px;
	margin-left: 410px;
	width: 196px;
	background: url(../imagenes/fondo_menu.jpg) no-repeat left top;
	padding-left: 30px;
	font-size: 0.9em;
}
#menus ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menus ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ECEFD7;
}

#menus ul li a, #menus ul li a:visited {
	border-bottom: none;
}
#menus ul li a:hover, #menus ul li a.sel {
	background: #94AB36;
	color: White;
	padding-left: 5px;
}
#menu{
	padding: 0 0 100px 0;
	margin: 0;
	background: url(../imagenes/mini_logo.gif) no-repeat right bottom;
}
#menu_principal {
	margin-bottom: 20px;
}
#menu_principal ul li {
	background: transparent url(../imagenes/ave.jpg) no-repeat 0 4px;
	padding: 3px 0 3px 25px;
}

#menu_principal a {
	display: block;
	font-size: 1.1em;
	color: #789B51;
	background: White;
}
#menu_principal a.c {
	display:inline;
	margin:0;
	padding:0;
	font: normal 1.0em/0.9em Verdana, Arial, Tahoma, sans-serif;
	color: #B9B9B9;
	background: White;
	letter-spacing: -1px;
}


/************ MENUS IDIOMA ******************/
#m_idioma {
	position: absolute;
	top: 10px;
	font-size: 0.9em;
}
#m_idioma h3{position: absolute;
	left: -10000px;}
#m_idioma a {
	font-size: 1.1em;
	color: Black;
	background: #FDF8E2;
}
#m_idioma ul li {
	background: transparent url(../imagenes/ico_bocata.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
}
#m_idioma ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* ------------------------------ IMAGENES ---------------------------------*/
img {	vertical-align: middle;}
.img-left,.img-right,.img-center{ border:1px solid #EEB402; padding: 5px;}
.img-left{ float: left;  margin: 0 20px 5px 0; border:1px solid #EEB402; padding: 5px;}
.img-right{  float: right;  margin: 0 0 15px 15px; }
.img-center{  margin: 10px auto; padding: 5px 5px 5px 5px; border: 1px solid #eeeeee;}
img.img-center,img.img-left,img.img-right {margin-bottom: 5px;}