body {
	margin: 1px 1px;
	padding: 0;
}

h1, h2, h3, p {
	margin: 0;
}
a {
	text-decoration: none;
	outline: 0;
}
h1 {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #6F6F73;
    text-transform: uppercase;
	font-size: 14px;
    text-align: center;
    padding-top: 16px;
    display: inline-block;
    margin: 0 auto;
}
/*p {
	color: #585858;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
}*/
.Container {
    max-width: 1100px; 
    background-image: url(../images/ui/linealgradient.svg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 185px;
   /* text-decoration: none;
    cursor: pointer;*/
    display: block;
    margin: 0 auto;
}
.Container2 {
    max-width: 1100px; 
    background-image: url(../images/ui/linealgradient.svg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 50px;
   /* text-decoration: none;
    cursor: pointer;*/
    display: block;
    margin: 0 auto;
}
.LogoContainer {
    width: 330px;
    height: 164px;
    background-image: url(../images/ui/elecciones_day3.svg);
    background-position: center;
    background-repeat: no-repeat;
    /*margin: 0 auto;*/
    text-align: center;
    z-index: 2;
    display: inline-block;
    float: left;
}
.DataContainer {
   /* clear: both;
    width: 560px;
    height: 164px;*/
    text-align: center;
    z-index: 2;
    /*display: inline-block;*/
    float: left;
}
.Partidos {
    width: 560px;
    height: 112px;
}
.Resultados {
    width: 560px;
    height: 112px;
    display: block;
    text-align: center;
    margin: 20px auto 0px auto;
    padding: inherit;
}
.Resultados li {
    clear: both;
    display: inline-block;
    height: 90px;
    /*background-color: red;*/
    z-index: 3;
    width:136px;
}
.Resultados li p {
    font-size: 50px;
    font-weight: 700;
    color: #989899;
    font-family: 'Noto Serif', serif;
}
.ExternalContainer {
    width: 205px;
    height: 164px;
    z-index: 2;
    /*display: inline-block;*/
    /*background-color: aqua;*/
    color: #6F6F73;
    float: left;
}
.Follow {
    padding: 38% 0 0 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.Bandera {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 35px;
    width: 105px;
    padding: 5px 5px;
    /*cursor: pointer;*/
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 50%);
}
.PLN {
    background-color: #46AB36;
}
.PAC {
    background-color: #EFC929;
}
.PUSC {
    background-color: #BC1D1D;
}
.PRN {
    background-color: #1591E5;
}
.PNR {
    background-color: #2B57AD;
}
.FA {
    background-color: #FFCC00;
}
.OTHERS {
    background-color: #D3AD62;
}
.TIE {
    background-color: #6F6F73;
}
.NODATA {
    background-color: #D9DCDD;
}
.theborderight {
    border-right: 1px dashed #d7d7d7;
}
.GoLink {
    height: 40px;
    width: 100px;
    display: block;
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-weight: 900;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #6F6F73;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    align-content: center;
    margin: 5px auto 10px auto;
    letter-spacing: 1px;
}
.GoLink:hover {
    background: #404042;
}
.FedLedContainer {
    clear: both;
    max-width: 1100px;
    background-color: rgb(240, 240, 240);
    height: 20px;
}
.FedLed {
    color: rgb(88, 88, 88);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    max-width: 1100px;
    text-align: center;
    box-sizing: border-box;
    height: 20px;
    width: 420px;
    font-family: 'Roboto', sans-serif;
    color: #6F6F73;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    padding: 2px 25px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.FedLed div {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: cooleffect 5s linear infinite;
}
.FedLed span {
    float: left;
    width: 50%;
    font-size: 14px;
}
@keyframes cooleffect {
  0% { left: 0; }
  100% { left: -100%; }
}

/************************ Estilos para movil ************************************/

/*MediaQueries 450px or less Only*/
@media screen and (max-width: 450px){
.LogoContainer {margin: 0 auto; text-align: center; display: block; background-image: url(../images/ui/elecciones_day3.svg);background-position: center;background-repeat: no-repeat; width: 23%; background-size: contain; height: 154px; float: left; display: block}
.DataContainer {float: left}
.Follow {margin: 0 auto; font-size: 8px; padding-top: 90% }
.ExternalContainer {width: 40px; height: 90px}
.Partidos {width: 200px; height: 99px}
.Resultados {width: 200px; height: 99px}
.Resultados li {width: 45px}
.Bandera {width: 30px; font-size: 9px; height: 18px; border-radius: 5px;}
.Resultados li p {font-size: 28px }
.Golink {width: 35px; font-size: 9px; line-height: 22px; height: 22px}
h1 {font-size: 11px}
.FedLed {width: 100%}
.FedLed span {font-size: 10px}
}
/*MediaQueries 450px to 700px Only*/
@media (min-width: 450px) and (max-width: 700px) {
.LogoContainer {margin: 0 auto; text-align: center; display: block; background-image: url(../images/ui/elecciones_day3.svg);background-position: center;background-repeat: no-repeat; width: 23%; background-size: contain; height: 154px; float: left; display: block}
.DataContainer {float: left}
.Follow {margin: 0 auto; font-size: 9px; padding-top: 65% }
.ExternalContainer {width: 75px; height: 90px}
.Partidos {width: 250px; height: 99px}
.Resultados {width: 250px; height: 99px}
.Resultados li {width: 45px}
.Bandera {width: 30px; font-size: 9px; height: 18px; border-radius: 5px;}
.Resultados li p {font-size: 32px }
.Golink {width: 55px}
h1 {font-size: 13px}
}
/*Specific MediaQueries 700px up Only*/    
@media (min-width: 700px) and (max-width: 815px) {  
.LogoContainer {margin: 0 auto; text-align: center; display: block; background-image: url(../images/ui/elecciones_day_mob.svg);background-position: center;background-repeat: no-repeat; width: 26%; background-size: contain; height: 154px }
.Follow {margin: 0 auto; font-size: 10px; padding-top: 65% }
.ExternalContainer {width: 12%; height: 90px}
.Partidos {width: 350px; height: 99px}
.Resultados {width: 350px; height: 99px}
.Resultados li {width: 70px}
.Bandera {width: 54px; font-size: 13px; height: 25px}
.Resultados li p {font-size: 38px }
.Golink {width: 65px}
}
@media (min-width: 816px) and (max-width: 1100px) { 
.LogoContainer {margin: 0 auto; text-align: center; display: block; background-image: url(../images/ui/elecciones_day_mob.svg);background-position: center;background-repeat: no-repeat; width: 26%; background-size: contain; }
.Follow {margin: 0 auto; padding-top: 60%}
.ExternalContainer {width: 12%}
.Partidos {width: 450px}
.Resultados {width: 450px}
.Resultados li {width: 95px}
.Bandera {width: 70px; font-size: 16px}
.Resultados li p {font-size: 38px }
.Golink {width: 75px}
}























