/*
* A220 
*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -336px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 336px;
      }
      
      
/* #Basic Styles
================================================== */
	body {
		background: #ffffff;
		font: 14px/21px "Open Sans", sans-serif;
		color: #777777;
		padding: 0;
  		margin: 0;
 }
.container {
  width: auto;
  max-width: 680px;
}
.container {
  margin-right: auto;
  margin-left: auto;
}

.logo {
  text-align: center;
  padding-top: 90px;
}
.email{
color:#ED1C24;
}
.texto{
  width: 400px;
  margin: 10px auto;
  text-align: center;
}
header p{
  color: #fff;
  line-height: 70px;
  margin: 0;
  font-size: 21px;
}
/* #Header footer
================================================== */
	
	header {
		background: url(../img/header.png);
		height:70px;
		position: fixed;
		text-align: center;
		  top: -1px;
		width: 100%;
		z-index: 1000;
		background-position:center center;
	}
	#footer {
		background: url(../img/footer.png);
		text-align: center;
		width: 100%;
		z-index: 1000;
		background-position:center center;
	}
	


