body {
	margin: 0;
	padding: 0;
	background: #069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#pagina{
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#cabecera{
	width: 980px;
	height: 173px;
	background: url(../imagenes/cabecera5.jpg);
}

#menu-lateral{
	float: left;
	width: 175px;
	height: 900px;
	/*background: #CC9900;*/
	margin-top: 0.3cm;
}

#menu-opciones{
	font-weight: bold;
	float: left;
	width: 137px;
	height:170px;
	padding: 15px;
	background: #d1d5f3;
	border: 4px solid #a8aee8;
	text-align: center;
}

#menu-opciones ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-opciones li {
	padding: 8px 0;
	background: url(../imagenes/img05.gif) repeat-x;
}

#menu-opciones li.primero {
	background: none; /* Para que no aparezca la ralla de separacion */
	padding-top: 10px; /* Para eliminar el margen superior */
}

#menu-opciones label {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	cursor:pointer;
}

#menu-opciones label:hover {
	text-decoration: underline;
	cursor:pointer;
}

#menu-usuario{
	float: left;
	width: 138px;
	height:178px;
	padding: 15px;
	margin:10px 0;
	background: #a8aee8;
	border: 4px solid #d1d5f3;
}

#construccion{
	float: right;
	width: 550px;
	height: 280px;
	margin: 35px;
	background:transparent url(../imagenes/enConstruccion.gif);
	background-repeat: no-repeat;
}

#formulario1{
	width: 130px;
	margin-bottom: .1cm;
	font: 90% Georgia, "Times New Roman", Times, serif;
}

#formulario1 label{
	font-weight: bold;
	color: #000000;
}

#formulario1 label.error{
	font-weight: bold;
	color: #FF0000;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

#formulario1 input{
	width: 135px;
	margin-bottom: .1em;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

#formulario1 input.boton{
	width: 55px;
	margin-top: 0.1cm;
	font: 95% Georgia, "Times New Roman", Times, serif;
}

#registrado{
	text-align: center;
}

#tabla-usuario{
	width: 145px;
	margin-top: 0.1cm;
	border-spacing: 0px 11px;
}
#registrado label{
	text-align: right;
	font: 90% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

#registrado label:hover {
	text-decoration: underline;
}

#registrado label.titulo{
	font: 120% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

#mapa{
	float: right;
	width: 790px;
	height:451px;
	background: #ffffff;
	/*margin-top: 0.3cm;*/
	position:relative;
	display:inline;
}

#central{
	float: right;
	background: transparent;
	margin-top: 0.3cm;
	position:relative;
	display:inline;
}

#columnas-links{
	float: left;
	width: 793px;
	margin-top: 0.3cm;
	margin-left: 0.3cm;
}

#verde-blanco{
	float: right;
	background: transparent;
}

#blanco{
	float: left;
	width: 185px;
	height:118px;
	text-align:right;
	background:transparent url(../imagenes/joven.png);
	padding: 0px 13px 0px 0px;
	background-repeat:no-repeat;
}

#verde{
	float: left;
	width: 185px;
	height:118px;
	text-align:right;
	background: url(../imagenes/verde.png);
	padding: 0px 13px 0px 0px;
	background-repeat:no-repeat;
}

#oro-topos{
	float: right;
	background: transparent;
}

#oro{
	float: left;
	width: 185px;
	height:118px;
	background: url(../imagenes/oro.png);
	text-align:right;
	padding: 0px 13px 0px 0px;
	background-repeat:no-repeat;
}

#topos{
	float: left;
	width: 185px;
	height:118px;
	background: url(../imagenes/topos.png);
	text-align:right;
	padding: 0px 13px 0px 0px;
	background-repeat:no-repeat;
}

#oro label.titulo,#topos label.titulo,#blanco label.titulo,#verde label.titulo{
	font-weight: bold;
	color: #000000;
	font-size: 110%;
	text-align:right;
	text-decoration: none;
}

#oro ul,#blanco ul,#verde ul,#topos ul {
	margin: 3px -7px;
	list-style: none;
}

#oro li,#verde li,#blanco li,#topos li {
	padding: 1px 0;
}

#oro label,#verde label,#blanco label,#topos label {
	text-decoration: none;
	font-size: 85%;
	color: #000000;
}

#verde label:hover,#blanco label:hover {
	text-decoration: underline;
}

#form-recordar-password{
	padding: auto;
	float: left;
	width: 380px;
	height:250px;
	background: transparent;
	padding: 10px 150px 0px 250px;
	border: 0px solid gray;
}

#form-login,#form-ver-perfil{
	float: left;
	width: 500px;
	height:250px;
	background: transparent;
	padding: 10px 145px;
	border: 0px solid gray;
}

#form-add-ruta{
	background: transparent;
	border: 0px solid gray;
}

#form-login label,#form-recordar-password label,#form-ver-perfil label,#form-add-ruta label{
	color: #FFFFFF;
	font-weight: bold;
}

#form-login input,#form-recordar-password input,#form-ver-perfil input{
	width: 219px;
	font: 90% Georgia, "Times New Roman", Times, serif;
}

#form-add-ruta input{
	width: 232px;
	font: 90% Georgia, "Times New Roman", Times, serif;
}
#rutaAR{
	width: 40px;
	font: 90% Georgia, "Times New Roman", Times, serif;
}

#form-login label.error2{
	color: #CCFF00;
}

#imagen{
	width: 200px;
	text-align: center;
	height: 140px;
}

#titulo2{
	font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#div-ampliacion{
	background: transparent;
	width:337px;
	height:300px;
	border: 2px solid gray;
	padding:50px;
}

#div-desc-ampliacion{
	margin:-50px;
}

#div-evolucion{
	width: 790px;
	height:400px;
	padding: 10px 0;
}

