a {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #80664D;
}

body 	{
	margin: 0;
	padding: 0;
	font-family: verdana, "lucida grande", geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFF;
	color: #333;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;  
}

h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #003399;
}

img.header {
	margin: 0 0 10px 0;
	border-bottom: solid 1px #CCC;
	padding: 0;
}

input, select {
	font-family: verdana, "lucida grande", geneva, helvetica, arial, sans-serif;

	font-size: 12px;
}

p.nota {
	font-size: 10px;
	color: #80664D;
}	
	
table.res-frm {
	padding: 10px 10px 10px 10px;
	background-color: #EEE;
	border: solid 1px #CCC;
	margin-top: 10px;
}

table.res-frm td.boton {
	text-align: center;
}

table.calendar {
	margin-top: 10px;
	width: 420px;
}

table.sets {
	width: 420px;
}

table.xtr {
	width: 220px;
}

table.sets th, table.xtr th, table.calendar th {
	text-align: center;
	background-color: #CCC;
}

table.sets td, table.xtr td, table.calendar td {
	text-align: center;
	background-color: #EEE;
}


div.resultados {
	position: relative;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
}

div.com-title {
	padding: 10px 0 10px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 30px;
	background-color: #EEEEEE;
	text-align: center;
}

div.partido {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}

div.subform {
	padding: 30px 0 10px 0;
	text-align: center;
    position:fixed;
    bottom:0;
    left:0;
    right: 0;
    background-color: white;
}

	
