html{
	margin:0; 
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgba(255,255,200,1);
	background: url("../img/textura.png") repeat;
	/*background-color: #178f00;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%230dbe00' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");*/
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 50px;
}
#encabezado{
	background-color: black; 
	width: 98%; 
	text-transform: uppercase; 
	color: #eee;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	padding: 1%;
	text-align: left;
}
#cinta{
	position: fixed; 
	width: 10%; 
	top: 0; 
	right: 0; 
	z-index: 10;
}
#separador{
	background-color: rgba(255,255,255,1.0);
	background: url("../img/bandera3.png") repeat-x;
	background-size: 100px;
	height: 130px;
	text-align: left;
}
#separador3{
	background-color: rgba(255,255,255,1.0);
	background: url("../img/hojas.png") repeat-x;
	background-size: 100px;
	height: 50px;
	text-align: left;
}
#separador img{
	height: 180px;
}
#separador2{
	background-color: rgba(255,255,255,1.0);
	background: url("../img/bandera_mastil2.png") no-repeat left, url("../img/fp1.png") no-repeat center;
	background-size: 100px, 600px;
	height: 300px;
}
main{
	position: relative;
	text-align: center;
	width: 90%;
	margin: 30px 4%;

}
a{text-decoration: none;}
h1{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}
.mas {
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.1s;
}

.mas:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  color: #000;
  padding: 0 18px;
  background-color: rgba(255, 255, 255, 0.8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
  height: auto;
}
.panel button{
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 0 0;
}


section{
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	margin: 10px 20%; 
	padding: 30px;
	text-align: center;
}
/*#facebook iframe{
	width: 400px;
}*/
#pdf iframe{
	width: 99%;
	height: 40vw;
}
section span{
	margin-left: 0px;
	font-weight: bold;
}
section button{
	cursor: pointer;
	padding: 10px 20px;
	margin: 5px auto;
	font-size: 16px;
	color: rgba(30,0,180,1);
	border: none;
	border-radius: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
section button:hover{
	background-color: rgba(30,0,180,1);
	color: #eee;
}
/*RESPONSIVE*/
@media screen and (max-width: 1000px) {
	main{
		width: 92%;
		margin: 1% 3%;
	}
	section{
		width: 100%;
		margin: 0;
		padding: 1%;
	}
	#separador{
	background-size: 80px;
	}
	#cinta{
	width: 25%; 
	}
}

@media screen and (max-width: 480px) {
	form {
    	margin:0 4%;
    	width:80%;
	}
	#wasap, #mail{
		width: 85%; 
		margin: 10px 4%;
	}
	#wasap select, #mail select{
	margin-left: 1%;
	}
		section span{margin-left: 5px;}
	#separador{
	background-size: 50px;
	}
	
}