html {
  background-color: #EEEEEE !important;
}

body.landing-body {
 background-color: #EEEEEE !important;
}

div.landing-wrapper {
 background-color: #EEEEEE !important;
}

div#features {
background-color: #EEEEEE !important;
}

span,feature-title {
       font-weight: bolder;
}



footer.footer {
   background-color: #1b4bab;
   border-top: 3px solid #FAFAFA;
  color: white;
  font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight:normal;
}

footer.footer span {
font-weight:normal;
}

footer.footer a {
  color: white;
  font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
text-decoration:none;
font-weight:bolder;
}

footer.footer a:hover {
  color: #FAFAFA;
  text-decoration:underline;
}

div#contenedor_aviso_legal {
 font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
text-decoration:none;
text-align:justify;
color:#616161;
}

div#contenedor_aviso_legal p {
 color:#616161 !important;
}

div#contenedor_home {
  text-align:center;
background-image:  url('http://www.nroot.es/sites/all/themes/theme820/images/header.jpg');
  background-color: white;
  background-repeat: no-repeat;
  background-position: top left;
}
div#contenedor_home2 {
  padding: 25px;
  background: rgba(255,255,255,0.8);
}

div#contenedor_home_cabecera {
   max-width: 1200px;
  display:inline-block;
}
div#contenedor_home_conocenos {
  padding-top:40px;
}
div#contenedor_home_pagos{
  padding-top:40px;
}

div#contenedor_home_content {
  max-width: 1200px;
  display:inline-block;
}


div#contenedor_home_content img {
    height: auto;
    width: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
div#contenedor_home_content img.left {
  float:left;
  padding-right: 10px;
}
div#contenedor_home_content img.right {
  float:right;
  padding-left: 10px;
}

.home_formulario_pago_container {
    text-align: center;
    color: #fff;
    background-color: #9ccc65;
    border-color: #9ccc65;
    padding: 20px;
}

.home_formulario_pago_container h3 {
    text-align: center;
    font-weight: bolder;
    font-size: 1.4rem;
}

.home_formulario_pago_container input {
    width: 100%;
    height: 50px;
    font-weight: bolder;
    font-size: 1.8rem;
    text-align: center;
}


.home_formulario_pago_container button {
    margin-top: 20px;
    padding: 10px !important;
    font-weight: bolder !important;
    font-size: 1.2rem !important;
    background: #c62828 !important;
    border: 1px solid #8e0000 !important;
    cursor: pointer !important;	
}

.home_formulario_pago_container button .ui-button-icon-left {
    font-size: 1rem !important;
    margin-right: 5px !important;
}
