@charset "UTF-8";
body{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*background-color:#0066FF;*/
	background-color:#333333;
}
input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
th
{
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	/*background-color: #FF7F00;*/
	background-color:#003399;
	padding-left:10px;
	padding-right:10px;
}
th a
{
	color:#FFF;
}
a
{
	color:#F60;
	font-weight:bold;
	font-size:12px;
}
form
{
	margin:0px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	width: 900px;
	background-color:#FFFFFF;
}
#header {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 200px;
	width: 900px;
}
#content {
	width: 900px;
	text-align:left;
}
#izquierda {
	float: left;
	height: 215px;
	width: 320px;
}
#derecha {
	float:left;
	width:580px;
}
.letra_naranja
{
	color:#FF7F00;
}
.fondo_naranja
{
	background-color: #FF7F00;
}
img.con_marco
{
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}

#menu_circuitos td.circuito,td.circuito_selected
{
	background-color:#0066FF; 
	cursor:pointer;
	font-size:11px;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
#menu_circuitos td.circuito_selected
{
	background-color:#039;
}
#circuito
{
	background-color:#EDEFEF;
	border:1px;
	border-style:solid;
	border-color:#CCC;
}
#circuito .titulo, #circuito .subtitulo
{
	color:#039;
	font-size:14px;
	font-weight:bold;
}
#circuito .titulo
{
	height:40px;
}
#circuito .subtitulo
{
	font-size:12px;
}
#circuito .plano
{
	border:1px;
	border-style:solid;
	border-color:#CCC;
}