@import url(estilo-tablet.css) screen and (max-width: 960px);
@import url(estilos-smart.css) screen and (max-width: 720px);
body {
    border-top: 30px solid #224a9b;
    margin: 0;
    padding: 23px 0 0 0;
    color: #444444;
}

body,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
}

#cabezal,
.box,
#pie {
    width: 940px;
    margin: 0 auto;
}

h1 {
    background-image: url(../images/logo-sepos.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 166px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 900px;
    float: left;
}

#sepos-empresa,
#data-fiscal {
    background-color: #f3f3f3;
    padding: 20px 0;
    font-size: 13px;
}

#data-fiscal {
    margin-bottom: 20px;
}

#sepos-empresa a,
#data-fiscal a {
    color: #444444;
}

#sepos-empresa a:hover,
#data-fiscal a:hover {
    color: #9b9b9b;
}

#sepos-empresa strong {
    color: #224a9b;
    font-weight: 700;
}

#sepos-empresa p {
    line-height: 21px;
    text-align: justify;
}

#sepos-empresa .columna-1,
#sepos-empresa .columna-2 {
    width: 47%;
}

#sepos-empresa .columna-1 {
    float: left;
}

#sepos-empresa .columna-2 {
    float: right;
}

#sepos-empresa a.facebook {
    background-image: url(../images/ico-facebook.png);
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    text-align: right;
    padding-right: 25px;
    color: #9b9b9b;
    text-decoration: none;
    font-style: italic;
    font-size: 15px;
    margin-top: 30px;
}

#sepos-empresa a.facebook:hover {
    color: #444444;
}

ul#menu {
    float: right;
    border-bottom: 2px solid #e5e5e5;
    text-align: right;
    width: 700px;
    margin-top: 78px;
    padding: 0;
    position: relative;
}

ul#menu li {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 0;
    display: inline-block;
}

ul#menu li a {
    color: #224a9b;
    text-decoration: none;
    font-size: 14px;
}

ul#menu li a:hover {
    color: #9b9b9b;
}

ul#menu li.more {
    position: absolute;
    top: -60px;
    right: 0;
}

ul#menu li.more a {
    color: #224a9b;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#menu li.more a:hover {
    color: #0246ce;
}

#mapa {
    margin-bottom: 20px;
}

#mapa iframe {
    background-color: #a7b7c8;
}

#googlemaps {
    height: 420px;
    margin: 0;
    width: 100%;
    background-color: #a7b7c8;
}

.jpg-map {
    display: block;
}

.jpg-map img {
    width: 100%;
    height: auto;
}

#formulario {
    background-color: #224a9b;
    color: #FFF;
    padding: 40px 0 20px;
}

#formulario a {
    color: #FFF;
    text-decoration: none;
}

#formulario a:hover {
    color: #93a6ce;
}

#formulario .columna-1 {
    background-image: url(../images/ico-sobre.png);
    background-repeat: no-repeat;
    padding-top: 65px;
    font-size: 11px;
    float: left;
    width: 240px;
}

#formulario strong {
    font-size: 14px;
    font-weight: normal;
}

#formulario form {
    float: right;
    width: 700px;
}

#formulario .input-row {
    height: 52px;
    position: relative;
    width: 340px;
}

#formulario .textarea-row {
    height: 200px;
    position: relative;
    width: 340px;
}

#formulario label.campo {
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-size: 14px;
    display: block;
    float: left;
    margin-top: 5px;
}

#formulario .input-row input,
#formulario .textarea-row textarea {
    border: 3px solid #4365aa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 5px;
    background-image: url(../images/bg-input.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 210px;
    float: right;
    font-size: 13px;
    line-height: 25px;
}

#formulario .input-row input {
    height: 25px;
}

#formulario .textarea-row textarea {
    height: 189px;
}

#formulario .columna-2 {
    width: 360px;
    float: left;
}

#formulario .columna-3 {
    width: 340px;
    float: right
}

#formulario .boton input {
    float: right;
    margin-top: 10px;
}

#formulario label.error {
    position: absolute;
    font-size: 11px;
    color: #000;
    background-color: #fff7cc;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: 0;
    top: -4px;
}

#pie {
    margin-top: 20px;
    margin-bottom: 20px;
}

#pie .logo {
    background-image: url(../images/logo2-sepos.png);
    background-repeat: no-repeat;
    line-height: 900px;
    overflow: hidden;
    display: block;
    width: 120px;
    height: 70px;
    float: left;
}

ul#menu-pie {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 240px;
}

ul#menu-pie li {
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    display: inline-block;
    border-right: 1px solid #444444;
    line-height: 12px;
    font-size: 12px;
}

ul#menu-pie li:last-of-type {
    border-right: 1px solid #444444;
}

ul#menu-pie li.last {
    padding: 0;
    margin: 0;
    border-right: none;
}

ul#menu-pie li a {
    color: #444444;
    text-decoration: none;
}

ul#menu-pie li a:hover {
    color: #9b9b9b;
}

ul#menu-pie li a.more {
    color: #224a9b;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

ul#menu-pie li a.more:hover {
    color: #0246ce;
}

#pie a.facebook-smart {
    display: none
}

#pie a.facebook {
    background-image: url(../images/ico-facebook2.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    padding-left: 25px;
    padding-bottom: 5px;
    color: #444444;
    text-decoration: none;
    margin-top: 15px;
    width: 180px;
    font-size: 12px;
}

#pie a.facebook:hover,
#pie a.facebook-smart:hover {
    color: #9b9b9b;
}

#pie .firma {
    display: block;
    width: 180px;
    float: right;
    text-align: right;
    margin-top: 15px;
}

#pie .firma a,
#pie .firma {
    color: #ababab;
    font-size: 12px;
}

#pie .firma a:hover {
    color: #444;
}

.clear {
    clear: both;
}

#respuesta {
    font-size: 13px;
    color: #FFF;
    width: 100%;
    background-color: #75c190;
    position: fixed;
    top: 0;
    min-height: 30px;
    text-align: center;
}

#respuesta p span {
    background-image: url("../images/ico-ok.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    line-height: 900px;
    overflow: hidden;
    width: 30px;
}

#respuesta a.cerrar {
    display: block;
    width: 30px;
    height: 25px;
    background-image: url(../images/ico-cerrar.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;
    line-height: 900px;
    overflow: hidden;
}

#data-fiscal {
    text-align: center;
}

#data-fiscal a.codigo-qr-link {
    font-size: 21px;
    text-decoration: none;
    display: inline-block;
    background-image: url(../images/ic-flechitas.png);
    background-repeat: no-repeat;
    padding-right: 25px;
}

#data-fiscal a.codigo-qr-link.down {
    background-position: 100% 8px;
}

#data-fiscal a.codigo-qr-link.up {
    background-position: 100% -72px;
}

#data-fiscal #codigo-qr {
    margin-top: 15px;
    display: none;
}