@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#art2 div.caja {
		width: 80%;
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
		}

	article#art2 div.caja div {
		background-color:#114693;
		width:400px;
		height:430px;
		border:2px #fff solid;
		border-radius:10px;
		margin-bottom:18px;
		}

	article#art2 img {
		display:block;
		width:90%;
		height:auto;
		margin:7px auto;
		border:2px #fff solid;
		margin-top: 10px;
		border-radius: 10px;
		}

	article#art2 p {
		line-height:20px;
		color:#fff;
		text-align:center;
		font-size:20px;
		margin-top:25px;
		margin-left: 10px;
		margin-right: 10px;
		}

	article#art2 figure span {
		background-color:#fff;
		display:block;
		width:100px;
		height:40px;
		border-radius:10px;
		color:#114693;
		margin:0 auto;
		position:relative;
		top:10px;
		font-size:1.5em;
		line-height:40px;
		text-align:center;
		}

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;
	}

	article#art2 div.caja {
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
		}

	footer {
		margin-top: 100px;
	}
}

/*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;
	}

			article#art2 div.caja div {
				margin-left: 40px;
				width: 390px;
			}

}

/*Sony 640px*/
@media screen and (max-width:640px){
	article#art2 div.caja div {
		width:300px;
		height:auto;
		margin-left: 50px;
}

/*Sony 480px*/
@media screen and (max-width:480px){
	h3 {
		margin: 50px;
		font-size: 1.5em;
	}

	article#art2 div.caja div {
		width:280px;
		margin-left: 0px;
		}

	article#art2 p {
		font-size:15px;
		}

	article#art2 figure span {
		width:80px;
		height:30px;
		font-size:1em;
		line-height:30px;
		}

		h1 {
			left: 175px;
		}

		a.btn-wsp{
			bottom: 60px;
		}

}
