@charset "utf-8";
/* CSS Document */
.body{
	margin:0 auto;
	background-image:url(imagenes/fondo2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}
.alarmas{
	margin:0 auto;
	background-image:url(imagenes/fondoalarmas.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}	
.cctv{
	margin:0 auto;
	background-image:url(imagenes/fondocctv.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}
.it{
	margin:0 auto;
	background-image:url(imagenes/fondoit.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}	
.tienda{
	margin:0 auto;
	background-image:url(imagenes/fondotienda.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}
.galeria{
	margin:0 auto;
	background-image:url(imagenes/fondogaleria.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}
.empresa{
	margin:0 auto;
	background-image:url(imagenes/fondoempresa.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}
.empresa2{
	margin:0 auto;
	background-image:url(imagenes/fondoempresa2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	z-index: -9999999999;
	}	
	
.back{
	width:20%;
	height: 70px;
	position:absolute;
	left: 5%;
	}
.menu{
	width:100%;
	position:absolute;
	z-index: -99;
	}
#correoform{
	width: 60%;
	height: 320px;
	left: 20%;
	top: 15%;
	position:absolute;
	border-radius: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:rgba(255,255,255,1);
	}
.informacion{
		width: 65%;
	height: 330px;
	left: 15%;
	top: 15%;
	position:absolute;
	border-radius: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
	padding: 15px;
	z-index: -99999999;
	}
h3{
	color:rgba(0,51,153,1);
	}
#correoform2{
	width: 30%;
	height: 30px;
	left: 35%;
	top: 70%;
	position:absolute;
	border-radius: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:20px;
	color:rgba(255,255,255,1);
	}
.botoncito{
	width: 100px;
	height: 35px;
	background-color:rgba(0,191,85,1);
	font-family:Tahoma, Geneva, sans-serif;
	color:rgba(255,255,255,1);
	font-weight:bold;
	}
.entrada{
	width: 350px;
	height:30px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	}
.entrada2{
	width: 350px;
	height:100px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	}
