/* Del CSS principal define fonts*/

body {
	margin: 0px;
	padding: 10px;
    background-color: transparent;
}

.section-program {
	width: 249px;
	height: 400px;
	overflow: hidden;
}

.title {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #e34b21;
}

.title-div {
	height: 28px;
}

.section-content {
	border-right: 1px solid white;
	border-left: 1px solid white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center;
}

.date {
	color: white;
	background-image: url("http://www.intralot.com.pe/intralot/lotto-portal/game/teapuesto/section/program/small/background-orange.png");
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}

.date-p {
	margin: 0px;	
}

.program-table {
	width: 247px;
}

.header-row {
	color: white;
	background-image: url("http://www.intralot.com.pe/intralot/lotto-portal/game/teapuesto/section/program/small/background-table-header.png");
	background-repeat: repeat-x;
	height: 21px;
}

.header-row td {
	height: 21px;
	padding: 0px;
}

.header-row-td {
	display: inline-block;
	height: 21px;
	overflow: hidden;
}

.img-flecha {
	height: 21px;
}

.classic-row {
	width: 247px;
	height: 17px;	
}

.time {
	width: 24px;
	color: white;
	background-color: black;
	border-top: 1px solid #afafaf;
	font-size: 9px;
}

.minimo {
	width: 15px;
	color: white;
	background-color: red;
	border-top: 1px solid #afafaf;
	font-size: 9px;
	font-weight: normal;
}

.minimo-2 {
	color: black;
	background-color: #fdff06;
}

.minimo-3 {
	background-color: #0179b2;
}

.team-table {
	width: 100%;	
}

.teams {
	width: 208px;	
	height: 17px;
	background-color: #c7c7c7;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

.team-local {
	width: 50%;
	border-right: 1px solid #afafaf;
}

.team-visitor {
	width: 50%;
}

.cote {
	width: 208px;
	height: 17px;
	background-color: white;
}

.cote td {
	width: 69px;	
}

.cote-letter {
	width: 69px;
	color: #e18020;
}

.overflow-hidden {
	width: 100%;
	overflow: hidden;
	height: 13px;
}

