
* {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
object, embed, a {
    outline: 0 none;
}
ul {
    list-style: outside none none;
}
html, body {
    height: 100%;
}
body, td, th, p, div {
    color: #191919;
    font-family: "Fira Sans",sans-serif;
    font-size: 12px;
}
body {
    background: #fff none repeat scroll 0 0;
    line-height: 18px;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    margin: 0;
    padding: 0;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}
small {
}
.relative {
    position: relative;
}
a {
    color: #191919;
}
a:hover {
    color: #ed1b2e;
    text-decoration: none;
}
mark {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-weight: bold;
}
input[type="text"], input[type="password"], textarea, select {
    box-sizing: border-box;
}
input[type="text"], input[type="password"], select {
    background-color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    width: 100%;
}
input:-moz-placeholder {
    color: #707070;
    font-size: 11px;
    opacity: 1;
}
textarea:-moz-placeholder {
    color: #707070;
    font-size: 11px;
    opacity: 1;
}
input::-moz-placeholder {
    color: #707070;
    font-size: 11px;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #707070;
    font-size: 11px;
    opacity: 1;
}
input[type="submit"] {
    cursor: pointer;
}
.select {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.select::after {
    background-color: #a8a8a8;
    background-image: url("img/ico-select.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 32px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 28px;
    z-index: 9;
}
.min-form .select::after {
    height: 24px;
    width: 23px;
}
.anim-suave {
    transition: all 0.3s ease-in-out 0s;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}
.padd-10 {
    padding: 10px 0;
}
.padd-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.padd-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.padd-t-20 {
    padding-top: 20px;
}
.v-center {
    top: 50%;
    transform: translateY(-50%);
}
.h-center {
    left: 50%;
    transform: translateX(-50%);
}
.vh-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s-login .alto100 {
    height: 100%;
}
.divisor-h {
    background-color: #d8d8d8;
    display: block;
    height: 1px;
    margin: 14px 0;
    width: 100%;
}
.divisor-v::before {
    background-color: #d8d8d8;
    content: "";
    display: block;
    height: 100%;
    left: -7px;
    min-height: 300px;
    position: absolute;
    top: 0;
    width: 1px;
}
.aviso {
    padding: 15px;
}
.aviso p {
    font-size: 14px;
    margin-bottom: 0;
}
.aviso.rechazo p {
    font-size: 12px;
    margin-bottom: 0;
}
.gray1 {
    background-color: #d8d8d8;
}
header {
    padding: 50px 0 0;
}
.s-login header {
    left: 0;
    position: relative;
    top: 0;
    width: 100%; z-index:9999;
}
header .bg-header {
    background-color: #191919;
}
header h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
    text-align: right;
}
header a.logo {
    left: 0;
    position: absolute;
}
#login {
    background: url(../images/band-acred.png) no-repeat center center #E1E1E1;
    color: #fff;
    position: relative;
    width: 80%;
	margin:2% auto;
}
#login::after {
    border-bottom: 34px solid #fff;
    border-left: 34px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    width: 0;
    z-index: 2;
}
#login form {
    padding: 30px 50px 10px;
}
legend {
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    padding: 5px 0;
}
#login fieldset {
    padding: 15px 0;
}
#login label {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 20px;
    text-align: right;
    width: 30%;
}
#login .caja {
    float: right;
    text-align: left;
    width: 70%;
}
#login .caja .nota {
    color: #fff;
    font-size: 13px;
    font-style: italic;
    margin-top: 15px;
}
#login input[type="submit"] {
    background-color: #191919;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 20%;
    text-align: center; width:100%;
}
#login input[type="submit"]:hover {
    background-color: #fff;
    color: #191919;
}
#login .registro {
    padding: 30px;
}
#login .registro.first {
    padding-right: 0;
}
#login .registro.last {
    padding-left: 0;
}
#login .registro .inner-bg {
    background-color: #fff;
    height: 354px;
    padding: 15px;
    position: relative;
}
#login .registro fieldset {
    padding: 5px 0;
}
#login .registro fieldset.boton {
    padding: 0; width:70%; max-width:250px;
}
#login .registro legend {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 0; 
}
#login .registro p {
    color: #777;
    font-size: 18px;
    font-weight: 500;
}
#login .registro label, #login .registro .caja {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
}
#login .registro input[type="text"], #login .registro input[type="password"] {
    background-color: #f0f0f0;
}
#login .registro .boton {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
#login .registro span {
    display: block;
    font-size: 16px;
    line-height: 120%;
    margin-top: 20px; color:#777;
}
a.olvido {
    color: #f00;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 20px;
    text-decoration: underline;
}
a.fakebutton {
    background-color: #191919;
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
}
a.fakebutton:hover, #login .registro .boton:hover input[type="submit"] {
    background-color: #ccc;
    color: #000;
}
.s-interna h2 {
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    margin: 14px 0;
    text-align: right;
}
.s-interna #main {
    padding-top: 10px;
}
.s-interna h3 {
    border-left: 8px solid #d8d8d8;
    line-height: 24px;
    margin: 20px 0;
    padding: 4px 0 4px 10px;
}
#innermain {
    padding-left: 18px;
}
.partidos {
    background-color: #e8e8e8;
    padding: 15px;
}
.partidos h4 {
    font-size: 14px;
}
.partidos h4 span {
    color: #ed1b2e;
}
.partidos .partido {
    margin-top: 10px;
}
.partidos .partido img, .partidos .partido span {
    display: inline-block;
    vertical-align: middle;
}
.partidos .partido img {
    margin-right: 18px;
}
.partidos .partido span {
    background-color: #ed1b2e;
    color: #fff;
    font-size: 19px;
    margin-left: 20px;
    padding: 8px 20px;
}
.periodistas h5 {
    background-color: #ed1b2e;
    color: #fff;
    font-size: 14px;
    padding: 6px 8px;
    position: relative;
}
.periodistas h5::after {
    border-bottom: 13px solid #fff;
    border-left: 13px solid transparent;
    bottom: 0;
    content: "";
    font-weight: 400;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2;
}
.periodistas form {
    padding-right: 13px;
}
.periodistas form fieldset {
    margin: 3px 0 10px;
}
.periodistas form fieldset:first-child {
    background-color: #e8e8e8;
}
.periodistas form label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: inherit;
    padding: 2px;
}
.periodistas form fieldset .check {
    overflow: hidden;
    position: relative;
}
.periodistas form fieldset .check::after {
    background-color: #d8d8d8;
    content: "";
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 100%;
}
.periodistas a.agregar {
    background-color: #e8e8e8;
    display: block;
    margin-top: 15px;
    padding-left: 34px;
    position: relative;
}
.periodistas a.agregar::before {
    content: url("img/ico-agregar-periodistas.png");
    left: 5px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}
