html,body {
    padding-top: 2px;
    padding-bottom: 2px;  
	font-family: "Open Sans", sans-serif;
	line-height: 1.25;
	color: #000;
	background-color:#000;
}

header {
	position:fixed;
	top:0;
	width:100%;
	height:40px;
	color: #333;
	background-color:#fff;
	padding:2px;
}

footer {
	
	color: #fff;
	background-color: #333;
	width: 100%;
	bottom: 0;
	position: relative;
}

    .container{
        width: 100%;
        margin: 0 auto; /* Center the DIV horizontally */
		
		margin-top: 111px;
		padding-top: 101px;
		padding-bottom: 40px;
		
		background: #000;
		color: #fff;
    }
    .fixed-header, .fixed-footer{
        width: 100%;
        position: fixed;        
        background: #333;
        padding: 2px 0;
        color: #fff;
    }
    .fixed-header{
        top: 0;
		min-height: 120px;
    }
    .fixed-footer{
        bottom: 0;
    } 
h2 {
		color: #000;
	background-color: #333;
	font-size: 1.05em;
    font-family: Arial, Helvetica, sans-serif;
}	

#main{	
	padding-top:15px;
	padding-left:20px;
    width: 99%;
	/* text-align:center; */
}
#main_tb{	
	padding-left:20px;
	/* text-align:center; */
}

.dorsal {
	color: #303;
	font-size: 1.05em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
p.celda-tb {
	margin:0; 
	text-align:right;
}
p.celda-tb-c {
	margin:0; 
	text-align:center;
}

p.celda-tb-r {
	margin:0; 
	text-align:right;
}

p.celda-tb-l {
	margin:0; 
	text-align:left;
}

.list_cat {
	padding-top:5px;
	padding-bottom:10px;
	padding-left:20px;
	color: #000;
	font-size: 1.35em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	height:12px;
}
.titu_live{
	color: #133b96;
}
span.xlist_cat {
	color: #133b96;
}

b.penaliza {
		color: #000;
		background-color: #ff9090;
}
i.previsto {
		color: #000;
		background-color: #edf892;
}

form {
	font-size: 1.05em;
	padding-top:-10px;
	padding-bottom:-10px;
		margin-bottom: -1px;
}
input {
	font-size: 1.05em;
}
button {
	font-size: 1.05em;
}
#ban-cent	{float:center; width:100%; 	min-height: 100px;    text-align:center; padding-left: 2px; padding-right: 2px;}
#pie-cent	{float:center; width:100%; 	min-height: 35px;    text-align:center; padding-left: 2px; padding-right: 2px;}

#ban-viloria	{float:left; width:20%; 	min-height: 100px;    text-align:left; padding-left: 10px;}
#ban-cabe		{float:left; width:50%; 	min-height: 100px;    text-align:center;}
#ban-publi		{float:right; width:20%;   	min-height: 100px;    text-align:right; padding-right: 10px;}

#foot-izq		{float:left; width:260px; 	min-height: 20px;    padding-left: 10px;}
#foot-der		{float:right; width:220px;   min-height: 20px;    padding-right: 10px;}

#div-igual 		{float:left; width:5%;	background:url(images/estados/igual.png) no-repeat; 		min-width: 10px; max-height: 15px;}
#div-baja 		{float:left; width:5%;	background:url(images/estados/baja.png) no-repeat; 			min-width: 10px; max-height: 15px;}
#div-sube 		{float:left; width:5%;	background:url(images/estados/sube.png) no-repeat; 			min-width: 10px; max-height: 15px;}
#div-cuadros 	{float:left; width:5%;	background:url(images/estados/cuadros.png) no-repeat; 		min-width: 10px; max-height: 15px;}
#div-primero 	{float:left; width:5%;	background:url(images/estados/primero.png) no-repeat; 		min-width: 10px; max-height: 15px;}
#div-enpit 		{float:left; width:5%;	background:url(images/estados/cuadrado20.png) no-repeat; 	min-width: 10px; max-height: 15px;}


#dataTime		{float:left; width:80%; 	}
#dataMsg		{float:left; width:20%;}

	.logo_banner_mini {
		display :none;
	}

@media screen and (max-width: 650px) {
	p.celda-tb-c {
		margin:0; 
		text-align:right;
	}
	p.celda-tb-l {
		margin:0; 
		text-align:right;
	}
	.logo_crono {
		display :none;
	}
	.logo_aux {
		display :none;
	}
	.logo_banner {
		display :none;
	}
	.pie_gs {
		display :none;
	}
	.logo_banner_mini {
		display :inline;
	}
}