html{
  height:-webkit-calc(100% - 10px);
  height:-moz-calc(100% - 10px);
  height:-ms-calc(100% - 10px);
  height:-o-calc(100% - 10px);
  height:calc(100% - 10px);
  margin: 0px;
  padding:0px;
  border:groove 5px #fda641;/*naranja*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body {
  font-size: 1.5em;
  font-family: "Gentium Basic", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #000;
  height:-webkit-calc(100% - 540px);
  height:-moz-calc(100% - 540px);
  height:-ms-calc(100% - 540px);
  height:-o-calc(100% - 540px);
  height:calc(100% - 540px);
}

header {
  background: #FFF;
  color: #fda641;
  padding: 20px 5%;
  margin: 0;
  text-align:center;
}
footer {
  background-color:#e3e3e3;
  color:#fda641;
  font-size:20px;
  text-align:center;
  margin: 0;
  padding: 5px;
}
footer a{
  text-decoration:none;
  color:#003298;
}
hgroup h2 {
  color: #003298;/*azul*/
}
h6{
  color:red;
}
.marginContent {
  margin: 100px 5%;
  position: relative;
  height:100%;
  text-align:center;
  color:#747474;
}
input:focus{
  background-color:#fda641;
} 
/**//**//**//**//**//**//**//**//* PANTALLAS DE 701 A 1200 *//**//**//**//**//**//**/
@media screen and (max-width: 1200px) and (min-width: 701px) {
  body {
    font-size: 1.5em;
    height:-webkit-calc(100% - 420px);
  height:-moz-calc(100% - 420px);
  height:-ms-calc(100% - 420px);
  height:-o-calc(100% - 420px);
  height:calc(100% - 420px);
  }

  header {
    background: #FFF url("../IMAGES/logo.png");	
    -webkit-background-size: 330px 150px;
    -moz-background-size: 330px 150px;
    -ms-background-size: 330px 150px;
    -o-background-size: 330px 150px;
    background-size: 330px 150px;
	  background-repeat: no-repeat;
    background-position: 0 20px;
    padding-left: 250px;
    height: 150px;
  }
  
  hgroup h1 {
    font-size: 250%;
  }

  hgroup h2 {
    font-size: 75%;
  }
}
/**//**//**//**//**//**//**//**//* PANTALLAS DE 1201 A 1920 *//**//**//**//**//**//**/
@media screen and (max-width: 1920px) and (min-width: 1201px) {
  body {
    font-size: 1.6em;
  }
  
  header {
    background: #FFF url("../IMAGES/logo.png");	
    -webkit-background-size: 500px 256px;
    -moz-background-size: 500px 256px;
    -ms-background-size: 500px 256px;
    -o-background-size: 500px 256px;
    background-size: 500px 256px;
	  background-repeat: no-repeat;
    background-position: 0 20px;
    padding-left: 500px;
    height: 256px;
  }

  hgroup h1 {
    font-size: 260%;
  }

  hgroup h2 {
    font-size: 150%;
  }
  
  .marginContent {
    /*min-height:-webkit-calc(100% - 256px);*/
  }
}
 
/**//**//**//**//**//**//**//**//* PANTALLAS DE 1921 PARA ARRIBA *//**//**//**//**//**//**/

@media screen and (min-width: 1921px) {
  body {
    font-size: 2em;
  }

  header {
    background: #FFF url("IMAGES/logo.png");	
    -webkit-background-size: 512 512;
    -moz-background-size: 512 512;
    -ms-background-size: 512 512;
    -o-background-size: 512 512;
    background-size: 512 512;
    background-repeat: no-repeat;
    background-position: 0 20px;

    padding-left: 512px;
    padding-right: 512px;
    min-height: 512px;
  }
  
  hgroup h1 {
    font-size: 220%;
  }

  hgroup h2 {
    font-size: 300%;
  }
  
  .marginContent {
    margin: 60px 512px;
    height:100%;
  }
}


 