
html, body{
	margin						: 0px;
	padding						: 0px;
}


/**************************************************************************
	ESTRUCTURA PAGINA
**************************************************************************/
/* capa 100x100 */
.caja_entrada {
	width						: 100%;
	height						: 100%;
}

/* capa web */
.capa_centrada {
	width						: 1000px;
	height						: 100%;

}

.contenedor_paddin_inferior{
	left						: 12px;
	top							: 0px;
	width						: 976px;

	margin						: 0px;
	padding						: 0px;
}

.cabecera {
	height						: 247px;
	width						: 500px;
	padding						: 0px;
	margin						: 0px;
}
.columna_central {
	position					: relative;
	width						: 100%;
}


/**************************************************************************
	CAPA GRIS OSCURO -- OK
**************************************************************************/
.tgo_madre{

	position				: relative;
	height					: 49 px;
	width					: 800 px;
}
/**************************************************************************
	BOTON GRIS OSCURO  -- OK
**************************************************************************/

.btn_madre{

	position				: relative;
	height					: 18 px;
	width					: 90 px;
	float					: right;

}

/**************************************************************************
	MOTOS - LISTADO -- OK
**************************************************************************/
.pie_listado_motos{

	position				: relative;
	left					: 0px;
	top						: 0px;
	width					: 800 px;
	height					: 20 px;

}

/**************************************************************************
	MOTOS - ORDENACION 
**************************************************************************/

/**************************************************************************
	CAPA MADRE ORDENACION 
**************************************************************************/

.ord_madre{

	position				: relative;
	height					: 30 px;
	width					: 780 px;

}

.ord_contenedor_imagen{
	
	position				: absolute;
	left					: 0px;
	top						: 0px;
	width					: 50 px;
	height					: 30 px;
	
}

.ord_contenedor_titulo{

	position				: absolute;
	left					: 60px;
	top						: 0px;
	width					: 300 px;
	height					: 30 px;
	

}

.ord_contenedor_textito{
	
	position				: absolute;
	left					: 370px;
	top						: 0px;;
	width					: 110 px;
	height					: 30 px;
	
}

.ord_contenedor_form{
	
	position				: absolute;
	left					: 515px;
	top						: 0px;;
	width					: 284px;
	height					: 30px;
}



/**************************************************************************
	CAPA GRIS MEDIO - LISTADO MOTOS 
**************************************************************************/
.tgm_madre{
	position				: relative;
	height					: 49 px;
	width					: 800 px;
}

.tgc_madre{
	position				: relative;
	height					: 49 px;
	width					: 800 px;
}