@charset "utf-8";
/* CSS Document */
header, section, footer, aside, nav, article, figure 
{
	display: block;
}
mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

	@font-face{
    font-family: "Lato-Light";
    src:url(../ttf/Lato-Light.ttf);
  }
body{
background-color: #183f60;
font-family:"Lato-Light";
}
.fb-like-box{
background: #fff;
}
#oculta2{
	display: none;
}
.sinm{
	padding: 0;
	margin: 0;
}
.fb-like{
	margin: 0 auto;
}

#gale{
	background: red;
	border:solid 2px rgba(250,250,250,0.7);
	background: #006699;
	color: #fff;
	border-radius: 10px;
	padding: 5px 5px;
}
#gale:hover{
	background: rgba(0,0,0,0.6);

}
strong{
	font-style: italic;
	font-family: arial;
	color:#fff;
 text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
#menu{
	color:rgba(0,0,0,0.7);
	font-style: inherit;
	font-family: arial;
}
header{
}
#pagina{
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	max-width: 1920px;
	margin: 0 auto;
	width: 90%;
 background: #3e607c;
}
nav{
		z-index:5;
}
#banner{
	padding-top: 6em;
	background-color: #fff;
}
canvas{
}
aside{
 margin: 0 auto;
 text-align:center;

 display: table;
 padding: 5px 5px 2px 5px;
}

/*iconos comienzo*/

/*redes*/
aside .icons{
 font-size:32px;
 margin: 0 auto;
 text-align: center;
 border-radius: 50%;
 line-height: 1em;
 color: #151515;
 transition:all 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -wap-transition: 0.2s linear;
}

aside .icons:hover{
 color: #a0a0a0;
}





/*redes fin*/

.borde-calendario{
 padding-top:5em;
}
#calendario{
 border-radius:5px;
 position:fixed;
 width:50px;
 height: 80px;
 top:30%;
padding: 10px 5px;
 right: 0;
 height: 5x
 z-index:9999;
 background: #1c1c1c;
 box-shadow: 0px 0px rgba(0,0,0,0.7) inset;
 transition:all 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -wap-transition: 0.2s linear;
}
#calendario:hover{
 box-shadow: 0px 200px #000000 inset;
}
#icon-calendario{
 color: #ffffff;
 font-size:40px;
 text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
 text-align: center;
 position:relative;
 top: -30px;
 text-align: center;
}

#eventos #proximos{
 text-align: center;
 margin: 0 auto;
 font-size: 12px;
}

/*iconos-fin*/


/*proximos eventos tablas*/
#caja-eventos{
 height: 500px;
 overflow:auto;
}

#caja-eventos::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
#caja-eventos::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#caja-eventos::-webkit-scrollbar-thumb {
  background: rgb(172, 152, 0);
  border: 0px none #ffffff;
  border-radius: 50px;
}
#caja-eventos::-webkit-scrollbar-thumb:hover {
  background: #fa7300;
}
#caja-eventos::-webkit-scrollbar-thumb:active {
  background: #183f60;
}
#caja-eventos::-webkit-scrollbar-track {
  background:rgb(0, 0, 0);
  border: 0px #5a768e;
  border-radius: 50px;
}
#caja-eventos::-webkit-scrollbar-track:hover {
  background: #183f60;
}
#caja-eventos::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.9);
}
#caja-eventos::-webkit-scrollbar-corner {
  background: #f00;
}



.evento{
 background: rgba(38, 38, 38, 0.85);
 text-align:center;
 color: #fff;
 text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
 margin:5px  0;
 border:solid 1px rgba(255, 255, 255, 0.3);
 line-height: 2em;
 border-radius: 5px;
 font-size: 16px;
}





/*proximos eventos tablas fin*/






footer{
	margin-top: 5em;
}
#primera{
	width:65%;
}

#images{
	width: 95%;
	margin: 0 auto;
}
.foto1,.foto2{
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	box-shadow: 5px 5px 10px rgba(0,0,0,.6);
}
#columna2,#primera{
	vertical-align: top;
	display: inline-block;
}
#columna2{
	width:28%;
height:auto;
background-color:#5a768e;
padding:0.5em;
 box-shadow: 5px 5px 8px #000000;
 margin: 1.2em 0 0 1em;
 text-align:center;
 border-radius: 1em;
 border: 1px solid #5a768e;
}
.anteriores{
background-color:#183f60;
box-shadow:inset 0px 0px 2px rgba(0,0,0,0.7);
width:95%;
height:auto;
text-align:justify;
border:solid 1px rgba(0, 0, 0, 0.1);
padding:0.2em;
margin:0.4em 0;
border-radius:0.5em;
cursor: pointer;
transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}
.anteriores:hover{
	display: block;
background-color: #00103b;
border-radius:0.5em;
border:solid 1px rgba(0, 0, 0, 0.3);
}
#linkBlog{
	width: 34px;
	border-radius: 0.5em;
	cursor:pointer;
	background:rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
