
body{
margin:0px;	
width: 100vw;
height: 100vh;
}
header{
	height: 15%;
	margin: 0px;

}
h1{
	margin:0px;
	padding: 20px;
	text-align: left;
	font-family: 'Roboto';
	font-size: 2em;
	font-weight: 200;
	text-transform: uppercase;


}
.contenido{
	height: 65%;
	width: 100%;
	display: flex;

}

footer{
	width: 100%;
	height: 20%;
	background-color: rgb(237,237,237);
	display: flex;
	justify-content: center;
	align-items: center;
}

.rrss{
	height: 60%;
	padding:1em;
}
.int{
	height: 100%;
}

.medio{
	padding: 20px;
	width: 50%;
}
.noticias{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.contacto{
	display: flex;
	align-items: center;
	justify-content: center;
}
.articulo{
	height: 60px;
    width: 28%;
    margin: 10px;
    
}
.conte{
	height: 100%;
	width: 100%;	
}

.w400{
  font-weight: 300 !important;
}

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}



#form {
  position: relative;
  width: 500px;
 
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px rgb(237,237,237);
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: rgb(237,237,237);
  color: rgb(74,74,74);
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: rgb(74,74,74);
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px rgb(237,237,237);
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: rgb(237,237,237);
  color: rgb(74,74,74);
}

#submit {
  width: 502px;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: rgb(74,74,74);
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px rgb(237,237,237);
  border-top: none;
}

#submit:hover {
  color: rgb(74,74,74);
}