/* compatible_utf8:0 */
@charset "UTF-8";
*, *::after, *::before {
	box-sizing: content-box;
}
html {
	height: 100%;
}
body {
	background-color: #f2f2f2;
	font-family: Roboto,"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #979797;
}
a:link, a:visited {
    color: #428bca;
    text-decoration: none;
}
 a:hover, a:active {
    color: #428bca;
    text-decoration: underline;
}
h1 {
  background-color: #0076a1;
  color: #fff;
  font-family: Roboto slab;
  font-size: 1.55em;
  font-weight: 400;
  margin: 0;
  padding-bottom: 5px;
  padding-block: 20px;
  text-align: center;
}
h1 img {
    vertical-align: middle;
}
.top {
    background-color: #ffffff;
    padding: 1em;
    text-align: center;
}
.top a img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
}
#wrap {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	max-width: 600px;
    margin-top: 20px;
}
.cuadro {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-inline: 40px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
h2 {
  font-family: Roboto slab;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 0 20px;
  color: #101010;
  text-align: center;
}
h2 span {
  display: block;
  font-size: 20px;
}
#procesando {
    background-color: #fff;
    text-align: center;
    margin: 20px 0;
    padding: 40px;
    border: 1px solid #e9ecec;
    color: #1a1a1a;
}
#procesando h3 {
    font-size: 36px;
    font-weight: 400;
    margin: 20px 0 0;
    line-height: 1.4;
}
.content p {
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.campos {
	margin: 0;
	padding: 0;
}
ul.campos > li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
ul.campos > li:last-child {
	margin-right: 0;
}
p {
  font-size: 13px;
  line-height: 1.4em;
}
p strong {
	color:#101010;
}
.facturaPagada {
  font-size: 20px;
  background-color: #0e8600;
  display: block;
  color: #fff;
  padding: 10px 30px;
  font-family: Roboto Slab,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: 500;
  text-align: center;
  transform: rotate(35deg);
  position: absolute;
  left: -70px;
  bottom: 55px;
  width: 360px;
}
#wrap a.botondescarga {
    color: #747474 !important;
    display: block;
    font-family: Roboto Slab;
    float: right;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 20px;
    background-color: #ebebeb;
    margin-top: 30px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#wrap a.botondescarga:hover {
    color: #101010 !important;
    background-color: #e4e4e4;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.destacado {
    color: #101010;
    font-family: Roboto Slab;
    font-size: 1.5em;
    text-align: center;
	margin-bottom: 1em;
}
.destacado > div {
    font-size: 0.7em;
}
.alertabox {
    background-color: #fff9ca;
    background-image: url("../../media/img/ico-alert.png");
    background-position: 2em center;
    background-repeat: no-repeat;
    color: #bd9e54;
    font-family: Roboto slab;
    font-size: 0.8em;
    line-height: 1.3em;
    margin-bottom: 1em;
    padding: 1em 1em 1em 4.5em;
}
.promo > img {
    height: auto;
    width: 100%;
}
.pie {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #e9ecec;
    margin-top: 60px;
    border-top: 1px solid #e9ecec;
    font-size: 12px;
}
.pie > span {
    margin-right: 1em;
}
.pie > span:first-child {
    display: block;
    margin-bottom: 0.7em;
    margin-right: 0;
}
.pie a {
    text-decoration: none;
}
.pie a:hover {
    text-decoration: underline;
}