/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/body-background.gif) top no-repeat;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#1f5f7a;
}

img{ border:none }

a{
	cursor:pointer;
	color:#00a9d2;
	font-weight:bold;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}

/*	==========================		CONTENEDOR CENTRADOR							*/
#contenedorCentrar{
	width:940px;
	height:auto;
	margin:auto;
	padding:0;
}
/*	========================		CONTENEDOR					*/
#contenedor {
	width:940px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

/*	========================		BASES					*/
#base_cabecera {
	width:100%;
	height:140px;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/fondo_cabecera.gif) bottom left no-repeat;
	position:relative;
}
	*>#base_cabecera {
		min-height:140px;
		height:auto;
		background:url(../images/fondo_cabecera.gif) bottom left no-repeat;
	}
	#base_cabecera a.logo{
		width:326px;
		height:100px;
		float:left;
		margin:0;
		padding:0;
		background:url(../images/logo.png) bottom left no-repeat;
	}

.base{
	width:940px;
	float:left;
	margin: 0px;
	padding:0 0 15px 0;
	
}

.base_izquierda{
	width:640px;
	float:left;	
	margin-top:15px;
}


.base_derecha{
	width:284px;
	float:left;
	margin:0px;
}

#base_pie {
  font-size: 12px;
	width:100%;
	height:45px;
	float:left;
	margin:15px 0 0 0;
	margin-top: 10px;
/*	padding:0 0 0 20%;*/
  padding-top: 10px;
	border-top:1px solid #D5EAFD;
	position:relative;
/*	background:url(../images/fondo_pie.gif) left bottom no-repeat; */
}
	*>#base_pie {
		min-height:45px;
		height:auto;
	}
	
	#registrados{
		float:left;		
		padding:0;
		color:#333;
		margin-left: 36px;
		_margin-left: 19px;
		margin-right: 70px;
	}

	#base_pie span{
			display:block;
			float:left;
	}
	
	#condiciones {
		margin-right:53px;
		padding:0;
  }
  
  #condiciones a{
	  text-decoration:underline;	
	  font-weight:normal;

		color:#333;
  }
  

  .css{
		width:94px;
		height:23px;
		float:left;
		background:url(../images/css.gif) left bottom no-repeat;
	}
  .xhtml{
		width:97px;
		height:23px;
		float:left;
		background:url(../images/xhtml.gif) left bottom no-repeat;
	}
	.wai-a{
		width:94px;
		height:23px;
		float:left;
		background:url(../images/wai-a.gif) left bottom no-repeat;
	}

/*	========================		DIVISIONES CENTRO					*/
#base_centro_izquierda, #ruta{
	width:640px;
	_width:638px;
	height:auto;
	float:left;
	padding:0;
	margin-left:2px;
	_margin-left:1px;
	margin-top:15px;
}


#base_centro_derecha{
	width:284px;
	height:600px;
	float:left;
	padding:0;
	margin-left:3px;
	_margin-left:0;
	_margin:0px;
}

*>#base_centro_derecha{
	min-height:600px;
	height:auto;
}
	#base_centro_derecha #menu{
		width:100%;
		height:37px;
		float:left;
		margin:0;
		padding:0;
		background: url(../images/fondo_menu.gif) top left;
	}
	#base_centro_derecha #navegador{
		width:100%;
		height:61px;
		float:left;
		margin:0;
		padding:0;
		background: url(../images/fondo_navegador.gif) top left repeat-x #FFF;
	}
	#base_centro_derecha #cuerpo{
		width:395px;
		height:700px;
		float:left;
		margin:0;
		padding:0;
	}
	#base_centro_derecha #mapa{
		width:270px;
		height:365px;
		float:left;
		margin:0;
		padding:0;
		background:url(../images/fondo_mapa.gif) top left repeat-x #CFCFCF;
	}
