@charset "utf-8";
body {
	background-color: #fff;
	background-repeat:  repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: center 30px;
}

#main	{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 100%;
	z-index: 2;
	position: relative;
	
}

img{
	max-width: 100%;
	height: auto;
}


.main {
	/* height: 900px; */
	background-image: url(bg.png), url(fondo.gif);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-items: center;
justify-content: center;
}
.main2 {
	height: 2414px;
	background-image: url(2.jpg);
}
.main3 {
	height: 1554px;
	background-image: url(3.jpg);
}
.main4 {
	height: 2208px;
	background-image: url(4.jpg);
}
.main5 {
	height: 1680px;
	background-image: url(5.jpg);
}
.main6 {
	height: 987px;
	background-image: url(6.jpg);
}
.main7 {
	height: 987px;
	background-image: url(7.jpg);
}
.main8 {
	height: 832px;
	background-image: url(8.jpg);
}
.main9 {
	height: 900px;
	background-image: url(9.jpg);
}
.main10 {
	height: 1325px;
	background-image: url(10.jpg);
}
.main11 {
	height: 922px;
	background-image: url(11.jpg);
}
.main12 {
	height: 921px;
	background-image: url(12.jpg);
}
.izq {
	height: 30px;
	width: 30px;
	position: absolute;
	margin: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
}
.izq a {
	background-image: url(izq.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	float: left;
}
.izq a:hover {
	background-position: 0px -30px;
}
.der {
	height: 30px;
	width: 30px;
	position: absolute;
	margin: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 0px;
	top: 0px;
}
.der a {
	background-image: url(der.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	float: right;
}
.der a:hover {
	background-position: 0px -30px;
}
.content .hdr .logo {
	background-image: url(logo_siniestro.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 99px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.content .hdr {
	background-color: #000;
	height: 30px;
	width: 100%;
}


.tm-whatsapp-button {
	z-index: 9999;
	padding: 15px;
	display: block;
	position: fixed;
	bottom: 10px;
	right: 5px;
	border-radius: 50%;
	width: 240px;
	transition: all .3s ease-in-out
}