#linkBlog:hover{
	background: #006699;
}

.blog{
	font-size:16px;
}
.verMas{
  padding: 5px 10px;
	background: #000;
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px rgba(250,250,250,0.7)
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}
.linkMas{
	display: block;
	width: 100%;
	margin:0 0 1em 0;
	text-align: left;


}
.verMas:hover{
	background:#0a0a0a;
	font-size: 1em;
}
.VerMas2{
	border-radius: 5px;
	color: #fff;
	padding: 3px 7px;
	border:solid 1px rgba(0,0,0,.7);
	background-color: #000;
	font-size: 1.2em;
	text-align: right;
	margin-right: 50%;
	 transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}
.VerMas2:hover{
	background:#00103b;
	color: #fff;
	border:solid 1px rgba(0,0,0,.7);
	box-shadow: none;
}

.iconGrande{
 font-size: 4em;
 color: #fff;
 margin: 0 auto;
 display:table;
 width: 80px;
 text-align: center;
 background: rgba(0,0,0,0.7);
 border-radius: 50%;
}





#tercera{
text-align: center;
}

.titulo{
 display: block;
 text-align: center;
 font-weight: 900;
 text-shadow: 0px 0px 5px #2c2c2c;
}
.mail{
 color: rgba(255, 255, 255, 0.63);
 width: 40px;
 background: rgba(0, 0, 0, 0.7);
 font-size: 2em;
 display: block;
 margin: 0 auto;
 border-radius: 50%;
 padding: 0.5em;
 box-shadow: 5px 5px 8px rgba(0,0,0,0.4), inset 0px 0px 0px 1px #ffffff;
}
.comentario{
 box-sizing: border-box;
 text-align: center;
 margin: 1em auto;
 width:32.3%;
 padding: 10px;
 overflow: hidden;
 max-height: 320px;
 min-height: 320px;
 box-sizing: border-box;
 
}

.comentario1,.comentario2,.comentario3{
 display: inline-block;
 vertical-align: top;
 margin: auto;
 
}

.gracias{
 box-sizing: border-box;
 padding: 5px;
 background: #5a768e;
 color: #ffffff;
 box-shadow: inset 0px 0px 0px 1px rgba(113, 113, 113, 0.35);
 border-radius: 2px; 
 max-height: 180px;
 min-height: 180px;
 overflow: auto;
}


