/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

.clearer{
	clear:both;
}

#divBody{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px 20px;
}

/*******************************************header *******************************************/
	#divHead{
		/*width:auto;*/
		width:98%;
		height:auto;
		background-color:#ffffff;
		border-bottom:#FF9000 solid 4px;
		border-left:#CCCCCC solid 1px;
		border-right:#CCCCCC solid 1px;
	}
			#divHead_images{
				height:86px;
				width:100%;
			}
				#divHead_Logo{
					/*background-image:url(images/logo.gif);
					background-position:center;
					background-repeat:no-repeat;
					width:300px;
					height:72px;
					display:inline;
					float:left;
					padding:10px 10px;
					vertical-align:middle;*/
				}
				
				#divHead_Flash{
					/*width:auto;
					height:90px;
					display:inline;
					float:right;
					text-align:center;
					background-color:#FFFFFF;
					padding-top:10px;
					margin:0px;
					position:relative;*/				}
					#divHead_Flash span{
						margin-right:10px;
					}
		#divHead_promos{
			width:100%;
			height:35px;
			background-color:#FFFFFF;
			background-image:url(images/promos.gif);
			background-position:left;
			background-repeat:repeat-x;
			border-top:#ff9000 solid 4px;
		}
	
	#divCuerpo{
		height:auto;
		width:auto;
		background-color:#ffffff;
	}
	
	/******************************controles ****************************************/
	
		#divControles{
			background-color:#ffffff;
			width:auto;
			height:auto;
			display:inline;
			float:left;
			border-left:#CCCCCC solid 1px;
		}
		
			#divControles_Paneles{
				/*width:365px;*/
				width:370px;
				height:500px;
				overflow:auto; 
			}
		
	/**********************************************area********************************/
		#divMaparea {
			background-color:#ffffff;
			display:inline;
			/*float:right; /*moved*/
			float:left; /*new*/
			border-right:#CCCCCC solid 1px;
			/*margin-top:10px;*/
		}
		

	/*********************************************footer**********************************/		

	#divFooter {
		height:auto;
		/*width:100%;*/
		width:98%;
		background-color:#ffffff;
		border-top:#FF9000 solid 2px;
	}
			#divFooter_Barramenu{
				background-image:url(images/bg_foot.gif);
				background-position:top;
				background-repeat:repeat-x;
				height:auto;
				width:100%;
				text-align:center;
			}
				
				#divFooter_Barramenu_menu{
					width:100%;
					display:inline;
					float:center;
					text-align:center;
					line-height:30px;
					margin:0 auto;
				}
					#divFooter_Barramenu_menu a{
						color:#000066;
						font-size:13px;
						text-decoration:none;
						font-weight:bold;
						margin-right:10px;
					}
					#divFooter_Barramenu_menu a:hover{
						color:#FF6600;
					}
				
			#divFooter_derechos{
				font-size:10px;
				color:#333333;
				width:100%;
				text-align:center;
			}
	
/****************************Animación de carga************************************************/	
#ligaJava{ 
   text-decoration:none; 
   color:#0000FF; 
   font-weight:bold; 
   font-size:12px;
}

#divLoading{ 
   text-align:center; 
   margin-top:100px;
}

.rojoBold{ 
   color:#990000; 
   font-size:12px; 
   font-weight:bold;
}

.rojo{ 
   color:#990000; 
   font-weight:bold; 
   font-size:11px;
}
.azul{ 
   text-decoration:none; 
   color:#0000FF; 
   /*font-weight:bold; */
   font-size:11px;
}
