html {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	max-width: 1000px;
	margin: 0px auto;
}
table {
	border-collapse: collapse;
	margin: auto;
}
th, td {
	padding: 0px;
}
img {
	border: none;
}
h1 {
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 5px 0px;
}
ol {
	text-align: left;
}
li {
	padding: 0px 0px 5px 0px;
}
hr {
	width: 98%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	color: #006600;
}
form {
	margin: 0px;
	padding: 0px;
}
#cabezaTorneo {
	margin: 0px auto 10px auto;
	text-align: center;
	width: 650px;
}
#contenido {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.linkPlano {  font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none}
a.linkPlano:hover {  text-decoration: underline}
.error {
	text-align: center;
	color: #FF0000;
	background-color: #FFFBEC;
	padding: 5px;
	margin: 10px;
	border: solid #FF0000 1px;
	font-weight: bold;
}
.formulario {
	text-align: center;
}
.nota {
	font-size: 10px;
	font-weight: bold;
}
.reglamento {
	width: 750px;
	font-size: 14px;
	margin: auto;
}
.reglamento li {
	border-bottom: solid #000000 1px;
	margin: 0px 0px 5px 0px;
}
.reglamento .nota {
	font-size: 12px;
}
.gris {
	color: #CCCCCC;
}
.fecha {
	width: 650px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
.f_centrado,
.tablaCSSsimple.f_centrado  td {
	text-align: center;
}
.seleccionado {
	background-color:#F4FFF4;
}
.bancario {
	background-color: #FFF9ED;
}
.baja {
	background-color:#F3F3F3;
}
.baja td {
	color: #999;
}
.foto img {
	width: 50px;
}
.f_centrado{
	text-align: center;	
}
.fichaPerfil {
	text-align: left;
	margin: 10px auto;
	border: solid #900 1px;
}
.fichaPerfil td {
	vertical-align: top;
	padding: 5px;
}
.fichaPerfil h4 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}
.f_bold {
	font-weight: bold;
}
.resaltado {
	background-color: #FF9;
}
.tablaCSSsimple td.i_paloma,
.tablaCSSsimple td.i_tache {
	background-repeat: no-repeat;
	background-position: center center;
}
.tablaCSSsimple td.i_paloma {
	background-image: url(../images/paloma.gif);
}
.tablaCSSsimple td.i_tache {
	background-image: url(../images/tache.gif);
}
.notaResaltada {
	padding: 5px;
	background-color: #FF9;
	margin: 10px;
	border: dashed 1px #900
}
