
footer
{
  font: 12px arial, verdana, sans-serif;
	width: 100%;
	max-width: 1050px;
    padding: 10px;
	padding-top: 0px;
	margin: 0px auto;
	padding-bottom: 25px;
	height: auto;
}

div#contacto_pie { width: 50%; float: left; padding: 10px; }
input.formpie { padding: 5px 10px; background-color: #9CDAEC; color: #232323; font-size: 14px; font-weight: bolder; border: none; width: 100%; margin-top: 5px; }
textarea.formpie { padding: 5px 10px; background-color: #9CDAEC; color: #232323; font-size: 14px; font-weight: bolder; border: none; width: 100%; margin-top: 5px; height: 50px; }

input::-webkit-input-placeholder { color: #232323; font-style: italic; }
input::-moz-placeholder { color: #232323; font-style: italic; }
textarea::-webkit-input-placeholder { color: #232323; font-style: italic; }
textarea::-moz-placeholder { color: #232323; font-style: italic; }


input.enviar_formpie { padding: 10px; background-color: #3C4ACC; color: #9CDAEC; font-size: 14px; font-weight: bolder; border: none; margin-top: 20px; }
	input.enviar_formpie:hover { background-color: #9CDAEC; color: #232323; cursor: pointer; }
	input.enviar_formpie:disabled { background-color: #575759; color: #313131; cursor: not-allowed; }

div#facebook_pie { width: 50%; float: left; padding: 10px; }

@media screen and (max-width: 600px)
{
	div#contacto_pie { width: 100%; float: none; }
	
}
 