@font-face{
	font-family: crayon;
	src: url(ColoredCrayons.ttf);
}

@font-face{
	font-family: rock;
	src: url(ROCK.TTF);
}

@font-face{
	font-family: dod;
	src: url(SpindlyLegs.ttf);
}

body{
	margin: 0;
	padding: 0;
}

html {
	background: url("../img/fondo.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o- background-size: cover;
	background-size: cover; 
	/* esto es pa que el fondo este expandido */
}

/* MENU */

div.menuprincipal{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: auto; 
	float: top;
	z-index: 55;
}

div.nameImg{
	position: relative;
	margin-left: -500px;
}

.menubutt{
	position: absolute;
	z-index: 2; /*para subirlo arriba por si acaso */
	margin: 0 auto;
	top: 89px;
	left: 130px;
	
}

button{
	font-family: dod;
	background-color: transparent;
	border: none;
	color: white;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 2px;
	transition-duration: 0.4s; /*la duracion de la animacion */
	cursor:pointer;
}

a.links{
	/*para cambiar color de los links*/
	text-decoration: none;
	color: white;
	text-shadow: 3px 3px #000000;
}

button.buttons{
	background-color: transparent;
	color:white;
	
}

button.buttons:hover{
	background-color: transparent;
	color:white;
	font-size: 27px;
}

div.imagenmenu{
	content:url("../img/tronko22.png");
	position: relative; 
	z-index: -2; /* para bajarlo */
    top-margin: 250px;
    center: 0;
    /*width: 1300px;
    height: 180px; */
}
div.logodiv{
	position: absolute;
	z-index: 2;
	left: 250px;
	right: 400px;
}


div.menuimg{
	text-align: center;
}

img.menuimg{
	width: 800px;
    height: 150px;
    margin-top: 50px;
    box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 1);
}

div.doblefondo{
	z-index: -3;
	top: 0;
	position: absolute;
	width: 100%; 
	margin: 0 auto;
	text-align: center;
}

img.dobleimg{
	height: 100px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 5px 5px 2px #000000;
}

/*CUERPO - TEXTO */
p.textoexplicativo{
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
	text-align: justify;
}

div.cuerpo{
	font-family: dod;
	font-size: 18px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: -75px;
	width: 800px;
	height: auto; 
	background-color: white;
	color: #000000;
	float: top;
/*	z-index: -3;*/
	box-shadow: 5px 5px 2px #000000;
}

table.tablaborde{
	margin: 0 ;
	padding: 0;
	/* border: -2; */
}
img.ksonimg{
	width: 800px;
	height:550px;
	z-index: 555;
}

img.pieimg{
	text-align: center;
	margin: 0 auto;
	width: 100px;
	height: 40px;
}

h2{
	color: #8A0808;
}

img.gifimg{
	border-radius: 150px; /*para redondearlo */
}

img.tablaimg{
	z-index:  7;
}

img.img{

	width: 380px;
	height: 240px;
	position: relative;
	border: 1;
	padding: 2;
	box-shadow: 2px 2px #000000;
}

div.fotosimg{
	top: 200px;
	margin: 0 auto;
	text-align: center;
	width: 1300px;
	max-width: 90%;
}

/* boton para ir arriba */

div.arribaimg{
	right: 0;
	bottom: -20px;
	z-index: 3;
	height: 370px;
	width: 250px;
	position: fixed; /* pa que no se mueva */
}

img.arribaimg{
	height: 370px;
	width: 250px;
}

/* REFERENCIAS */
div.bibiografia{
	width: 250px;
	height: 40px;
	margin: 0 auto;
	background-color: #FFBF00;
}

a.referencias{
	font-family: dod;
	font-size: 12px;
	text-decoration: none;
	color:  #FFFFFF;
}

div.refbutton{
	position: absolute;
	z-index: 100;
	margin: 0 auto;
	text-align: center;
	box-shadow: 2px 1px 2px #000000;
}
