@font-face {

font-family: myriad pro;

src: url (webstylesheet/myriadpro-regular.otf) format('opentype');

}

a {
	color: #737373;
	text-decoration:none;
	bottom:10%;
	font-size: large;
	font-weight: bolder;
}

a:hover {
	color: blue;
	
}

article{
	min-width:200px;
	height:100%;
	margin: auto auto;
	float:left;
	

}


body {
	background-color:#eee;
	height:100%;
	width:100%;
	font-family:myriad pro;
	letter-spacing:1px;
	margin:0;
}

.boton{
	
	box-shadow: 10px 10px 5px #ccc;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 	3.6 and earlier */
	display:block;
	
}

button{
	height:72%;
	width:72%;
	margin:auto;
	background-color:#737373;
	color: #fff;
	font-size:100%;
}

button.boton:hover
{
	background-color:#fff;
	color:#999;
	font-size:100%;
}

button.boton:active
{
	background-color:#555;
	color:#fff;
	font-size:100%;
}
#cookie{
	display:none;
	text-align: left;
}
#priv{
	display:none;
	text-align: left;
}
#legal{
	display:none;
	text-align: left;
}
.descripcion{
	width: 96%;
	height:100%;
	background-color:#e0e0e0;
	color: #000;
	text-align: center;
	margin:auto auto;
	padding-top:1%;
	padding-left: 2%;
	padding-right: 2%;
	border-radius:25px;
	/* -moz-border-radius:25px; Firefox 	3.6 and earlier */
	
}

div
{
	width:70%;
	height:70%;
	text-align: center;
	color: #FFF;
	float: left;
	margin:5% 15%;	
}

div.descripcion#info{
	min-height:90%;
}


#final{
	text-align: center;	
}

#func{
	display:none;
}
footer{
	width: 80%;
	/* max-width:1024px; */
	height:auto;
	min-height:51%;
	margin:auto;
	overflow:hidden;
	text-align: center;
	background:#eee;
}

h1,h2,h3{
	margin-right:auto;
	margin-left:auto;
	display:block;
	
	

}
h1{
	
	padding-top:5%;
	text-align:center;

}
html{
	height:100%;
	width:100%;	
	margin:0;
}

header{
	width:80%;
	/* max-width:1024px; */
	height:35%;
	margin: auto auto;
	background: #eee;;
	overflow:hidden;
	
	
}

img{
	border-width:12px;
	border-style:solid;
	border-color:#FFF;
	height:80%;
	max-height: 200px;
	margin:0 auto;
	display:block;
	
	
}

#intro{
	display:show;	
}

#map{
	display:none;
	height:450px;
	width:90%;
	border:0;
	

}

.menu{
	width:25%;

}

.top{
	width:33%;
	font-size: larger;

}

nav{
	width:80%;
	/* max-width:1024px; */
	height:15%;
	margin: auto auto;
	overflow:hidden;
	background:#eee;
}

section{
	width:80%;
	/* max-width:1024px; */
	height:35%;
	margin: auto auto;
	background:#e0e0e0;
	overflow:hidden;
}

#trat{
	display:none;
}

#who{
	display:none;
	float:inherit;
}

@media screen and (max-width:1000px){
	section,header,nav,footer{
		width:100%;
		
		}
	nav{
		font-size:80%;
	}
	html,body{
		height:auto;
		background:#e0e0e0;
	}
	
	}
@media screen and (max-width:400px){
	article{
		width:100%;
		
		}
	nav{
		font-size:70%;
	}
	h1{
		padding-top:5%;
	}
				}