/* quitar no-repeat para evitar el fondo negro: background-repeat:no-repeat;*/
.fondo {
	background-position:center top;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: auto;
}
.fondo2 {
	background-position:center;
	background-color: #000000;
	background-repeat:no-repeat;
	bottom: 40%;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.fondobotonera {
	background-color: #000000;
	width: 100%;
	text-align: center;
}
/* dock1: botonera*/
#dock1 {
	width: 100%;
	bottom: 10px;
	position: absolute;
	left: 0px;
	background-color: #000000;
}
/* dock2: pata comercial y leyendas*/
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	background-color: #000000;
}
/* dock3: flash*/
#dock3 {
	width: 100%;
	bottom: 10%;
	position: absolute;
	left: 0px;
}
/* dock4: botones español e ingles en index.html*/
#dock4 {
	width: 100%;
	bottom: 100px;
	position: absolute;
	left: 0px;
}
.pataDerecha {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.pataCentro {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.pataIzquierda {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 25px;
}

