/* CSS Document */
@media (min-width: 768px) and (max-width: 1999px) { 
body{
	background-color:black;
}

.ir-arriba {
	display: block;
	padding: 15px;
	background-color: rgba(175,175,175,1);
	font-style: 5px;
	color: rgba(255,255,255,1);
	cursor: pointer;
	position: fixed;
	top: 10px;
	bottom: -40px;
	right: 6px;
	max-height: 40px;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	z-index: 1;
}

.ir-arriba:active {
	display: block;
	padding: 15px;
	background-color: rgba(175,175,175,1);
	font-style: 10px;
	color: rgba(255,255,255,1);
	cursor: pointer;
	position: fixed;
	top: 10px;
	bottom: -40px;
	right: 6px;
	max-height: 40px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

#particles-js {
	display: block;
	width: 120%;
	min-height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}

#menu{
	background-color:rgba(255,255,255,1);
	margin-right:auto;
	min-height: 160px;
	position: relative;
	z-index: 100;
}


.logo{
	padding-left:40px;
	padding-top: 20px;
}

.logo-pequeño{
	display: none;
}

.navbar{
	min-width: 100%;
	background-color:rgba(255,255,255,1);
	border:1px solid color:#999;
	z-index: 10;
}

.titulo {
	padding-top: 10px;
	font-size: 24px;
	margin-bottom: 1em;
	color: rgba(175,175,175,1);
	font-weight: bold;
}

.texto {
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	color: rgba(175,175,175,1);
}

.vacio {
	background-color: transparent;
	display: none;
}

#home article {
	background-color: rgba(255,255,255,0.03);
	width: 90%;
	min-height: 400px;
	position: relative;
	margin: 50px auto;
	padding: 0px 30px 20px 30px;
	position: relative;
	z-index: 10;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
}

article {
	background-color: rgba(255,255,255,0.03);
	width: 90%;
	min-height: 400px;
	position: relative;
	margin: 100px auto;
	padding: 0px 30px 20px 30px;
	position: relative;
	z-index: 10;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
}

#home{
	width: 100%;
	background-color: transparent;
	min-height: 620px;
	background: url("../img/home.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#soluciones-wireless{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/soluciones_wireless.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#servicios-ip{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/servicios_ip.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#seguridad-de-redes{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/seguridad_redes.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#administracion-de-redes{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/administracion_redes.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#monitoreo-de-redes{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/monitoreo_redes.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#call-center{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/home.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#soporte-en-telecomunicaciones{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/soporte_telecomunicaciones.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#potencia-electrica{
	width: 100%;
	background-color: transparent;
	min-height: 800px;
	background: url("../img/potencia_electrica.jpg") no-repeat fixed center; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#footer {
	background-color: rgba(150,150,150,1);
	padding-top: 30px;
	width: 100%;
	max-height: 600px;
	position: relative;
	z-index: 10;
}

#footer ul li p {	
   text-align: right;
   color: rgba(255,255,255,1);
   margin-top: 1em;
   font-size: 14px;
}

#footer ul li p a {
   color: rgba(50,150,250,1);
}

#footer ul {
	position: relative;
	margin-left: 5px;
	list-style: none;
	font-size: 18px;
	color: rgba(255,255,255,1);
}
#footer ul li {
	margin-left: 15px;
	color: rgba(255,255,255,1);
	font-size: 14px;
}

#footer ul a {
	color: rgba(255,255,255,1);
}

#footer .ver {
	color: rgba(50,150,250,1);
	position: relative;
}


}