#evolucion-lineas{
	width: 200px;
	height: 78px;
	margin: 5px 0;
	background: #FFF;
}
					
#evolucion-rutas{
	width: 200px;
	height: 200px;
	overflow:auto;
	background: #FFF;
	margin: 5px 0;
}

#evolucion-grafico{
	float: right;
	padding: auto;
	width: 570px;
	height: 366px;
	margin: 20px 0;
	background: #FFF;
}

#titulos-evolucion{
	font: 120% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#div-tusRutas{
	width: 790px;
	height:400px;
	padding: 10px 0;
}

#tusRutas-rutas{
	width: 200px;
	height: 345px;
	overflow:auto;
	background: transparent;
	margin: 50px 0 0 0;
	overflow:auto;
}

#tus-rutas-filas{
	background: #d1d5f3;
	font-weight: bold;
	height: 30px;
	cursor:pointer;
}

#tus-rutas-filas-click{
	background: #a8aee8;
	font-weight: bold;
	height: 30px;
	cursor:pointer;
}

.tusRutas-grafico{
	float: right;
	padding: auto;
	width: 570px;
	height: 340px;
	background: #a8aee8;
	background-repeat:repeat-none;
	position:relative;
	z-index:2;
	border: 2px solid #d1d5f3;
	
}

#grafico-resize{
	float: right;
	width: 570px;
	height: 240px;
	background-repeat:no-repeat;
	position:relative;
	margin: 50px 0;
	z-index:2;
}

#tusRutas-pestanas{
	float: right;
	padding: auto;
	width: 570px;
	height: 30px;
	margin: 21px 0 0 0;
	background: transparent;
}

#tusRutas-pestanas label{
	cursor:pointer;
}

.tusRutas-pestana-select{
	float: right;
	padding: auto;
	height: 14px;
	background: #a8aee8;
	text-align:center;
	padding: 8px 20px;
	font-weight: bold;
	margin: 0 2px;
	cursor: pointer;
	border-top: 2px solid #d1d5f3;
	border-left: 2px solid #d1d5f3;
	border-right: 2px solid #d1d5f3;
	position:relative;
	z-index:3;
}

.tusRutas-pestana-select-dcha{
	float: right;
	padding: auto;
	height: 14px;
	background: #a8aee8;
	text-align:center;
	padding: 8px 20px;
	font-weight: bold;
	margin: 0 0 0 2px;
	cursor: pointer;
	border-top: 2px solid #d1d5f3;
	border-left: 2px solid #d1d5f3;
	border-right: 2px solid #d1d5f3;
	position:relative;
	z-index:3;
}

.tusRutas-pestana-select-no{
	float: right;
	padding: auto;
	height: 14px;
	background: #d1d5f3;
	text-align:center;
	padding: 8px 20px;
	font-weight: bold;
	margin: 0 2px;
	cursor: pointer;
	border-top: 2px solid #a8aee8;
	border-left: 2px solid #a8aee8;
	border-right: 2px solid #a8aee8;
	position:relative;
	z-index:1;
}

.tusRutas-pestana-select-no-dcha{
	float: right;
	padding: auto;
	height: 14px;
	background: #d1d5f3;
	text-align:center;
	padding: 8px 20px;
	font-weight: bold;
	margin: 0 0 0 2px;
	cursor: pointer;
	border-top: 2px solid #a8aee8;
	border-left: 2px solid #a8aee8;
	border-right: 2px solid #a8aee8;
	position:relative;
	z-index:1;
}

#titulos-tusRutas{
	font: 120% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#grafico-pestana-1-resize{
	float: right;
	width: 570px;
	height: 240px;
	background-repeat:no-repeat;
	position:relative;
	margin: 100px 100px;
	z-index:2;
}

#grafico-pestana-3-resize{
	float: right;
	width: 570px;
	height: 340px;
	background-repeat:no-repeat;
	position:relative;
	margin: 50px 90px;
	z-index:2;
}

#grafico-pestana-2{
	font: 90% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#grafico-pestana-2 td{
	padding: 3px 0;
}

#div_desc-1{
	width: 566px;
	height: 201px;
	background: #FFF;
	font-weight: normal;
	overflow: auto;
}

#div_desc-2{
	width: 786px;
	height: 311px;
	background: #FFF;
	font-weight: normal;
	overflow: auto;
}

#buscador-rutas{
	width: 794px;
	height: 200px;
}


#titulo3{
	font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 15px;
	text-align:center;
}

#form-busquedas{
	float: left;
	width: 440px;
	height: 175px;
	background: #d1d5f3;
	border: 2px solid #a8aee8;
	padding: 8px  40px;
}

#tabla-form-busquedas label{
	font: 90% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 3px;
}

#tabla-form-busquedas select{
	width: 110px;
	margin: 3px;
}

#tabla-form-busquedas .frase{
	text-align:center;
	padding: 5px 0;
}

#resultado-busquedas{
	float: right;
	width: 255px;
	height: 191px;
	background: transparent;
	border: 2px solid #a8aee8;
	overflow:auto;
}

#resultado-busquedas-filas{
	background: #d1d5f3;
	font-weight: bold;
	height: 30px;
	cursor:pointer;
}

#resultado-busquedas-filas-click{
	background: #a8aee8;
	font-weight: bold;
	height: 30px;
	cursor:pointer;
}

.resultado-busquedas-grafico{
	float:right;
	width: 790px;
	height: 450px;
	background: #a8aee8;
	border: 2px solid #d1d5f3;
}

#descripcion-evolucion-grafico{
	float:right;
	font-weight: bold;
	width: 750px;
	height: 150px;
	background: #d1d5f3;
	border: 2px solid #a8aee8;
	padding: 15px;
}

