/* h1,p{color:#4E4F51}*/
p,a{font:bold 13px/32px Arial}
select{font:normal 13px/32px Arial}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}

table > caption {
    color: #4E4F51;
    font: bold 13px/32px Arial;
    text-align: left;
    text-transform: uppercase;
}

table td, table th {
    /*font: 11px Arial;*/
    padding: 5px;
    vertical-align: middle;
    text-align:center;
    width: auto;
    border-bottom:1px solid #e2e2e2;    
}

table th
{
    color: #4E4F51;
    font-weight: bold;
    background:#E8EBF0;
}

table th:first-child, table td:first-child
{    
    text-align: left;    
}

table.posiciones th
{
    width: 5%;
}

table.posiciones th:first-child
{
    width:55%;
}

table.goleadores th
{
    width: 45%;
}

table.goleadores th:last-child
{
    width:10%;
}

#Goleadores
{
    display:none;
}

#Promedios
{
    display:none;
}

#Content1 > div
{
    border:1px solid #ccc;
    margin-top:10px;
    margin-bottom:20px;
}

#Content2 > div
{
    border:1px solid #ccc;
    margin-top:10px;
    margin-bottom:20px;
}

#HeaderPosGol
{
    /*border:1px solid #333;*/
    background-color: transparent !important;
    color: #333;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 20px;
   
}

#HeaderTit
{
    background-color: #DD0000;
    color: #fff;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 22px;
    border-bottom:1px solid #fff;

   
}

/** Para tabla de posiciones y goleadores **/

.links
{
    padding-top:7px;
    padding-bottom:6px;
    border-top:1px solid #fff;
    background-color: #ccc;

}

.links a
{
    text-decoration:none;
    color:#333;
    text-transform:uppercase;
    padding:15px; 
}

.links a:hover, .links a.active
{
    text-decoration:none;
    background-color: #DD0000;
    color:#fff;
}

/** Para fixture y resultados **/

.linksFR
{
    padding-top:7px;
    padding-bottom:6px;
    border-top:1px solid #fff;
    background-color: #ccc;

}

.linksFR a
{
    text-decoration:none;
    color:#333;
    text-transform:uppercase;
    padding:15px; 
}

.linksFR a:hover, .linksFR a.active
{
    text-decoration:none;
    background-color: #DD0000;
    color:#fff;
}




.select-control {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}


table.Resultados th:first-child, 
table.Resultados td:first-child,
table.Resultados th:last-child, 
table.Resultados td:last-child,
table.Fixture th:first-child, 
table.Fixture td:first-child,
table.Fixture th:last-child, 
table.Fixture td:last-child{
    width:45%;
    text-align:center;
}

#Fixture .tabletit {
    text-align: center;
}

#Resultados .tabletit {
    text-align: center;
}


#Fixture {
    display:none;
}

.tablaPromedio {
    text-align: center;
}

.promedio {
    color: #dd0000;
    font-weight: bold;
	text-align:center;
}

.lrf-mobile-only-inline { display: none; }
@media (max-width: 600px) {
    .lrf-mobile-only-inline { display: inline; }
    .lrf-desktop-only-inline { display: none; }
}