@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
}

.caja {
	margin:0 auto;
	width:100%;
}

a.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom: 30px;
	right: 30px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
}

a.btn-wsp:hover{
	text-decoration: none;
	color: #0df053;
	background: #fff;
}

header {
  background-color:#FFF;
	height:100px;
	position:fixed;
	width:100%;
	top:0;
	z-index:50;
  box-shadow: rgba(0, 0, 0,.3) 0 10px 10px;
}

body {
  font-family: 'Didact Gothic', sans-serif;
  padding-top: 100px;
  background-color: #fff;
}

h1 span {
  visibility: hidden;
}

h1 {
	background-image: url(../svg/LogoHorizontal.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 50px;
  position: absolute;
  margin: auto;
  top: 40px;
	left: 30px;
}

div.celmail {
	top: 0;
	position: fixed;
	height: 35px;
	width: auto;
	margin:5px 0 0 10px;
	float: inherit;
}

div.cel {
	float: left;
	margin-right: 15px;
	font-weight: bold;
}

div.mail {
	float: right;
	margin-left: auto;
	font-weight: bold;
}

div#movil {
  visibility: hidden;
  display: none;
}

div#normal {
  top: 50px;
  position: relative;
  margin: auto;
	float: right;
}

div#normal a {
  display: block;
  width: 130px;
  height: 50px;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
  float: left;
  line-height: 50px;
  color: #114693;
  transition: all .5s;
  -webkit-transition: all .5s;
}

div#normal a:hover {
	background-color: #114693;
	color: rgb(255,255,255);
	}

	div#encabezado img {
		display: block;
		width: 100%;
	}

	h3 {
		margin: 50px;
		text-align: center;
		font-size: 1.5em;
		color: #000;
		font-weight: bold;
	}

	article#art3 h2 {
		color: #000;
		text-align: center;
		font-size: 3em;
		font-weight: bold;
		margin-bottom: 50px;
	}

	article#art3 div#fade, div#fadesold, div#fademaq, div#fadeequ, div#fadeeq, div#fademed, div#fadeadisa, div#fadeall{
		position: relative;
		display: block;
		margin: auto;
		width:90%;
		max-width: 1550px;
		-moz-column-count:4;
		-webkit-column-count:4;
		column-count:4;
		}

 article#art3 img {
		display:block;
		width:90%;
		height:auto;
		margin:7px auto;
		}

footer {
  background-color: #114693;
  bottom: 0;
	max-width: 1000px;
	margin: auto;
	margin-top: 100px;
	padding-top: 10px;
	padding-bottom: 20px;
}

footer img {
	margin: 10px auto;
	display: block;
}

footer p {
	text-align: center;
	color: #fff;
	font-size: 1em;
}

/*iPad Mini 1024px*/
@media screen and (max-width:1024px){
	div#normal a {
	  width: 110px;
		font-size: 1.1em;
	}
}

/*iPad Mini 768px*/
@media screen and (max-width:768px){
	div.mail {
		position: absolute;
		top: 22px;
	}
	div#normal {
		display: none;
	}
	div#rayas {
		width:50px;
		height:45px;
		float:right;
		margin-top:40px;
		margin-right: 10px;
		-webkit-transition:all 1s;
		}
	div#rayas:hover {
		background-color:#114693;
		border-radius: 4px;
		}
	div#rayas div {
		height:6px;
		width:43px;
		background:#000;
		margin:7px auto;
		border-radius:2px;
		-webkit-transition:all 1s;
		}
	div#rayas:hover div {
		background-color:#FFF;
		}
	nav div#movil {
		display: none;
		visibility: visible;
		width:30%;
		min-width:150px;
		position:absolute;
		right:0px;
		top:100px;
	}
	nav div#movil a {
		display:block;
		width:100%;
		text-align:center;
		text-decoration:none;
		font-size: 1em;
		font-weight: bold;
		line-height:55px;
		color:#FFFFFF;
		background-color:#000;
		background-position:right;
		-webkit-transition:all 1s;
	}
	div#movil a:hover {
		background-position: right;
		background-color:rgb(255,255,255);
		color: #114693;
	}
	h1 {
		top: 40px;
		left: 300px;
	}

	h3 {
		font-size: 1em;
	}

	article#art3 h2 {
		font-size: 2em;
	}

	article#art3 div#fade, div#fadesold, div#fademaq, div#fadeequ, div#fadeeq, div#fademed, div#fadeadisa, div#fadeall{
		max-width: 90%;
	}

	article#art3 img{
		height: auto;
		}
}

/*Sony 640px*/
@media screen and (max-width:640px){
	article#art3 div#fade, div#fadesold, div#fademaq, div#fadeequ, div#fadeeq, div#fademed, div#fadeadisa, div#fadeall{
		max-width: 450px;
	}
}

/*Sony 480px*/
@media screen and (max-width:480px){
	article#art3 div#fade, div#fadesold, div#fademaq, div#fadeequ, div#fadeeq, div#fademed, div#fadeadisa, div#fadeall{
		max-width: 350px;
		margin-left: 20px;
	}
	h1 {
		left: 175px;
	}

	a.btn-wsp{
		bottom: 60px;
	}
}
