html {
	height: 94%;
}

body {
	margin	: 0 0 0 0;
	padding	: 0 0 0 0;
	height: 100%; 	width: 100%;
	font-family: "Geneva","Verdana", sans-serif;
	font-size: 10px;

}

abbr {
	color: #a8a8a8;
	font-weight: bold;
}

p {
	letter-spacing: 0.012em;
	line-height: 14px;
}

a {
	color: black;
	
}

a:hover {
	color: #FFF;
	background-color: #000;	
}


#barra_menu {
		margin-top: 0px;
	margin-right: 0px;
		padding-top: 5px;
	padding-left: 230px;
	padding-right: 0px;
	padding-bottom: 5px;
	
	
	text-align: left;
	color: #FFF;
	
	background: #191919;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

/* #barra_menu {	margin-top: 0px;	padding: 5px 0;
	width: 100%;	background: #191919;	text-align: left;
	color: #FFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

*/

/*

	#menu { 
		margin-left: 230px;
		margin-right: 0px
	} 

*/


#menu_sector1 {	margin-left: 20px;}


#menu_sector2 {	margin-left: 20px;}


#menu_sector3 {	margin-left: 20px;}

.dorado {
	color: #a8a8a8;
}

#barra_menu a {
	color: #FFF;
	font-family: "Geneva";
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px solid #191919;
	background-color: transparent;	}

#barra_menu a:hover {

	color: #FFF;
	font-family: "Geneva";
	font-size: 10px;
	border-bottom: 1px solid #FFF;
	background-color: transparent;	

}

#barra_menu a:active {

	color: #FFF;
	font-family: "Geneva";
	font-size: 10px;
	border-bottom: 0px solid #FFF;
	background-color: transparent;	
}

#barra_menu a:visited {

	color: #FFF;
	font-family: "Geneva";
	font-size: 10px;
	border-bottom: 0px solid #FFF;
	background-color: transparent;	

}
 #contenedor {	margin: 0 0 0 0;	overflow: hidden; 	height: 100%; 	width: 100%;	border: 0px solid #ddd;	position: relative;} 
#interior {	width: 3000px;	height: 2000px;	background-image: url(images/fondo.png);	position: relative;} /*.scrolling-contenido {	background: transparent url(images/bubble.png) top left no-repeat;	width: 139px;	height: 73px;	text-align: center;	position: absolute;}*/

.scrolling-contenido {	position: absolute;}
.scrolling-contenido h1 { 	color: #000;	padding: 25px 0;	font-size: 10px;} 
#inicio {

	position: absolute;
	top: 30px;
	left: 30px;
	width: 215px;
	height: 100px;
	padding: 5px 0px 5px 30px;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	
} 
#contenido1 {	left: 450px; 	top: 250px;
	width: 350px;}

#contenido1 p {	background-color: #FFF;} #contenido2 {	left: 800px; 	top: 1350px;} 
#contenido3 {	left: 2000px; 	top: 700px;}


/* TIP BURBUJA */

.tool-tip {	color: #fff;	width: 139px;	z-index: 13000;} .tool-title {	font-size: 10px;	margin: 0;	color: #a8a8a8;	padding: 8px 8px 4px;	background: url(images/bubble.png) top left;} .tool-text {	font-size: 10px;	padding: 4px 8px 8px;	background: url(images/bubble.png) bottom right;}/* ACORDEON */

.accToggler {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	cursor: pointer;
	color: black;
	
}.accToggler:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: black;
	color: white;
	display: block;
	cursor: pointer;
}