/* CSS Document */
@media (orientation: portrait) and (max-width: 767px) {
body{
	background: -moz-linear-gradient(-45rad, rgba(75,75,75,1), rgba(255,255,255,1)) fixed no-repeat;
	background: -webkit-linear-gradient(-45rad, rgba(75,75,75,1), rgba(255,255,255,1)) fixed no-repeat;
	background: -o-linear-gradient(-45rad, rgba(75,75,75,1), rgba(255,255,255,1)) fixed no-repeat;
}

#particles-js {
	display: none;
}

.ir-arriba {
	display: none
}

.ir-arriba:active {
	display: none;
}

.logo{
	display: none;
}

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

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

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

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

article {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	min-height: 400px;
	position: relative;
	margin: 100px auto;
	padding: 15px 30px 20px 30px;
	position: relative;
	z-index: 1;
	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: 650px;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#soluciones-wireless{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


#servicios-ip{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
	
	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: 650px;

	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: 650px;

	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: 650px;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#call-center{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
 
	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: 650px;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#potencia-electrica{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
 
	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: 10px;
	width: 100%;
	max-height: 1000px;
	position: relative;
	z-index: 10;
}

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

#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;
}

#menu{
	background-color:rgba(255,255,255,1);
	margin-right:auto;
	position: relative;
	z-index: 10;
}

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

@media (orientation: landscape) and (max-width: 767px) {
body{
	background: -moz-linear-gradient(-45rad, rgba(75,75,75,1), rgba(255,255,255,1)) fixed no-repeat;
	background: -webkit-linear-gradient(45rad, rgba(0,0,0,1), rgba(255,255,255,1)) fixed no-repeat;
	background: -o-linear-gradient(45rad, rgba(0,0,0,1), rgba(255,255,255,1)) fixed no-repeat;
}

#particles-js {
	display: none;
}

.ir-arriba {
	display: none
}

.ir-arriba:active {
	display: none;
}

.logo{
	display: none;
}

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

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

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

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

article {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	min-height: 200px;
	position: relative;
	margin: 75px auto;
	padding: 15px 30px 20px 30px;
	position: relative;
	z-index: 1;
	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: 650px;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#soluciones-wireless{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


#servicios-ip{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
	
	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: 650px;

	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: 650px;

	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: 650px;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#call-center{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
 
	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: 650px;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#potencia-electrica{
	width: 100%;
	background-color: transparent;
	min-height: 650px;
 
	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: 10px;
	width: 100%;
	max-height: 1000px;
	position: relative;
	z-index: 10;
}

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

#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;
}

#menu{
	background-color:rgba(255,255,255,1);
	margin-right:auto;
	position: relative;
	z-index: 10;
}

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


}