#fotoPortada {
	/* width y height asignados desde index.js:cargarPagina */
	background-color: transparent;
  	background-image: url("../ext/portada.jpg");
	background-position: 0; background-size: cover;
}

#autor {
	position: absolute;
	height: 30px; left: 120px; /* top: asignado desde index.js:cargarPagina */
	font-weight: bold; font-size: 25px; font-family: Arial, Verdana; color: #13a790; text-align: center;
	letter-spacing: 1px;
	cursor: arrow;
}

#menu_eng { position: absolute; visibility: hidden; left: 900px; top: 150px; width: 120px; height: 294px; }
#menu_esp { position: absolute; visibility: hidden; left: 900px; top: 150px; width: 120px; height: 294px; }  /* height: 240px; border: solid 1px red; */

#idiomas {
	position: absolute; visibility: hidden;
	/* top y left asignado desde index.js:cargarPagina */
	width: 110px; height: 20px;
	font-family: Arial, Verdana; font-size: 10px; font-weight: bold; color: #fcfbfb;
}
#texto_eng { position: absolute; left: 60px; top: 2px; width: 18px; height: 12px; cursor: pointer;  }
#texto_esp { position: absolute; left: 0px;  top: 2px; width: 18px; height: 12px; cursor: pointer; }


.opcion {
	position: relative; left: 0px; top: 0px; margin-left: 8px; margin-top: -23px; height: 20px;
	font-family: Arial, Verdana; font-size: 13px; font-weight: bold; color: #f3f3f3;
	cursor: pointer; 
	z-index: 20;
}

.filmopc0 {
	visibility: hidden;
	margin-top: 0px; height: 28px;
	background-image: url(../ext/filmtira0.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.filmopc1 {
	visibility: hidden;
	margin-top: 0px; height: 28px;
	background-image: url(../ext/filmtira1.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 11;
}


/*--------------- AVISOS EN CONSTRUCCION ---------------------------------------------------------------------*/
/*
.aviso {
   position: absolute;
   background-color: #2a2829;
}
*/
#avisoEnConstruccion {
	position: absolute; background-color: #2a2829;
	font-family: Arial, Verdana; font-size: 10px; font-weight: bold; color: #f3f3f3; text-align: center;
	z-index: 30;
	visibility: hidden; padding-top: 1px; height: 27px;  width: 108px; cursor: arrow;
	left: 1147px; top: 205px; width: 108px; 
	/* top y left asignado desde index.js:cargarPagina */
}