.clientes{
box-shadow: inset 0px 0px 2px #000;
 box-sizing: border-box;
 width: 90%;
 margin: auto;
 border-radius: 10px;
 background:rgba(255, 255, 255, 0.24);
}
.fb-comments{
 background: rgb(226, 226, 226);
 border-radius: 1em;
}
@media screen and (min-width:1025px){
	#boton
	{
		display: none;
	}
	#sandw
	{
		display: none;
	}
	body
	{
		padding: 0;
		margin: 0;
	}
	canvas
	{
		
	}
	#logo,canvas,ul 
	{
		vertical-align:top;
		display: inline-block;
	}
	ul
	{
		width: 70%;
		text-align: right;
		text-decoration: none;
		margin:2em 0 0 0;
		padding: 0;

	}
	ul .nave
	{
		display: inline-block;
		font-size: 1.5em;
		list-style: none;
	/*	padding: 3px 7px;*/

	}
	ul .nave:hover{

	}
	ul li a:hover
	{
		color:#fff;
  box-shadow: 200px 0px 0px #000 inset;
  text-shadow: 1px 1px 1px #fff;
	}
	ul li a
	{
		color:#FFF;
  text-shadow: 1px 1px 1px #000;
  font-weight: 800;
  box-shadow: 0px 0px 0px #5a768e inset;
  padding:3px 5px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -wap-transition: all 0.5s linear;
  border-radius: 2px;
	}

	#ingles
	{
		display: none;
	}

	#ingles1:hover
	{
		box-shadow: 1px 1px 8px #000;
		width: 30px;
		height: 30px;	
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	#ingles1
	{
		width: 30px;
		height: 30px;
		border-radius: 4em;
		margin: 0 4px;
		cursor: pointer;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	nav
	{
		background-color:#5a768e;
		position: fixed;
		width: 100%;
		max-height: 100px;
		padding:0;
		box-shadow: 2px 2px 5px #b2b3b3;
		z-index: 25;
	}

	h1
	{
		padding:0;
		text-align:center;
		font-size: 2em;
		border-top: solid 1px rgba(255, 255, 255, 0.54);
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  line-height: 50px
	}
	h2
	{
		font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.54);
	}

	h3
	{
		font-size: 1.3em;
  text-align: center;
  color: #fff;
  background: #1e2122;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 1px #000;
  padding: 5px 10px;

	}
	h3, #linkBlog;
	{
		vertical-align:bottom;
		display: inline-block;
	}
	h4
	{
	  font-size: 12px;
	  font-style: bold;
	  color:#fff;
	  border-bottom: 1px solid #fff;
  line-height: 2em;
	  text-align: center;
	}
 
 h5{
  font-size: 1em;
 }
	a
	{
		text-decoration: none;	
	}
	p
	{
	font-size: 1.2em;
	text-align:justify;
	color:#fff;
	}

	

	#contenido
	{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	#segunda
	{
		width:100%;
		margin: 0;
		padding: 0;
	}
	#nosotros
	{
		width:100%;
		height: auto;
		margin: 0;
	}

	.contenedorvideo 
	{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.contenedorvideo iframe
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.media
	{
		width: 33%;
		vertical-align: top;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	
	footer
	{
		text-align: center;
		width: 100%;
  background:#070D12;
		color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  font-size: 12px;
  line-height: 5em;
	}
 
 
 
 
	iframe
	{
		border: 0;
	}
}

@media screen and (min-width:769px) and (max-width:1024px){
	body
	{
		margin: 0;
		padding: 0;
	}
 aside{
  margin-top: 1em;
 }
	h3
	{
		font-size: 1.3em;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  padding: 10px 0;
	}
	h4
	{
		font-size: 1em;
		text-align: center;
		color: #fff;
		border-bottom: solid 1px #fff;
	}
	h1
	{
		font-size: 2em;
		margin: 0em 0 0 0;
  color: #fff;
  text-align: center;
  border-top: solid 1px #fff;
	}
 h2{
  color: #fff;
  text-align: center;
  border-top: solid 1px #fff;
 }

	canvas
	{
		height:90px;
		
	}
	#logo,canvas,ul 
	{
		vertical-align:top;
		display: inline-block;
	}

	#sandw,#boton,#ingles
	{
		display: none;
	}

	
	ul
	{
		width: 60%;
		text-align: center;
		text-decoration: none;
		margin: 0;
		padding:1em 0 0 0;
		margin:5px 0 0 0;
	}
 	ul li a
	{
  color:#fff;
  		box-shadow: inset 0px 0px rgba(0,0,0,0.9);
  transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear
	}
	ul .nave a:hover{
		color:#fff;
  		box-shadow: inset 150px 0px rgba(0,0,0,0.9);
	}

	ul .nave:hover{
  color: #fff;
	}
	ul .nave
	{
		display: inline-block;
		font-size: 1.2em;
		list-style: none;
	}

	.redes,#ingles1
	{
		width: 30px;
		height: 30px;
		border-radius:5px;
		margin: 0 4px;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	.redes:hover
	{
		box-shadow: 1px 1px 8px #000;
		width: 30px;
		height: 30px;	
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;		box-shadow: 1px 1px 8px #000;
		width: 30px;
		height: 30px;	
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	#ingles1:hover
	{
		box-shadow: 1px 1px 8px #000;
		width: 30px;
		height: 30px;	
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	#banner{
		padding-top: 3.6em;
	}
	
	nav
	{
		background-color:#5a768e;
		position: fixed;
		width: 100%;
		max-height: 60px;
		padding:0;
	}
	a
	{
		text-decoration: none;	
	}
	p
	{
	font-size: 1.2em;
	text-align:justify;
	color:#ffffff;
	}
	
	#contenido
	{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	#segunda
	{
		width: 95%;
		margin: 0;
		padding: 0;
		margin: 4em 0 4em 0;
	}
	#nosotros
	{
		width: 100%;
		height: auto;
		margin: 0;
	}


	figcaption
	{
		font-size: 0.9em;
		margin: 0 0 1em 0;
	}
	#nosotros
	{
		width:100%;
		height: auto;
	}

	#videos
	{
		width: 100%;
		height: auto;
		margin: 0 0 2em 0;
	}

	.contenedorvideo 
	{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.contenedorvideo iframe
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.media
	{
		width: 32%;
		vertical-align: top;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	footer
	{
		text-align: center;
		width: 100%;
		color: #fff;
  background: #070D12;
  line-height: 3em;
	}
 #calendario{
  z-index: 999;
   top:45%;
 }
 .comentario1,.comentario2,.comentario3{
 }

}


@media screen and (min-width:421px) and (max-width:768px){

body
{
	margin: 0;
	padding: 0;
}
article
{
	font-size: 15px;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
}
#banner{
	padding-top:44px;
}
nav 
{
	background-color: #32394b;
	color: #ccc;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: auto;
}
canvas{
		background-color:#fff;
}
li
{
	padding: 10px 30px;
	list-style: none;
	border-bottom: solid 2px #000;
	border-top: solid 1px rgba(93,93,93,0.5);
}
li:hover
{
	color:#fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	box-shadow: inset 0px 0px 8px #9e9e9e;
}
ul
{
	padding:0;
	margin:0;
	list-style: none;
	border-top: solid 1px #4a5572;
	box-shadow: inset 0px 0px  15px #343434;
}

li a 
{
	color: #ccc;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 0px;
	display: block;
}
li a:hover 
{
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;

}

#container
{
	height: 480px;
	width: 320px;
	overflow: hidden;
}
#contenido
{
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
footer
{
	background-color:#070D12;
	width: 100%;
	text-align:center;
	color:#fff;
 line-height: 3em;

}
 #calendario{
  z-index: 999;
  height: 40px;
  background: none;
  top: 39%;
  position: absolute;
 }
 #proximos{
  display: none;
 }
 aside{
  margin-top: 1em;
 }
h1
{
	font-size: 1.5em;
	text-align: center;
	border-top:solid 1px rgba(255,255,255,255.5);
 text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		
}
 h2{
  text-align: center;
  	border-top:solid 1px rgba(255,255,255,255.5);
 text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
 }
h3
{
	font-size: 1.3em;
  text-align: center;
  color: #fff;
  background: #14181a;
  border:solid 1px rgba(250,250,250,0.6);
 line-height: 2em;
	
}
h4
{
	text-align: center;
	border-bottom:solid  1px rgba(255,255,255,0.5);

}
p
{
	text-align: justify;
	font-size:1em;

}


#pagina
{
	background-color:#183f60;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	margin: 0;
	padding: 0;
 color: #fff;
}
#columna2{
      width: 94%;
      margin: 0 auto;
      display: block;
    }

 #oculta1{
 	width: 45%;
 }
 #oculta2{

 	width: 45%;
 }
 #oculta3{

 	width: 45%;
 }
 #oculta4{

 	width: 45%;
 }

/*estilos cuadrados*/

#oculta1, #oculta2{
	vertical-align:top;
	display: inline-block;
}
#oculta3, #oculta4{
	vertical-align:top;
	display: inline-block;
}

