/* includes */

/* general tags */

body {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	/*background-image: url("../images/fondo.png");
	background-position: bottom;
	background-repeat: repeat-x;*/
}

img {
	border-width: 0px;
}

a {
	text-decoration: none;
	color: #0079a6;
}

a:hover {
	text-decoration: none;
	color: #000;
}

h1, h2, h3, h4, h5, table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	padding: 0px;
	margin-top: 10px;
	font-size: 24px;
}

h3 {
	font-size: 18px;
	margin-bottom: 0px;
}

input, textarea, select {
	background-color: #b3c9e2;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #666 #666 #999;
}

input[type="submit"] {
	margin:10px auto 10px auto;
	text-align: center;
	display: block;
	background-color: #b3c9e2;
	height: 50px;
	width: 300px;
	font-size: 24px;
	margin-bottom: 10px;
	border-color: #999 #666 #666 #999;
}

input[type="submit"]:hover {
	border-color: #666 #999 #999 #666;
}

input[type="submit"]:active {
	background-color: #ddd;
}

table {
	margin: auto;
	text-align: center;
}

form table td {
	text-align: left;
}

table.members {
	text-align: left;
	margin: 10px 0px 0px 20px;
	width: 600px;
}

table.members td {
	background-color: #ddd;
	padding-left: 3px;
}

table.members td.name {
	width: 240px;
	font-weight: bold;
}


/* ids */

#container {
	position: relative;
	width: 700px;
	margin: auto;
}

#header {
	margin-top: 5px;
	text-align: left;
}

#header h1 {
	display: none;
}

#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 0;
	width: 700px;
	height: 20px;
	background-image: url("../images/rect.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#menu ul {
	margin: 0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	float: left;
	border-width: 0px 1px 0px 0px;
	border-color: #fff;
	border-style: solid;
	color: #fff;
}

#menu ul li a:hover {
	color: #000;
	background-color: #fff;
}

#content {
	font-family: Georgia, "Times New Roman", Garamond, Times, serif;
	font-size: 14px;
	text-align: justify;
}

#footer{
	height: 40px;
	padding: 12px;
	text-align: right;
	clear: both;
	background-image: url("../images/rect-bottom.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 5px;
}

/* attention */

#attention {
	position: absolute;
	width: 190px;
	height: 90px;
	*height: 110px;
	/*background-image: url("../images/attention_back.png");
	background-repeat: no-repeat;
	background-position: top;*/
	top: -5px;
	*top: 0px;
	left: 500px;
	color: #fff;
	text-align: center;
	padding: 20px 3px 0px 3px;
}

#attention h4 {
	margin: 0px;
	font-size: 24px;
}
#attention a {
	color: #fff;
}

/* Participantes */

#menu-participantes {
	background-image: url("../images/rect_participantes.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 700px;
	padding-top: 52px;
	margin-top: 5px;
}

#menu-participantes ul {
        margin: 0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
	text-align: right;
	width: 700px;
}

#menu-participantes ul li {
        display: inline;
}

#menu-participantes ul li a {
        padding-left: 8px;
        padding-right: 0px;
        padding-top: 0px;
	font-weight: bold;
	color: #000;
}
#menu-participantes ul li a:hover {
	color: #a2d100;
}

/* classes */

.date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.divOculto {
	display:none;
}

.divVisible {
	display: block;
}

/* fase final */
table#horariofinal, table#mapa {
	width: 500px;
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}

table#horariofinal thead {
	background-color: #0079a6;
	color: #fff;
}

table#horariofinal td {
	padding: 3px;
}

table#horariofinal tbody td {
	border-width: 1px;
	border-style: inset;
	border-color: #666;
}

#menu-final {
	background-image: url("../images/ban_final.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 700px;
	padding-top: 65px;
	margin-top: 5px;
}

#menu-final ul {
        margin: 0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
	text-align: right;
	width: 700px;
}

#menu-final ul li {
        display: inline;
}

#menu-final ul li a {
        padding-left: 8px;
        padding-right: 0px;
        padding-top: 0px;
	font-weight: bold;
	color: #000;
}
#menu-final ul li a:hover {
	color: #666;
}

