@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
       url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
       url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons-blanco-alpha {
		color: rgba(255, 255, 255, .5);
	}
html { 
  	background:url(image/img_background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{ 	
	text-align:center;
	font-family: "Roboto";
	color:#FFF;
	display: inline-block;
	width: auto;
	height: 100%;
	margin:0;
	padding:0;
	padding-left:10% !important;
	padding-right:10%;!important;

}
.container {
	height:100%;
	display:table;
	margin:0;
	padding:0;

	}
h1 {
  font-size: 2.5em;
  font-weight: 700; 
  text-align: center;
  width: 100%;
	}
h2 {
  font-size: 1.5em;
  font-weight: 700; 
  text-align: center;
  width: 100%;
	}

p {
  font-size: 1em;
  font-weight: 400; 
  text-align: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom:2em;
	}
a {
	font-size: 1em;
	color: #66ccff;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	color: #8fa4ae;
	text-decoration: underline;
	text-align: center;
}

.a_mail {
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
}
.a_mail:hover {
	color: #8fa4ae;
	text-decoration: underline;
	text-align: center;
}
.soporte-redes {
	text-align:center;
	width:400px;
	 display: inline-block 
	}
.soporte {
	float:left;
	width:200px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	}
.redes {
	float:left;
	width:190px;
	}
.logo-cabecera{
	padding-top:3%;
		}
.logo-pie{
	padding-top:5%;
	padding-bottom:1%;
		}
	
/* Botón */
 
.boton {
	cursor: pointer;
	text-decoration: none; 

}
.boton:hover { 
	text-decoration: none; 
}
 
/* Redondez */
 
.redondo {
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;

}
 
/* Color */
 
.negro {
	color: #ffffff;
	border: solid 0px #ffffff;
	background: #4f86a6;
	padding: .5em 2em .5em 2em;
}
.negro:hover {
	background: #8fa4ae;
	color:#FFF;

}

.blanco {
	color: #000000;
	border: solid 0px #ffffff;
	background: #ffffff;
	padding: .5em 2em .5em 2em;
}
.blanco:hover {
	background: #000000;
	color:#ffffff;

}


/* Tablets en horizonal y escritorios normales */
@media (min-width: 300px) {
.logo-cabecera {
	width:250px;
	padding-top:2%;

	} 
h1 {
	  font-size: 2em;
	}
h2 {
  font-size: 1.1em;
  text-align: center;
  line-height:2em;	

  }
p {
  font-size: 0.9em;
  padding-top: 1em;
  padding-bottom:1em;
	}
a {
  font-size: 0.9em;
}
.logo-pie{
	padding-top:3%;
	padding-bottom:1em;
		}	
.soporte-redes {
	text-align:center;
	width:300px;

	}
.soporte {
	float:left;
	width:300px;
	border-right: 0px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding-bottom:2em;
	padding-top:1em;
	}
.redes {
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding-top:1em;
	padding-bottom:2em;
	float:left;
	width:300px;
	}	
	 }
/* Móviles en horizontal o tablets en vertical */
@media (min-width: 768px)  {
.logo-cabecera {
	width:300px;
	padding-top:2%;
	

	} 
	
h1 {
	  font-size: 2em;
	}
h2 {
  font-size: 1.5em;
  line-height:2em;	
  font-weight: 700; 
  text-align: center;
  width: 100%;

	}
p {
  font-size: 0.9em;
  padding-top: 1em;
  padding-bottom:1em;
	}
a {
  font-size: 0.9em;
}
.logo-pie{
	padding-top:3%;
	padding-bottom:1em;
		}	
.soporte-redes {
	padding-top:5em;
	text-align:center;
	width:400px;

	}
.soporte {
	float:left;
	width:200px;
	border-right: 0px;
	border-top: 0;
	border-right: 1px solid rgba(255, 255, 255, .2);
	padding-bottom:0em;
	padding-top:0em;
	}
.redes {
	border-top: 0;
	border-bottom: 0;
	padding-top:0em;
	padding-bottom:2em;
	float:left;
	width:190px;
	}	
	 }
 
/* Tablets en horizonal y escritorios normales */
@media (min-width: 1024px) {
.logo-cabecera {
	width:250px;
	} 
h1 {
	  font-size: 2em;
	}
h2 {
  font-size: 1.5em;
    text-align: center;

  }
p {
  font-size: 0.9em;
  padding-top: 1em;
  padding-bottom:1em;
	}
a {
  font-size: 0.9em;
}
.logo-cabecera{
	padding-top:2%;
		}
.logo-pie{
	padding-top:3%;
	padding-bottom:0%;
		}

.soporte-redes {
	padding-top:0em;
	text-align:center;
	width:400px;

	}		
	 }
 
/* Escritorios muy anchos */
@media (min-width: 1200px) { 
.logo-cabecera {
	width:250px;
	} 
h1 {
	  font-size: 2em;
	}
h2 {
  font-size: 1.5em;
    text-align: center;


  }
p {
  font-size: 1em;
  padding-top: 1em;
  padding-bottom:1em;
	}
.logo-cabecera{
	padding-top:2%;
		}
.logo-pie{
	padding-top:2%;
	padding-bottom:1%;
		}	
	}
	
@media (min-width: 1680px) and (max-width: 1800px) { 
.logo-cabecera {
	width:300px;
	} 
h1 {
  font-size: 2.5em;
	}
h2 {
  font-size: 1.5em;
    text-align: center;


  }
p {
  font-size: 1em;
  padding-top: 1em;
  padding-bottom:1em;
	}
.logo-cabecera{
	padding-top:3%;
		}
.logo-pie{
	padding-top:3%;
	padding-bottom:1%;
		}	
	}
@media (min-width: 1801){ 
.logo-cabecera {
	width:350px;
	} 
h1 {
  font-size: 2.5em;
	}
h2 {
  font-size: 1.5em;
    text-align: center;

  }
p {
  font-size: 1em;
  padding-top: 2em;
  padding-bottom:2em;
	}
.logo-cabecera{
	padding-top:3%;
		}
.logo-pie{
	padding-top:5%;
	padding-bottom:1%;
		}	
	}