#marcadores
{
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 5px #000;
	z-index: 5;
}
#boton
{
	cursor: pointer;
	padding: 5px;
	width: 35px;
	height: 35px;
	border-radius: 0.5em;
	margin: 0 0 0 0.5em;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#boton,#sandw,#ingles
{
	vertical-align: middle;
	display: inline-block;
}
#ingles
{
	width: 30px;
	height: 30px;
	border-radius: 0.5em;
	margin:0 1.5em 0 0;
	float: right;
	padding: 5px;
	cursor:pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#ingles:hover
{
	box-shadow: 0px 0px 3px #006699;
	border-radius: 4em;
}
#ingles1
{
	display: none;
}
#boton:hover
{
	border-radius: 4em;	
	box-shadow: 0px 0px 3px #006699;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#sandw
{
	font-size: 1.5em;
}


#primera{
	width: 100%;
	margin-bottom: 0em;
}

#segunda
	{
		width: 95%;
		margin: 0;
		padding: 0;
		margin: 4em 0 4em 0;
	}
	#nosotros
	{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.anteriores{
		height: 260px;
	}
 .comentario1,.comentario2,.comentario3{
  display: block;
  width: 100%;
 }
 

}

@media screen and (min-width:0px) and (max-width:420px){
 .comentario1,.comentario2,.comentario3{
  display: block;
  width: 100%;
 }
body
{
	margin: 0;
	padding: 0;
 background: #183f60;
}
 aside{
  margin-top: 2em;
 }
article
{
	font-size: 15px;
	padding: 0px;
	margin: 0 auto;
	width: 90%;
}

nav 
{
	background-color: #32394b;
	color: #ccc;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: auto;
}
#banner{
	padding-top: 40px;
}
li
{
	background-color: #32394b;
	list-style: none;
	border-bottom: solid 2px #000;
	border-top: solid 1px #4a5572;
	width: 100%;
	padding: 5px 0;
}
li:hover
{
	color:#fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	box-shadow: inset 0px 0px 8px #9e9e9e;
}
ul
{
	padding:0;
	margin: 0;
	list-style: none;
	border-top: solid 1px #4a5572;
	box-shadow: inset 0px 0px  15px #343434;
	margin: 0;
	width: 100%;
}

li a 
{
	color: #ccc;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 20px;
}
li a:hover 
{
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;

}

canvas
{
	background-color:#fff;
	
}

#social
{
	text-align: left;
	padding:1em;
	width: 100%;
	height:auto;
}
.redes
{
	width: 30px;
	height: 30px;
	margin: 0 0 0 24px;
	border-radius:5px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.redes:hover
{
	box-shadow: 1px 1px 8px #fff;
	width: 30px;
	height: 30px;

}
#container
{
	height: 480px;
	/*width: 320px;*/
	overflow: hidden;
}
#contenido
{
	/*max-width: 320px;*/
	width: 100%;
	margin: 0;
	padding: 0;
}
#primera{
	width: 100%;
}
.foto1,.foto2{
	display: block;
	width: 100%;
	margin-top: 10px;
}
#columna2{
	margin: 0 auto;
	display: block;
	width: 95%;
}
#oculta1,#ocuta2{
	display: none;
}
#tercera{
	margin-top: 3em;
}
footer
{
	background-color: #070D12;
 line-height: 3em;
	text-align:center;
	color:#fff;
}
h1
{
	font-size: 1.5em;
	text-align: center;
	border-top:solid 1px rgba(255,255,255,0.5);
 color:#fff;
}
h2{
	text-align: center;
	border-top:solid 1px rgba(255,255,255,0.5);
 color: #fff;
}
h3
{
  font-size: 1em;
  font-style: bold;
  text-align: center;
  color: #fff;
  background: #292929;
 line-height: 2em;
	
}
h4
{
	font-size: 1em;
	color: #fff;
	padding: 0 2px;
	text-align:center;
	border-bottom: solid 1px rgba(255,255,255,0.6);
}
p
{
	font-size: 1.2em;
	text-align:justify;
	color:#fdfdfd;
}
 #calendario{
  z-index: 9999;
  top:23%;
  right: 0;
  position:absolute;
  height: 50px;
  background: none;
 }
 #proximos{
  display: none;
 }
