﻿@media only screen and (min-width: 601px) {
nav{
	padding-left: 10%;
	padding-right: 10%;
	width: 100%;
}
}

@media only screen and (max-width: 601px) {
#fondoInicio{	
	background: url('http://baby.globallog.us/img/back/background3.jpg');}
}
.barraSuperiorRedes{
	
	height: 5px;
	line-height: 30px;
}
#fondoInicio{
	
	background: url('../img/back/background3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	/* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido 
	background-attachment: fixed;*/
	/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
	background-color: #5390c2;
}
.blanco002 {
   /* background-color: rgba(255, 255, 255, 1) !important;*/
}

.colorweb{
	background-color: #67b1b6;
}
.colorweb-text{
	color: #5390c2 !important;
}

.colorweb-text.text-accent-1 {
  color: #ffd54f !important;
}
.colorweb-text.text-lighten-1 {
  color: #5390c2 !important;
}
.colorweb-text.text-lighten-2 {
  color: #87c6cb !important;
}
.colorweb-text.text-lighten-3 {
  color: #9fd1d6 !important;
}
.colorweb-text.text-lighten-4 {
  color: #b9dce2 !important;
}
.colorweb-text.text-lighten-5 {
  color: #8cd0e0 !important;
}
.colorweb-text.text-lighten-6 {
  color: #e2f2ff !important;
}

.sombra-texto-1{
text-shadow: 0px 0px 3px #000;
}

nav ul a{
	color: #b6dae4;
}
nav ul a:hover{
	/*background-color:  rgba(255, 255, 255, 1) !important;*/
	color: #00bcd4 !important;
}
nav ul a:active{
	color:  #08b1b6 !important;
}
.nubes{
	background: url('../img/back/cloudbackground.png');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 342px;
}