.observaciones {
    padding: 15px 0;
}
.periodistas textarea {
    border: 1px solid #515151;
    height: 61px;
    padding: 5px;
    width: 100%;
}
.observaciones span {
    color: #ed1b2e;
    display: block;
    padding-top: 10px;
}
.boton input[type="submit"] {
    background-color: #191919;
    color: #fff;
    float: right;
    font-size: 19px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    padding: 0 16px 0 10px;
    text-align: center;
}
.boton .button:hover input[type="submit"] {
    background-color: #ed1b2e;
}
.button {
    position: relative;
}
.button::after {
    border-bottom: 13px solid #fff;
    border-left: 13px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    width: 0;
    z-index: 2;
}
.enproceso {
    padding: 10px 13px 10px 0;
}
.enproceso li {
    font-size: 14px;
    padding-left: 24px;
    position: relative;
}
.enproceso li span {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    line-height: 18px;
    padding: 2px 0;
}
.enproceso li::before {
    font-size: 14px;
    font-weight: 700;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.enproceso.incognita li::before, li.incognita::before {
    color: #266621;
    content: "?";
}
.enproceso.error li::before, li.error::before {
    color: #ed1b2e;
    content: "X";
}
.enproceso.validado li::before, li.validado::before {
    content: url("img/ico-tilde.png");
    margin-top: -8px;
}
.descargar {
    background-color: #191919;
    color: #fff;
    float: right;
    font-size: 19px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 20px 0;
    padding: 0 10px;
    text-align: center;
}
.descargar:hover {
    background-color: #ed1b2e;
    color: #fff;
}
.elpopup {
    padding: 30px 50px 18px;
    position: relative;
}
#gracias.elpopup {
    padding: 50px;
    text-align: center;
}
.elpopup p, .elpopup label {
    color: #fff;
}
.elpopup::after {
    border-bottom: 34px solid #fff;
    border-left: 34px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2;
}
.elpopup fieldset {
    padding: 2px 0;
}
.elpopup label {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 20px;
    text-align: right;
    width: 30%;
}
.elpopup .caja {
    float: right;
    text-align: left;
    width: 70%;
}
.elpopup input[type="submit"] {
    background-color: #191919;
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
}
.elpopup input[type="submit"]:hover {
    background-color: #fff;
    color: #191919;
}
a:focus {
    text-decoration: none;
}
.s-interna.pedido h3 {
    margin-top: 60px;
}
#form {
    background-color: #ed1b2e;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    width: 80%;
}
#form::after {
    border-bottom: 34px solid #fff;
    border-left: 34px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    width: 0;
    z-index: 2;
}
#form form {
    padding: 30px 50px 10px;
}
#form .caja {
    float: right;
    text-align: left;
    width: 70%;
}
#form input[type="submit"] {
    background-color: #191919;
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
}
#form input[type="submit"]:hover {
    background-color: #fff;
    color: #191919;
}
.pedido #form {
    margin: 20px auto 30px;
}
.s-interna.pedido {
    color: #fff;
    font-size: 13px;
}
.s-interna.pedido label {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 0;
    text-transform: uppercase;
}
.s-interna.pedido label.radio-inline {
    padding-left: 20px;
}
.s-interna.pedido .min-form label {
    font-size: 12px;
    padding: 1px 0;
}
.s-interna.pedido .min-form input, .s-interna.pedido .min-form select {
    font-size: 12px;
    height: 22px;
    line-height: 100%;
}
.s-interna.pedido legend {
    font-size: 15px;
}
.s-interna.pedido textarea {
    height: 100px;
    resize: none;
    width: 100%;
}
.div-central {
    margin: 20px 0;
    position: relative;
}
.mensaje {
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    padding: 40px 50px;
    text-transform: uppercase;
}
.div-central::after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}
hr {
    background-color: #fff;
    border: 0 none;
    display: block;
    height: 1px;
    margin: 10px 0;
}
hr.soft {
    opacity: 0.4;
}
.mensajeespecialacred {
    color: #fff;
    font-size: 17px;
    text-align: right;
    width: 100%;
}


.topac { margin:5% auto 0; background:#E1E1E1; width:80%; padding:2% }