#pagina
{
	background-color:#183f60;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	margin: 0;
	padding: 0;
}
#marcadores
{
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 5px #000;
	z-index: 5;
}


#ingles
{
	width: 30px;
	height: 30px;
	border-radius: 0.5em;
	margin:0 1.5em 0 0;
	float: right;
	padding: 5px;
	cursor:pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#ingles:hover
{
	box-shadow: 0px 0px 3px #006699;
	border-radius: 4em;
}
#ingles1
{
	display: none;
}
#boton
{
	cursor: pointer;
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 0.5em;
	margin: 0 0 0 0.5em;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	z-index:5;
}
#boton,#sandw,#ingles
{
	vertical-align: middle;
	display: inline-block;
	z-index: 5;

}
#boton:hover
{
	border-radius: 4em;	
	box-shadow: 0px 0px 3px #006699;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#sandw
{
	font-size: 1.5em;
}

#nosotros
	{
		width: 100%;
		height: auto;
		margin: 0;
	}
	#segunda
	{
		width: 95%;
		padding: 0;
		margin: 4em 0 4em 0;
	}
	figcaption
	{
		margin: 0 0 2em 0;
	}
 #eventosNav{
  padding-top: 1em;
 }
	
}


/*estilos para slider*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#wrapper {
  padding: 0px;
  width: 100%;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }


#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
 background: #070D12;
  }

/* Callback example */


.events {
  list-style: none;
  }

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding:0px;
  margin: 0;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.jpg") no-repeat left top;
  margin-top: -45px;
  }
  .callbacks_nav:hover{
  	border-radius:5px;
  	opacity: 0.9;
  }
.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
#inicio-arriba p{
  font-size: 1.4em;
  text-align: center;
  box-sizing: border-box;
  padding: 2em 0;
}
#inicio-arriba p strong{
  font-weight: 700;
  color: rgb(232, 241, 255);
}
#opinion-clientes {
  padding-top: 2em;
}

.caja-txt {
  box-sizing: border-box;
  max-width: 701%;
  padding: 2em;
  text-align: center !important;
}

.caja-txt p {
  text-align: center;
  font-size: 1.5em;
  max-width: 500px;
  margin: 0 auto;
}  


#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
width: 90% !important;
}
#media {

}

#calendar{
  max-width: 90%;
  text-align: center;
  width: 100%;
  height: 500px;
  border: 0;
  overflow: auto;
  border-radius: 0.2em;
  -webkit-box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.22);
  
}