@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-image: url("../images/fondo.png");
background-repeat: repeat;
font-family:"Lato-Light";
}

.sinm{
	padding: 0;
	margin: 0;
}
header{
}
#pagina{
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	max-width: 1920px;
	margin: 0 auto;
	width: 90%;
	background-color: rgba(250,250,250,0.4);
}
nav{
		z-index:5;
}

canvas{
}

footer{
	margin-top: 5em;
}
#articulos{
	background: #fff;
	padding: 2em 0 0 0;
}

.notas{
	border-bottom: solid 1px #006699;
	padding-bottom: 2em;
}
#nota1{


	width: 60%;
	margin: 10px 0;
	text-align:justify;
}
#nota2{


	width: 60%;
	margin: 10px 0;
}
#nota3{


	width: 60%;
	margin: 10px 0;
}


.verMas{
	color:#fff;
	font-style: bold;
	font-size: 1em;
	padding: 5px 10px;
	background: #545454;
	border-radius: 10px;
	box-shadow: inset 0px 0px 8px rgba(250,250,250,0.7);
}
.verMas:hover{
	background:#0a0a0a;
	font-size: 1em;
}
.images{

}


	
@media screen and (min-width:1025px){
	#articulos{
	}
	#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{
		background-color: rgba(0, 44, 255, 0.6);
		box-shadow: inset 0px 0px 8px rgba(250,250,250,0.5);
	}
	ul li:hover{
	}
	ul li a:hover
	{
		color:#fff;
		text-decoration: underline;
	}
	ul li a
	{
		color:#000;
	}

	#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: rgba(255, 255, 255, 0.8);
		position: fixed;
		top: 0;
		width: 100%;
		max-height:100px;
		padding:0;
		box-shadow: 3px 3px 10px #b2b3b3;
		z-index: 25;
	}

	h1
	{
		padding:0;
		text-align:left;
		font-size: 2em;
		border-bottom: solid 2px rgba(0,0,0,0.3);
		margin: 3.1em 0 0 0;
	}
	h2
	{
		font-size: 1em;
		background: #006699;
		color: #fff;
		padding: 10px;
		display:block;
		border-radius: 10px;
		text-shadow: 2px 2px 10px rgba(250,250,250,0.6);
		max-width: 500px;
  text-transform: uppercase;
	}

	h3
	{
		font-size: 1.3em;
  font-style: bold;
  border-bottom: 1px solid #272727;
  text-align: center;
	}
	h4
	{
	  font-size: 12px;
	  font-style: bold;
	  color:#000;
	  border-bottom: 1px solid #272727;
	  text-align: center;
	}
	a
	{
		text-decoration: none;	
	}
	p
	{
	font-size: 1.2em;
	text-align:justify;
	color:#3f3f3f;
	}

	

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



	footer
	{
		text-align: center;
		width: 100%;
		height: 40px;
		background-color:#006699;
		padding: 0.5em 0;
		color: #fff;
		box-shadow: inset 0px 0px 20px #fff;
	}
	iframe
	{
		border: 0;
	}
}

@media screen and (min-width:769px) and (max-width:1024px){
	#articulos{
	}
	body
	{
		margin: 0;
		padding: 0;
	}
	h3
	{
		max-width: 106px;
		padding: 0 2px;
		font-size: 1em;
	}
	h4
	{
		font-size: 1em;
		text-align: center;
		color: #000;
		border-bottom: solid 1px #000;
	}


	h1
	{
		font-size: 2em;
		margin: 0em 0 0 0;
	}
	
	#logo
	{
		margin: 0 auto;
		text-align: center;
	}
	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 .nave a:hover{
		color:#fff;
		text-decoration: underline;
	}

	ul .nave:hover{
		background-color: rgba(0, 44, 255, 0.6);
		box-shadow: inset 0px 0px 8px rgba(250,250,250,0.5);
	}
	ul .nave
	{
		display: inline-block;
		font-size: 1.2em;
		list-style: none;
		padding: 3px 7px;


	}
	ul li a:hover
	{
		
	}
	ul li a
	{
		color:black;
	}
	.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;
	}
	#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;
	}

	
	nav
	{
		background-color: rgba(255, 255, 255, 0.8);
		position: fixed;
		width: 100%;
		max-height: 60px;
		padding:0;
	}
	a
	{
		text-decoration: none;	
	}
	p
	{
	font-size: 1.2em;
	text-align:justify;
	color:#3f3f3f;
	}




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

	footer
	{
		text-align: center;
		width: 100%;
		height: 40px;
		background-color:#006699;
		padding: 0.5em 0;
		color: #fff;
		box-shadow: inset 0px 0px 20px #fff;
	}

}


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

	}
	#nota1, #nota2, #nota3{
	width: 100%;
}
.images{
	width: 95%;
	max-width: 275px;
	display: block;
}

body
{
	margin: 0;
	padding: 0;
}
article
{
	font-size: 15px;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
}
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 0;
	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: #006699;
	width: 100%;
	height: 40px;
	text-align:center;
	color:#fff;
	box-shadow: inset 0px 0px  7px #ccc;
	margin: 2em 0 0 0;
}
h1
{
	font-size: 1.5em;
	text-align: center;
	border-bottom:solid 1px rgba(0,0,0,0.5);	
	padding-top: 2.5em;
}

h2
	{
		font-size: 1em;
		background: #006699;
		color: #fff;
		padding: 10px;
		display:block;
		border-radius: 10px;
		text-shadow: 2px 2px 10px rgba(250,250,250,0.6);
		max-width: 500px;
	}

	
h3
{
	
}
h4
{
	text-align: center;
	border-bottom:solid  1px rgba(0,0,0,0.5);

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

}


#pagina
{
	background-color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	margin: 0;
	padding: 0;
}




/*estilos cuadrados*/



#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;
}

}

@media screen and (min-width:0px) and (max-width:420px){
#articulos{

	}
body
{
	margin: 0;
	padding: 0;
}
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;
}

li
{
	padding: 10px 30px;
	background-color: #32394b;
	list-style: none;
	border-bottom: solid 2px #000;
	border-top: solid 1px #4a5572;
	width: 100%;
}
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;
	padding: 5px 0;
	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;

}
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;
}

footer
{
	background-color: #006699;
	width: 100%;
	height: 40px;
	text-align:center;
	color:#fff;
	box-shadow: inset 0px 0px  7px #ccc;
}
#nota1, #nota2, #nota3{
	width: 100%;
}
.images{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
h1
{
	font-size: 1em;
	text-align: center;
	border-bottom:solid 1px rgba(0,0,0,0.5);
	padding-top: 2.5em;
}
h2
	{
		font-size: 1em;
		background: #006699;
		color: #fff;
		padding: 10px;
		display:block;
		border-radius: 10px;
		text-shadow: 2px 2px 10px rgba(250,250,250,0.6);
		max-width: 500px;
		text-align:left;
	}

h3
{
	padding: 0 2px;
	font-size: 1em;
	text-align: center;
}
h4
{
	font-size: 1.2em;
	color: #000;
	padding: 0 2px;
	text-align: center;
	border-bottom: solid 1px rgba(0,0,0,0.6);
}
p
{
	font-size: 1.2em;
	text-align:justify;
	color:#3f3f3f;
}

#pagina
{
	background-color: #fff;
	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;
}








}



